Skip to content

Commit 024cd66

Browse files
chore(main): release 2.0.2 (#506)
1 parent b8b3c44 commit 024cd66

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "2.0.1"
2+
".": "2.0.2"
33
}

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Change Log
22

3+
## [2.0.2](https://github.com/test-kitchen/kitchen-vagrant/compare/v2.0.1...v2.0.2) (2025-09-02)
4+
5+
6+
### Bug Fixes
7+
8+
* Add utm provider to list of not safe providers for omnibus cache ([#505](https://github.com/test-kitchen/kitchen-vagrant/issues/505)) ([b8b3c44](https://github.com/test-kitchen/kitchen-vagrant/commit/b8b3c44de7e9b803c0edc7fc26832d4d048f115e))
9+
310
## [1.14.3](https://github.com/test-kitchen/kitchen-vagrant/compare/v1.14.2...v1.14.3) (2024-06-19)
411

512

lib/kitchen/driver/vagrant_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,6 @@ module Kitchen
2020
module Driver
2121

2222
# Version string for Vagrant Kitchen driver
23-
VAGRANT_VERSION = "2.0.1".freeze
23+
VAGRANT_VERSION = "2.0.2".freeze
2424
end
2525
end

0 commit comments

Comments
 (0)