Commit graph

17064 commits

Author SHA1 Message Date
Stanislav German-Evtushenko
64a513f409
Merge 1a8c8b5af9 into f9e2630d69 2026-04-11 02:54:00 +09:00
Stanislav German-Evtushenko
1a8c8b5af9
Fix Ubuntu 24.04 shutdown hang with synced folders
Fix Ubuntu 24.04 shutdown hang by preventing vagrant from mounting
already mounted synced folders. Fixes #13795.

Before:
```
vagrant ssh
mount | grep vagrant
vagrant on /vagrant type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=1000,gid=1000)
vagrant on /vagrant type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=1000,gid=1000,_netdev)
exit

time vagrant halt
==> default: Attempting graceful shutdown of VM...
==> default: Forcing shutdown of VM...

real	1m5.500s
user	0m3.900s
sys	0m4.279s
```

After:
```
vagrant ssh
mount | grep vagrant
vagrant on /vagrant type vboxsf (rw,nodev,relatime,iocharset=utf8,uid=1000,gid=1000,_netdev)
exit

time vagrant halt
==> default: Attempting graceful shutdown of VM...

real	0m5.210s
user	0m1.657s
sys	0m0.966s
```
2026-04-11 02:53:16 +09:00
dependabot[bot]
f9e2630d69
Bump actions/checkout from 6.0.1 to 6.0.2 (#13784)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](8e8c483db8...de0fac2e45)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 10:09:49 +05:30
dependabot[bot]
ecf260add9
Bump ruby/setup-ruby from 1.293.0 to 1.299.0 (#13798)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.293.0 to 1.299.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](dffb23f65a...3ff19f5e2b)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.299.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-04-08 10:09:18 +05:30
dependabot[bot]
0b7d460a45
Bump ruby/setup-ruby from 1.288.0 to 1.293.0 (#13792)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.288.0 to 1.293.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](09a7688d3b...dffb23f65a)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.293.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-03-17 11:04:15 +05:30
Blake Ryder
d3cecace8e
Merge pull request #13791 from hashicorp/chore/vagrant-license-pr-2026-03-10
Some checks failed
/ sync-acceptance (push) Has been cancelled
Update LICENSE
2026-03-11 11:47:42 +05:30
creatorHead
bafec23b73 Update LICENSE 2026-03-11 11:44:40 +05:30
dependabot[bot]
92e88862e7
Bump ruby/setup-ruby from 1.269.0 to 1.288.0 (#13787)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.269.0 to 1.288.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](d697be2f83...09a7688d3b)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.288.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-02-10 11:34:52 +05:30
vagrant-bot
5099cac68a Terraform managed file
Some checks failed
/ sync-acceptance (push) Has been cancelled
2026-01-14 08:37:36 +05:30
vagrant-bot
95283a3961 Terraform managed file 2026-01-14 08:37:31 +05:30
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
oss-core-libraries-dashboard[bot]
395d9424cd
[COMPLIANCE] Update Copyright and License Headers (Batch 6 of 7) (#13760)
Some checks failed
/ sync-acceptance (push) Waiting to run
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-22 16:47:48 +05:30
oss-core-libraries-dashboard[bot]
baad494090
[COMPLIANCE] Update Copyright and License Headers (Batch 5 of 7) (#13764)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-22 16:47:10 +05:30
oss-core-libraries-dashboard[bot]
1a8c7eb042
[COMPLIANCE] Update Copyright and License Headers (Batch 4 of 7) (#13762)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-22 16:46:54 +05:30
oss-core-libraries-dashboard[bot]
73228596f4
[COMPLIANCE] Update Copyright and License Headers (Batch 3 of 7) (#13763)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-22 16:46:39 +05:30
oss-core-libraries-dashboard[bot]
206f8102c9
[COMPLIANCE] Update Copyright and License Headers (Batch 2 of 7) (#13761)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-22 16:46:17 +05:30
oss-core-libraries-dashboard[bot]
614fcb0549
[COMPLIANCE] Update Copyright and License Headers (Batch 1 of 7) (#13765)
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-22 16:38:56 +05:30
Taru Garg
e15df81962
Update CHANGELOG
Some checks failed
/ sync-acceptance (push) Has been cancelled
2025-12-15 11:23:13 +05:30
BDoerrAnschuetz
bba4fbab5e
Add LSILogicSas to the list of supported storage controllers for VirtualBox (#13692)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
2025-12-12 20:21:04 +05:30
dependabot[bot]
e1c22285d2
Bump ruby/setup-ruby from 1.268.0 to 1.269.0 (#13757)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.268.0 to 1.269.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](8aeb6ff803...d697be2f83)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.269.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 17:44:03 +05:30
dependabot[bot]
3b2682d86d
Bump actions/checkout from 6.0.0 to 6.0.1 (#13756)
Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](1af3b93b68...8e8c483db8)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-12-08 13:47:29 +05:30
oss-core-libraries-dashboard[bot]
ea57f40b89
[COMPLIANCE] Update Copyright and License Headers (#13752)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
Co-authored-by: hashicorp-copywrite[bot] <110428419+hashicorp-copywrite[bot]@users.noreply.github.com>
2025-12-04 17:07:40 +05:30
dependabot[bot]
9f92797330
Bump actions/checkout from 5.0.0 to 6.0.0 (#13750)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](08c6903cd8...1af3b93b68)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-version: 6.0.0
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-28 02:06:04 +05:30
dependabot[bot]
dac1079d1d
Bump ruby/setup-ruby from 1.267.0 to 1.268.0 (#13749)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.267.0 to 1.268.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](d5126b9b35...8aeb6ff803)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.268.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-11-28 02:01:11 +05:30
Taru Garg
6875998b07
Update CHANGELOG
Some checks failed
/ sync-acceptance (push) Has been cancelled
2025-11-26 13:03:22 +05:30
Erich Fussi
803cb1d804
Retain 'primary' attribute when resizing the Hyper-V primary disk (#13748)
Some checks failed
/ sync-acceptance (push) Waiting to run
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
2025-11-25 23:31:00 +05:30
Taru Garg
fc70439e00
Update CHANGELOG
Some checks are pending
/ sync-acceptance (push) Waiting to run
2025-11-25 00:31:05 +05:30
Taru Garg
162b7c0d70
fix(commands/login): Load correct locales for the login command (#13747)
Some checks failed
/ sync-acceptance (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Has been cancelled
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Has been cancelled
2025-11-22 09:34:58 +05:30
Taru Garg
fb4c6376c9
Update CHANGELOG
Some checks are pending
/ sync-acceptance (push) Waiting to run
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.1 (push) Waiting to run
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.2 (push) Waiting to run
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.3 (push) Waiting to run
Vagrant Ruby Tests / Vagrant unit tests on Ruby 3.4 (push) Waiting to run
2025-11-21 11:22:27 +05:30
Sebastien Dionne
81e6dfa595
Merge pull request #13731 from survivant/main
Fix typos and linguistic errors in documentation / hacktoberfest
2025-11-21 10:52:25 +05:30
Taru Garg
342afc21cb
Update CHANGELOG
Some checks failed
/ sync-acceptance (push) Waiting to run
Legacy Link Format Checker / check-links (push) Has been cancelled
2025-11-21 02:30:31 +05:30
Taru Garg
b3476d48fe
Merge pull request #13738 from hashicorp/dependabot/github_actions/ruby/setup-ruby-1.267.0
Bump ruby/setup-ruby from 1.257.0 to 1.267.0
2025-11-21 02:24:33 +05:30
Taru Garg
0c64bb03ef
Merge pull request #13746 from hashicorp/rm/add-deprecation-notice-to-vagrant-docs
Add deprecation notice to docs
2025-11-20 23:26:16 +05:30
Robert Main
0ee60dc9ad
Add deprecation notice to docs 2025-11-20 12:41:04 -05:00
Taru Garg
d2e552f90a
Update CHANGELOG 2025-11-20 00:05:47 +05:30
Taru Garg
18dc215865
Merge pull request #13740 from taru-garg-hashicorp/fix-test-ansible
Support selection of inventory argument for the ansible-playbook command, based on ansible-core version, as `--inventory` is not the strategic supported argument instead of `--inventory-file` as such this PR updates the behaviour of Vagrant to start using the new argument for when the `ansible-core` version is `>=2.19` i.e. when the deprecation was introduced
2025-11-19 21:42:25 +05:30
Taru Garg
91e63ec18d
chore: clean whitespaces 2025-11-19 17:25:52 +05:30
Taru Garg
3ce8ffb693
fix: cleanup implementation while setting package version 2025-11-19 12:11:37 +05:30
Taru Garg
dc373e4fc0
fix(provisioner/ansible): Allow for selection of inventory arg based on the ansible-core version 2025-11-18 18:24:12 +05:30
Conner Crosby
8867704e59
Replace deprecated Ansible inventory file option
This was done because the --inventory-file option for Ansible is
anticipated to be removed as of the ansible-core package version '2.23'.
2025-11-05 13:04:15 +05:30
dependabot[bot]
3b34ef43ed
Bump ruby/setup-ruby from 1.257.0 to 1.267.0
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.257.0 to 1.267.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](4451173596...d5126b9b35)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.267.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-11-03 07:39:15 +00:00
dependabot[bot]
f2960d5458
Bump ruby/setup-ruby from 1.255.0 to 1.257.0 (#13717)
Bumps [ruby/setup-ruby](https://github.com/ruby/setup-ruby) from 1.255.0 to 1.257.0.
- [Release notes](https://github.com/ruby/setup-ruby/releases)
- [Changelog](https://github.com/ruby/setup-ruby/blob/master/release.rb)
- [Commits](829114fc20...4451173596)

---
updated-dependencies:
- dependency-name: ruby/setup-ruby
  dependency-version: 1.257.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-09-11 21:24:57 +05:30
vagrant-bot
f0b1da8c5f Update files for new development 2.4.10.dev 2025-08-21 07:11:39 +00:00
vagrant-bot
97d5ea2501 Release 2.4.9 2025-08-21 07:11:39 +00:00
Taru Garg
a6f102e126
Update CHANGELOG 2025-08-21 12:39:49 +05:30
Leah Bush
069f40ca15
feat: upgrade node to v22 (#13713) 2025-08-20 22:28:47 +05:30
Taru Garg
bb51184ca4
Update CHANGELOG 2025-08-19 14:08:34 +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
Taru Garg
0c082e33ea
Update CHANGELOG 2025-08-19 13:25:01 +05:30
Animesh Murmu
d0e4a48180
Update old docs.vagrantup.com Reference (#13710) 2025-08-19 11:02:48 +05:30