Skip to content

Commit 3f75e92

Browse files
chore(main): release 3.22.3 (#660)
1 parent 8757f4c commit 3f75e92

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.22.2"
2+
".": "3.22.3"
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.22.3](https://github.com/test-kitchen/kitchen-ec2/compare/v3.22.2...v3.22.3) (2026-04-28)
4+
5+
6+
### Bug Fixes
7+
8+
* Corrected the Amazon Linux 2023 naming convention ([#659](https://github.com/test-kitchen/kitchen-ec2/issues/659)) ([8757f4c](https://github.com/test-kitchen/kitchen-ec2/commit/8757f4c447921dd8a107985427d150029c35ed75))
9+
310
## [3.22.2](https://github.com/test-kitchen/kitchen-ec2/compare/v3.22.1...v3.22.2) (2026-03-16)
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.22.2".freeze
22+
EC2_VERSION = "3.22.3".freeze
2323
end
2424
end

0 commit comments

Comments
 (0)