Skip to content

Commit

Permalink
Prep for 3.5.1 release
Browse files Browse the repository at this point in the history
Signed-off-by: Dan Webb <dan.webb@damacus.io>
  • Loading branch information
damacus committed Nov 15, 2023
1 parent 3c43f71 commit 031ea3e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Test Kitchen Change Log

## All future Releases will be documented in GitHub Releases

## [3.5.0](https://github.com/test-kitchen/test-kitchen/tree/v3.4.1) (2022-12-18)

- Add `finally` lifecycle hook to always run regardless of failure ([@brycekahle](https://github.com/brycekahle))
Expand Down Expand Up @@ -156,7 +158,7 @@

- Allow copying Ohai plugins from the /ohai cookbook directory into the instance [#1634](https://github.com/test-kitchen/test-kitchen/pull/1634)([SAPDanJoe](https://github.com/SAPDanJoe))
- Fix failures using the PowerShell provisioner [#1639](https://github.com/test-kitchen/test-kitchen/pull/1639)([alanghartJC](https://github.com/alanghartJC))
- Update the net-ssh and net-scp deps to allow the latest versions to add support for sha2-{256,512}-etm@openssh.com MAC algorithms and to allow spaces / comment lines in the known_hosts file.
- Update the net-ssh and net-scp deps to allow the latest versions to add support for sha2-{256,512}<-etm@openssh.com> MAC algorithms and to allow spaces / comment lines in the known_hosts file.

## [2.4.0](https://github.com/test-kitchen/test-kitchen/tree/v2.4.0) (2020-03-04)

Expand Down
2 changes: 1 addition & 1 deletion lib/kitchen/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@
# limitations under the License.

module Kitchen
VERSION = "3.5.0".freeze
VERSION = "3.5.1".freeze
end

0 comments on commit 031ea3e

Please sign in to comment.