Skip to content

Commit

Permalink
chore(main): release 3.17.1 (#612)
Browse files Browse the repository at this point in the history
Co-authored-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
kitchen-porter and damacus committed Nov 27, 2023
1 parent 957283f commit 49d6b0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Change Log

## [3.17.1](https://github.com/test-kitchen/kitchen-ec2/compare/v3.17.0...v3.17.1) (2023-11-27)


### Bug Fixes

* Release ([b58158f](https://github.com/test-kitchen/kitchen-ec2/commit/b58158fa2693e581a9f1f5dbdbe7badb12536129))

## [v3.17.0](https://github.com/test-kitchen/kitchen-ec2/tree/v3.17.0) (2023-06-14)

- Add support for Rocky and AlmaLinux [#602](https://github.com/test-kitchen/kitchen-ec2/pull/602) ([@bjakauppila](https://github.com/jakauppila))
Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/driver/ec2_version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,6 @@
module Kitchen
module Driver
# Version string for EC2 Test Kitchen driver
EC2_VERSION = "3.17.0".freeze
EC2_VERSION = "3.17.1".freeze
end
end

0 comments on commit 49d6b0e

Please sign in to comment.