Chris Roberts
039afbdcab
Add note about curl to README
v2.2.13
2020-11-06 15:42:10 -08:00
Chris Roberts
1a035cc4a2
Update CHANGELOG
2020-11-06 15:36:28 -08:00
Chris Roberts
465afecf6c
Merge pull request #12025 from chrisroberts/f-pre
...
Apply prerelease checks to request sets
2020-11-06 15:33:58 -08:00
Chris Roberts
b479e04eb4
Request sets need prerelease enabled not just the spec matching
2020-11-06 15:22:28 -08:00
Chris Roberts
e9a962c142
Update version and changelog for development
2020-11-06 13:01:07 -08:00
Chris Roberts
c7957fee1e
Update website vagrant version 2.2.12
2020-11-06 13:00:24 -08:00
Chris Roberts
02ef82c70f
v2.2.12
v2.2.12
2020-11-06 12:59:50 -08:00
Chris Roberts
0abe4b74d8
Merge pull request #12023 from chrisroberts/prerelease-dep-resolution
...
Check dependency list on initialization
2020-11-06 12:46:18 -08:00
Chris Roberts
18c1607c6e
Check dependency list on initialization
...
When initializing for internal plugin resolution inspect contraints
on all defined dependencies. If a prerelease constraint is detected,
automatically enable prerelease resolution.
2020-11-06 09:07:51 -08:00
Chris Roberts
e9cae1a2f2
Allow stub_env to remove environment variable value
2020-11-06 08:01:16 -08:00
Chris Roberts
9506c7b323
Allow enabling prerelease resolution via environment variable
2020-11-06 07:22:01 -08:00
Chris Roberts
8bb7ca01f9
Update version and changelog for development
2020-11-05 16:34:55 -08:00
Chris Roberts
ba31203981
Update website Vagrant version 2.2.11
2020-11-05 16:33:11 -08:00
Chris Roberts
0660f22d23
Release v2.2.11
v2.2.11
2020-11-05 16:32:18 -08:00
Chris Roberts
b8e1460449
Bump net-ssh to 6.2 release client for host key algorithm fix
2020-11-05 16:30:15 -08:00
Chris Roberts
6d71bdb6ae
Update utility version
2020-11-05 10:29:08 -08:00
Chris Roberts
4f336edff2
Merge pull request #12018 from jmfury/jm.bump-hsm-version-1.0.8
...
[Website] Bump HSM version for design tweaks
2020-11-05 09:35:10 -08:00
Chris Roberts
aa008d23e2
Merge pull request #12020 from chrisroberts/e-direct-docs
...
Update API documentation to include direct
2020-11-05 09:34:43 -08:00
Chris Roberts
e861c3183f
Update API documentation to include direct
...
Adds Vagrant Cloud API documentation for using the direct upload
approach with proper curl and ruby examples.
2020-11-05 09:28:36 -08:00
Chris Roberts
aafc51d1da
Update CHANGELOG
2020-11-03 15:48:59 -08:00
Chris Roberts
e75c36e1a4
Merge pull request #12011 from amaltson/make-reboot-retry-duration-configurable
...
Make the max reboot retry duration configurable
2020-11-03 15:47:51 -08:00
Chris Roberts
4751353a5f
Fetch reboot env var at run time and keep constant values constant
...
Keep the default duration as a constant and fetch the custom environment
variable at run time with a fallback to the default. Set the sleep duration
into a constant and add tests covering the expected behaviors when the
default duration is in use as well as the override value. Also match the
environment variable up with the constant just for consistency.
2020-11-03 15:11:10 -08:00
Chris Roberts
eddd21b188
Merge pull request #12017 from chrisroberts/f-token-warning-print
...
Prevent printing token warning more than once
2020-11-03 14:13:14 -08:00
Chris Roberts
a03c574a2a
Update CHANGELOG
2020-11-03 14:02:06 -08:00
Chris Roberts
a6f838a830
Merge pull request #12014 from chrisroberts/f-broken-trigger-hook
...
Fix application of action named triggers/hooks
2020-11-03 14:00:19 -08:00
Chris Roberts
e4e4030b9d
Update CHANGELOG
2020-11-03 13:59:47 -08:00
Chris Roberts
cb6aed6045
Merge pull request #12008 from chrisroberts/f-wsl-port-open
...
Handle Errno::EALREADY exceptions on port checks
2020-11-03 13:59:03 -08:00
Chris Roberts
976770a36d
Update CHANGELOG
2020-11-03 13:55:24 -08:00
Chris Roberts
311429d1d3
Merge pull request #11936 from hpaskalev/feature/improved_vbox_installation_check
...
Detection of availability of VirtualBox provider #11929
2020-11-03 13:54:11 -08:00
Chris Roberts
4644f775da
Merge pull request #12007 from chrisroberts/u-doc-ssh-extra-args
...
Make note that the `extra_args` option is only for the `ssh` command
2020-11-03 13:53:08 -08:00
Chris Roberts
4253f27901
Prevent printing token warning more than once
...
Mark warning of double tokens set when initially print to prevent
the warning from being shown multiple times during a single run.
2020-11-03 13:47:53 -08:00
Chris Roberts
3ec8d44cf9
Remove debug setup for restclient logger
2020-11-03 13:31:41 -08:00
Chris Roberts
db24f26daa
Track application of action name hooks / triggers
...
When expanding stack track the origin action name and only apply
it once the stack has completed its expansion. The local env data
is marked with origin action to prevent it from being applied in
nested builders as they are expanded. The value of the stored action
name is checked and invalidated if another action is applied to the
same env in the future so hooks / triggers for that action are
applied as expected.
2020-11-02 10:39:15 -08:00
Chris Roberts
cba5bca7de
Use variable when sending info to logger
2020-11-02 10:31:28 -08:00
Chris Roberts
7331623a39
Only allow the ui to be overridden when running action
2020-11-02 10:30:56 -08:00
Jimmy Merritello
1f791115d1
Bump HSM version for design tweaks
2020-11-02 10:24:38 -06:00
Arthur Maltson
b0b45966cb
📝 Add documentation around new retry timeout
...
With the newly added `VAGRANT_MAX_REBOOT_RETRY_TIMEOUT` environment
variable, add some documentation explaining how and when to use it.
2020-10-31 18:15:18 -04:00
Arthur Maltson
a2f5d615a0
✨ Make max reboot retry duration configurable
...
Previously the maximum amount of time Vagrant would poll for whether a
machine has successfully reboot was hard coded to 120 seconds. This
change introduces the VAGRANT_MAX_REBOOT_RETRY_TIMEOUT environment
variable to allow this attribute to be configurable.
Add RSpec tests of the maximum retry logic. Since the maximum retries
are configured as a constant, we'd need to reload the class and that's
fairly ugly to do in RSpec.
Fixes #11695
2020-10-31 18:00:01 -04:00
Chris Roberts
16dc9db76b
Handle Errno::EALREADY exceptions on port checks
...
With WSL port checks can end up resulting in Errno::EALREADY being
raised. When encountered, assume port is unavailable.
2020-10-30 13:09:51 -07:00
Chris Roberts
822655d85c
Make note that the extra_args option is only for the ssh command
2020-10-30 12:39:49 -07:00
Chris Roberts
a1c2393e77
Update CHANGELOG
2020-10-30 10:00:46 -07:00
Chris Roberts
57ddab2672
Merge pull request #11916 from chrisroberts/e-vagrant-cloud-lib
...
Update cloud command to use refactored library implementation
2020-10-30 09:57:49 -07:00
Chris Roberts
8b0790168b
Check for filter versions and break up box output
2020-10-30 09:26:07 -07:00
Chris Roberts
baa24af179
Remove all unused code related to the deprecated login command
2020-10-30 09:26:07 -07:00
Chris Roberts
70d36bc7cd
Update uploader options to include --fail so failures are reported properly
2020-10-30 09:26:07 -07:00
Chris Roberts
78d309a09b
Update cloud command to use refactored library implementation
...
This PR is dependent on the 2.1.0 release of the vagrant_cloud
library. It updates the `cloud` command to use the new interface
for interacting with the Vagrant Cloud API. It also adds support
for direct to backend storage uploads, and defaults to this
method.
Also included is a bit of cleanup refactoring, addition of method
documentation, and fixing up some small issues around custom username
usage within the internal client for authentication.
2020-10-30 09:26:07 -07:00
Chris Roberts
6a8e0270d6
Merge pull request #12002 from hashicorp/docker-mirror
...
Use docker mirror
2020-10-30 09:07:59 -07:00
Michele
48e133e31e
Use docker mirror
2020-10-28 21:23:25 -07:00
sophia
9dc7f442a8
Update CHANGELOG
2020-10-28 17:43:13 -05:00
Sophia Castellarin
128e392388
Merge pull request #11961 from soapy1/update-mime-gem
...
Update mime gem
2020-10-28 17:41:25 -05:00