Commit graph

1959 commits

Author SHA1 Message Date
oss-core-libraries-dashboard[bot]
b0593b6a72
[COMPLIANCE] Update Copyright and License Headers (Batch 7 of 7) (#13759)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-23 11:11:29 +05:30
Robert Main
0ee60dc9ad
Add deprecation notice to docs 2025-11-20 12:41:04 -05:00
vagrant-bot
97d5ea2501 Release 2.4.9 2025-08-21 07:11:39 +00:00
Leah Bush
069f40ca15
feat: upgrade node to v22 (#13713) 2025-08-20 22:28:47 +05:30
Corey Hemminger
4978fab045
Add Vbox 7.2 support (#13709)
* Add Vbox 7.2 support

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>

* update comment for 7.2

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>

---------

Signed-off-by: Corey Hemminger <hemminger@hotmail.com>
2025-08-19 13:54:24 +05:30
Animesh Murmu
d0e4a48180
Update old docs.vagrantup.com Reference (#13710) 2025-08-19 11:02:48 +05:30
vagrant-bot
54e61ef593 Release 2.4.8 2025-08-05 12:35:15 +00:00
vagrant-bot
56068bc83d Release 2.4.7 2025-06-17 15:13:05 +00:00
vagrant-bot
75f9e06e22 Release 2.4.6 2025-05-21 22:45:19 +00:00
Chris Roberts
e1d357a735
Documentation related updates
Remove the vagrant-go experimental documentation page. Add entry
for none communicator to the experimental flags list. Update the
cloud-init page to remove VirtualBox as only provider to support
cloud-init.
2025-05-21 10:11:29 -07:00
Chris Roberts
f4fc2c742a
Update cloud-init behavior and iso generation
This includes a couple modifications to the cloud-init behavior.
First, the cloud-init wait action will now write a sentinel file
after successfully waiting for cloud-init. This results in subsequent
boots of the machine to skip executing the cloud-init wait command
as cloud-init is only executed on the initial boot.

Second, the cloud-init setup action will check for the sentinel file
written by the cloud-init wait action, and if detected it will skip
the cloud-init setup. When creating the ISO for cloud-init, a second
sentinel file will be used to log the path of the generated ISO
file. If the file exists, the ISO generation process will be skipped.
2025-05-14 12:57:03 -07:00
vagrant-bot
551b351614 Release 2.4.5 2025-04-23 19:55:32 +00:00
vagrant-bot
b2f4968b44 Release 2.4.4 2025-04-21 15:56:16 +00:00
Chris Roberts
12af53a6a3
Prefer pwsh executable over powershell excutable
Prefer to use the pwsh executable over the powershell executable
as the pwsh exectuable will be faster loading than the powershell
executable. If the pwsh executable is not found, the powershell
executable will be used instead. The preference can be overridden
using the VAGRANT_PREFERRED_POWERSHELL environment variable.
2025-04-15 14:15:56 -07:00
Chris Roberts
4f79fe59c6
Provide configurable retries for connect on SSH communicator
Adds two new options to the SSH connect configuration: `connect_retries`
and `connect_retry_delay`. Provides user configurable values used when
establishing the SSH connection. Previous behavior would retry generally
by the default value without a pause between attempts. Updated behavior
will retry the number of times set within the config (unless value is
provided directly to connect call) and each retry will pause based on
the delay value set in the config (unless value is provided directly
to the connect call).
2025-03-20 17:44:47 -07:00
Chris Roberts
03371fde34
Merge pull request #13604 from aminelch/amine.docs-update
Update documentation for the Vagrant validate command
2025-03-20 15:17:36 -07:00
Sooter Saalu
15ceb75e4e
update to macOS documentation (#13600)
* Update nfs.mdx

current vagrant (2.4.3) on macOS invokes nfs with at least two other arguments (status & update) rather than just restart

* Update osx

current vagrant (2.4.3) on macOS invokes nfs with at least two other arguments (status & update) rather than just restart
2025-03-14 16:50:54 -07:00
Amine LOUHICHI
fa0ca4b2c8
Update documentation for the Vagrant validate command 2025-03-09 01:06:28 +01:00
Elena Williams
ca8f401c53 Fix broken link in documentation intro nav (#13594) 2025-02-14 14:05:45 +11:00
tehut
a1ceec1d40
Remove references to support email address (#13570)
* update support section and link to it instead of email address

* Feedback from Support:use the HCP Vagrant option instead of Other/NoContract

Co-authored-by: Tu Nguyen <im2nguyen@users.noreply.github.com>

* Update website/content/intro/support.mdx

* Update website/content/vagrant-cloud/api/v2.mdx

* Update website/content/vagrant-cloud/api/v1.mdx
2025-01-16 11:24:57 -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
5526054275 Release 2.4.3 2024-11-12 19:14:49 +00:00
vagrant-bot
7721ba01b5 Release 2.4.2 2024-11-01 21:53:08 +00:00
Chris Roberts
85d97f5383
Add support for VirtualBox 7.1 2024-10-30 12:06:29 -07:00
Chris Roberts
67f950a35c
Merge pull request #13270 from Gauravpadam/Hyper-V-doc-fix
Fixed Documentation regarding Hyper-V
2024-07-10 09:07:09 -07:00
Chris Roberts
4c25db057b
Merge pull request #13389 from sajjadjafaribojd/patch-1
Change ansible playbooks best practices URL
2024-07-10 08:57:36 -07:00
Chris Roberts
432c861ae8
Update website/content/vagrant-cloud/hcp-vagrant/post-migration-guide.mdx
Co-authored-by: Allison Larson <allison.larson@hashicorp.com>
2024-06-24 10:15:47 -07:00
Chris Roberts
f562149e8b Add entry for vagrant-registry packer post-processor 2024-06-24 09:57:54 -07:00
kaitlincart
a28c46f059
Migration guide link typo
In the conclusion the link to the troubleshooting guide had a space in it. Hopefully that's the only issue.
2024-06-04 15:49:04 -07:00
JabJ
cfa42f9b72
Change ansible playbooks best practices URL
The before URL was 404.
2024-05-05 19:09:10 +03:30
Chris Roberts
eb078bd7ac Fixup copy and add link within nav 2024-05-03 15:06:43 -07:00
Chris Roberts
106b51b253 Add post migration information
Includes information related to post migration including Vagrant Cloud
behavior and API usage.
2024-05-03 14:32:25 -07:00
Tehut
488b532305 fix spacing on 1st paragraph & migration note 2024-05-02 16:59:56 -07:00
Tehut
2ed21ebeb0 review comments 2024-05-02 15:05:40 -07:00
Tehut
3fb76bf075 whitespace and other review changes 2024-05-01 14:00:23 -07:00
tehut
b692ba5334
Apply suggestions from Kait's review
Co-authored-by: kaitlincart <43049322+kaitlincart@users.noreply.github.com>
2024-05-01 13:24:47 -07:00
Tehut
5aad14813f content check fixes 2024-05-01 10:12:58 -07:00
Tehut
806885218c Add HCP-Vagrant docs section with Migration Guide & Troubleshooting pages 2024-04-30 19:53:21 -07:00
vagrant-bot
720b68f59f Release 2.4.1 2024-01-19 20:59:12 +00:00
Chris Roberts
443ff01ab7 Add key_type configuration option for ssh
Adds a new `key_type` option to the Vagrantfile ssh configuration. It
defaults to :auto which allows auto detection of key type to use.
Otherwise it can be set to an explicit type supported by Vagrant.
2024-01-10 11:37:50 -08:00
vagrant-bot
5a2b888c37 Release 2.4.0 2023-10-16 16:20:13 +00:00
Gauravpadam
35913655e0 Fixed Documentation regarding Hyper-V 2023-10-14 13:34:58 +05:30
Chris Roberts
3750601cfb Final content adjustments 2023-10-02 14:44:00 -07:00
kaitlincart
fcdcc873c8
Update architecture.mdx
Default arch intro paragraph update
2023-09-29 16:24:18 -07:00
kaitlincart
7bded13949
Update architecture.mdx
Intro paragraph edit and headings updates.
2023-09-29 10:31:36 -07:00
Chris Roberts
fb5d004241 Fix link anchors 2023-09-28 17:29:06 -07:00
Chris Roberts
0d05b41536 Add architecture page to cloud nav 2023-09-28 17:24:40 -07:00
Chris Roberts
7d889756e6 Add note about architecture value within metadata 2023-09-28 17:24:24 -07:00
Chris Roberts
38f75784d1 Update supported arch values 386 -> i386 2023-09-28 17:24:07 -07:00
Chris Roberts
3d1fc711a3 Add architecture page to vagrant cloud docs 2023-09-28 17:23:56 -07:00