Kendall Strautman
322b5bfef0
chore: updates generated docs ( #13059 )
2023-01-17 14:25:45 -08:00
Sophia Castellarin
56d6cbaa8e
Merge pull request #13046 from harsha-s/patch-1
...
add VirtualBox version 7.0.x
2023-01-09 16:33:12 -08:00
Sophia Castellarin
6aca9a8039
Merge pull request #13043 from soapy1/ruby3x
...
Use Ruby 3.x
2023-01-05 15:41:51 -08:00
Harsha
5036fa9d92
add VirtualBox version 7.0.x
...
Tested with Version 7.0.4 r154605 (Qt5.15.2) on Mac OS 13.0.1 (22A400) as 6.1.x was not working
2023-01-05 00:24:03 +00:00
Sophia Castellarin
9f9e02b61b
Merge pull request #12962 from bronzdoc/vagrant-box-add-completion
...
Make bash completion for "vagrant box add"
2023-01-04 10:43:37 -08:00
sophia
30e5521760
Restrict rubyzip more strictly to avoid unintentional updates when v3.0 lands
2023-01-03 16:01:20 -08:00
sophia
9743c85748
Only check for arguments matching test string if the argument is a string
...
This issue surfaced in the tests after updating to Ruby 3.2.0 where
the =~ operator has been removed.
ref: cca54c8b1b/NEWS.md (L498)
2023-01-03 16:01:20 -08:00
sophia
7661eba89a
Environment home dir is also not accessible if EROFS error occurs
2023-01-03 16:01:20 -08:00
sophia
138fbf9a59
Bump dependencies
2023-01-03 16:01:20 -08:00
sophia
d69287f850
Bump Ruby version to 3.x
2023-01-03 16:01:16 -08:00
vagrant-bot
c5887f808c
Terraform managed file
2022-12-14 13:13:33 -08:00
vagrant-bot
e1407219e5
Terraform managed file
2022-12-13 11:25:43 -08:00
vagrant-bot
78eb1dcad0
Terraform managed file
2022-12-09 17:51:36 -08:00
vagrant-bot
9ddf467320
Terraform managed file
2022-12-09 17:41:00 -08:00
vagrant-bot
ca1f971728
Terraform managed file
2022-12-09 15:58:40 -08:00
Chris Roberts
8fb7522668
Update files for development
2022-12-09 15:31:02 -08:00
Chris Roberts
986a01734f
Release 2.3.4
v2.3.4
2022-12-09 15:28:10 -08:00
vagrant-bot
2e5aefb918
Terraform managed file
2022-12-09 15:24:43 -08:00
Chris Roberts
80e440ebb0
Update CHANGELOG
2022-12-09 14:15:51 -08:00
Chris Roberts
d6109b2edf
Merge pull request #13024 from chrisroberts/vbox-net-type
...
Set address type when not provided
2022-12-09 14:14:48 -08:00
Chris Roberts
516ac4b0ab
Set address type when not provided
...
When an address is provided and the type has not been explicitly
provided, parse the address and automatically set the type.
2022-12-09 13:22:37 -08:00
Chris Roberts
999983275a
Update CHANGELOG
2022-12-09 09:25:29 -08:00
Chris Roberts
fd72ea592a
Merge pull request #13017 from msltwtf/ansible-local-package-install
...
Add workaround for Debian 10 and older
2022-12-09 09:23:44 -08:00
vagrant-bot
ddbe3bf576
Terraform managed file
2022-12-09 09:20:13 -08:00
Chris Roberts
ca7c05f09d
Fix ansible install for older distributions
...
Before installing dependencies run a check for the python-dev-is-python3
package and only install it if found (otherwise use python-dev). This
allows older versions of debian (and derivatives) to properly install
the defined dependencies.
2022-12-08 17:10:00 -08:00
vagrant-bot
42408839a8
Terraform managed file
2022-12-08 15:26:43 -08:00
Chris Roberts
dbb3821084
Update CHANGELOG
2022-12-08 12:56:42 -08:00
Chris Roberts
10efa98184
Merge pull request #13022 from chrisroberts/macos-isolated-load
...
Isolate loading dependencies for serve command
2022-12-08 12:54:52 -08:00
Chris Roberts
e2165917e5
Always load protos regardless of server mode
2022-12-08 11:42:51 -08:00
Chris Roberts
a92f7b4aa6
Update CHANGELOG
2022-12-08 11:34:49 -08:00
Chris Roberts
2eb393aaee
Merge pull request #13004 from chrisroberts/vbox-hostnet-dhcp
...
VirtualBox hostnet addressing
2022-12-08 11:33:05 -08:00
Chris Roberts
7498a6dafd
Update CHANGELOG
2022-12-08 11:32:18 -08:00
Chris Roberts
3199cc5440
Merge pull request #13006 from chrisroberts/pwsh-7.3
...
Import the security module for access check
2022-12-08 11:27:00 -08:00
Chris Roberts
5cbf66b93c
Update log output to warn
2022-12-08 11:14:46 -08:00
vagrant-bot
21f1032987
Terraform managed file
2022-12-08 11:09:07 -08:00
Chris Roberts
1cd6ac3b31
Isolate loading dependencies for serve command
...
Only load the dependencies needed for the serve command if the serve
command is being run. This allows Vagrant to properly load on platforms
where some of the dependency libraries may not be available due to
incompatibilities or being EOL.
2022-12-07 15:35:00 -08:00
Oliver Radwell
1b68be9d52
fix(docs): Fix broken links in ansible docs ( #12674 )
...
* fix(docs): Fix broken links in ansible docs
* Avoid redirection on tips and tricks URL
* Avoid redirection on playbook guide URL
2022-12-06 19:23:21 -05:00
Marius Leonhardt
6fb60c9aea
Add workaround for Debian 10 and older
...
If `lsb_release -rs` returns a value greater than 10 the package `python-dev-is-python3` will be installed. If it is equal or less than 10 the package will not be installed.
2022-12-05 16:30:05 +01:00
Chris Marchesi
d588438840
Merge pull request #13007 from hashicorp/vancluever-fix-vagrant-cloud-docs
...
Some fixes for the Vagrant Cloud API docs
2022-11-28 15:15:51 -08:00
Chris Marchesi
b728138537
Address edit request from @chrisroberts
2022-11-28 10:30:27 -08:00
Chris Marchesi
5be804518a
Some fixes for the Vagrant Cloud API docs
...
This commit fixes some things with the Vagrant Cloud API docs:
* All POST calls did not explicitly specify POST.
* The /api/v1/two-factor/request-code call did not have the correct URL
in the cURL example.
* I've also standardized the parameter order on all of the requests in
the cURL example (method comes first) and also made a few style
changes such as consistent interpolation of variable references.
2022-11-22 15:58:11 -08:00
Chris Roberts
2696c3d74d
Import the security module for access check
...
The 7.3.0 release of powershell cleaned up some stray things that
should require the import of the security module to be available.
It causes issues with pre-7.3 versions of powershell that attempt
to load the newer module so we run a check and restrict the module
version based on the powershell version.
2022-11-22 11:05:18 -08:00
Chris Roberts
32aef6c48c
Rescue address errors and adjust host address
...
Rescue any address errors logging them and ignoring the address. Update
how the host address is determined based on the network configuration.
Host address will be either the lowest address assignable via dhcp
configuration or first address available within the configured subnet.
2022-11-21 14:07:29 -08:00
vagrant-bot
a1417385f2
Terraform managed file
2022-11-18 14:08:44 -08:00
Chris Roberts
047a0dc293
Update default labels
2022-11-17 17:06:09 -08:00
vagrant-bot
8a1e285689
Terraform managed file
2022-11-15 08:41:21 -08:00
Chris Roberts
b1491c0df0
Update files for development
2022-11-15 08:13:25 -08:00
Chris Roberts
36a8b25b5c
Release 2.3.3
v2.3.3
2022-11-15 08:11:26 -08:00
vagrant-bot
2710f810f2
Terraform managed file
2022-11-14 13:31:09 -08:00
Chris Roberts
ff1d721aba
Update CHANGELOG
2022-11-14 13:29:13 -08:00