Tehut
ef20de0776
send suggestions and documentation errors to support ticket
2025-01-08 15:20:52 -08:00
Tehut
01f97eaeee
update support section and link to it instead of email address
2025-01-08 15:20:20 -08:00
Chris Roberts
216835c030
Merge pull request #13543 from hashicorp/update-migration-docs
...
Add post-migration auth info
2024-11-13 17:23:23 -08:00
Chris Roberts
2d893b53e8
Update migration docs
...
Include information about HCP token generation. Remove the requirement
of a semi-colon in the token for identifying the secondary token.
2024-11-13 17:20:24 -08:00
vagrant-bot
397e620c0c
Update files for new development 2.4.4.dev
2024-11-12 19:14:49 +00:00
vagrant-bot
5526054275
Release 2.4.3
2024-11-12 19:14:49 +00:00
Chris Roberts
3f2c60fba4
Update CHANGELOG
2024-11-12 11:13:41 -08:00
Chris Roberts
962e7dfe3d
Update CHANGELOG
2024-11-12 09:14:29 -08:00
Chris Roberts
d9ee84ca4c
Merge pull request #13540 from chrisroberts/hcp-authentication
...
Update authentication handling
2024-11-12 09:12:55 -08:00
Chris Roberts
23becce835
Relax the webrick constraint
2024-11-11 16:44:41 -08:00
Chris Roberts
37b294680c
Update authentication handling with client wrapper
2024-11-11 15:49:42 -08:00
Chris Roberts
20bc2303ee
Update minimum constraint on vagrant_cloud
2024-11-11 15:49:42 -08:00
Chris Roberts
7f0f934537
Update silenced hosts constant for registry
2024-11-11 15:49:42 -08:00
Chris Roberts
6707633782
Remove unused constant
2024-11-11 15:49:42 -08:00
Chris Roberts
280b5d8cf3
Merge pull request #13535 from chrisroberts/gem-activation
...
Update runtime dependency activations
2024-11-08 08:33:41 -08:00
Chris Roberts
8b06640fcf
Use helper for require calls
2024-11-06 17:33:00 -08:00
Chris Roberts
b375e4d5b6
Remove activation at startup, add helper
...
This removes the gem activation from the startup and adds a
helper for properly activating gems based on the defined
runtime constraints of the vagrant specification at loading
time.
2024-11-06 17:33:00 -08:00
Chris Roberts
ff445c27b9
Update CHANGELOG
2024-11-05 16:02:21 -08:00
Chris Roberts
e0161e5b0d
Merge pull request #13532 from brlin-tw/patch/fix-plugin-installation
...
Fix overly strict dependency requirement of the logger gem to allow plugin installation
2024-11-04 09:03:21 -08:00
Chris Roberts
d7098cecb3
Further relax logger constraint
2024-11-04 08:55:47 -08:00
林博仁(Buo-ren Lin)
cdf35c09a4
Fix overly strict dependency requirement of the logger gem to allow plugin installation
...
Vagrant version 2.4.2 introduced a patch(512bb74 ) that sets the logger gem dependency to "~>1.6.1", which is too strict and prevents many Vagrant plugins from being installed.
This patch tones down the dependency specification to mitigate this problem.
Fixes #13527 .
Refer-to: Add logger and ostruct to the gemspec by hswong3i · Pull Request #13499 · hashicorp/vagrant <https://github.com/hashicorp/vagrant/pull/13499 >
2024-11-04 21:21:08 +08:00
vagrant-bot
89e67f3297
Update files for new development 2.4.3.dev
2024-11-01 21:53:08 +00:00
vagrant-bot
7721ba01b5
Release 2.4.2
2024-11-01 21:53:08 +00:00
Chris Roberts
4268dc4bb8
Update CHANGELOG
2024-11-01 14:11:19 -07:00
Chris Roberts
ae4f9361c7
Merge pull request #13526 from chrisroberts/gem-runtime-deps
...
Activate specifications at startup
2024-11-01 14:10:33 -07:00
Chris Roberts
71dc6d55c7
Update CHANGELOG
2024-11-01 14:10:14 -07:00
Chris Roberts
366c525539
Merge pull request #13525 from chrisroberts/encoding-error
...
Force encoding on command output strings
2024-11-01 14:08:55 -07:00
Chris Roberts
ba8646a908
Update CHANGELOG
2024-11-01 14:08:33 -07:00
Chris Roberts
b5d62e2d81
Merge pull request #13343 from tnaroska/docker_build_containerd_fix
...
Fix#13342 adapt docker provider build for containerd storage
2024-11-01 14:07:00 -07:00
Chris Roberts
6be63b92e2
Force encoding on command output strings
...
Incompatible encodings will result in an error when the exception
is translated. The outputs may not be UTF-8 encoded so force
the encoding when providing the values in the exception.
2024-11-01 13:43:24 -07:00
Chris Roberts
f1e988f33b
Activate specifications at startup
...
During startup get the vagrant specification and activate all the
runtime dependencies required by vagrant. This will prevent invalid
specifications from being activated later if environment includes
mixed versions.
2024-11-01 13:42:30 -07:00
Chris Roberts
bf6f4ff90c
Update testing dependency install
2024-11-01 13:41:55 -07:00
Chris Roberts
2d39f766a2
Update CHANGELOG
2024-11-01 12:15:55 -07:00
Chris Roberts
d43f154032
Merge pull request #13517 from max-arnold/fix-salt-bootstrap
...
Fix Salt bootstrap script URLs
2024-11-01 12:14:48 -07:00
Chris Roberts
1413e1f6cc
Merge pull request #13523 from chrisroberts/bump-patch-constraint
...
Bump version constraint for patching
2024-10-31 11:03:51 -07:00
Chris Roberts
c58d872896
Bump version constraint for patching
...
Updates the version constraint defined for net-ssh patching to
include current lastest release.
2024-10-31 09:28:51 -07:00
Chris Roberts
0001a7e5b8
Update CHANGELOG
2024-10-30 12:54:32 -07:00
Chris Roberts
551e1b8116
Include test for double digit ansible version
2024-10-30 12:52:56 -07:00
Chris Roberts
ffe6457171
Merge pull request #13493 from robinmulder/fix-ansible-version-match
...
Fix double digits Ansible version match
2024-10-30 12:47:03 -07:00
Chris Roberts
a82b64d10d
Update CHANGELOG
2024-10-30 12:33:13 -07:00
Chris Roberts
5e83b54195
Merge pull request #13513 from chrisroberts/vbox-7_1
...
Add support for VirtualBox 7.1
2024-10-30 12:32:14 -07:00
Chris Roberts
ab7f0a0132
Adjust ostruct constraint
2024-10-30 12:25:51 -07:00
Chris Roberts
83731a49c0
Merge pull request #13499 from alvistack/ruby-3.5-logger
...
Add logger and ostruct to the gemspec
2024-10-30 12:24:42 -07:00
Chris Roberts
9bcd9bd805
Merge pull request #13514 from chrisroberts/winrm-snakecase
...
Bump winrm constraint
2024-10-30 12:18:01 -07:00
Chris Roberts
fbf43ab70b
Update CHANGELOG
2024-10-30 12:16:48 -07:00
Chris Roberts
adcbd81eea
Merge pull request #13494 from MatrixDJ96/network_ip_ends_in_one_fix
...
Fixed conditions in network_ip_ends_in_one
2024-10-30 12:10:41 -07:00
Chris Roberts
85d97f5383
Add support for VirtualBox 7.1
2024-10-30 12:06:29 -07:00
Max Arnold
fd281cffcd
Switch to salt-bootstrap Github releases URLs
...
See https://saltproject.io/blog/salt-bootstrap-breakage-part-2/ for the explanation
2024-10-30 07:09:51 +07:00
Max Arnold
c9ca8e7c88
Fix Salt bootstrap script URLs
...
See https://saltproject.io/blog/salt-bootstrap-breakage/ for more details
2024-10-26 10:21:55 +07:00
Chris Roberts
f75e87d4ef
Bump winrm constraint
...
This fixes snakecase errors that may be encountered with the
winrm communicator.
2024-10-24 15:53:18 -07:00