Skip to content

Commit 8fa3627

Browse files
chore(main): release 3.19.1 (#632)
1 parent 471e027 commit 8fa3627

3 files changed

Lines changed: 9 additions & 2 deletions

File tree

.release-please-manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
".": "3.19.0"
2+
".": "3.19.1"
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+
## [3.19.1](https://github.com/test-kitchen/kitchen-ec2/compare/v3.19.0...v3.19.1) (2025-06-08)
4+
5+
6+
### Bug Fixes
7+
8+
* Update CentOS for username change on 9+ ([#631](https://github.com/test-kitchen/kitchen-ec2/issues/631)) ([471e027](https://github.com/test-kitchen/kitchen-ec2/commit/471e027b052a20400e6142aa74c907902d76c0d8)), closes [#630](https://github.com/test-kitchen/kitchen-ec2/issues/630)
9+
310
## [3.19.0](https://github.com/test-kitchen/kitchen-ec2/compare/v3.18.0...v3.19.0) (2024-06-21)
411

512

lib/kitchen/driver/ec2_version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,6 @@
1919
module Kitchen
2020
module Driver
2121
# Version string for EC2 Test Kitchen driver
22-
EC2_VERSION = "3.19.0".freeze
22+
EC2_VERSION = "3.19.1".freeze
2323
end
2424
end

0 commit comments

Comments
 (0)