Skip to content

Commit

Permalink
Release 4.34.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ekohl committed Jan 27, 2022
1 parent f064f82 commit a17ac7d
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 2 deletions.
14 changes: 13 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,22 @@
# Changelog

## [4.34.0](https://github.com/voxpupuli/beaker/tree/4.34.0) (2022-01-27)

### Added

- Extract a host_packages method from validate_host ([#1729](https://github.com/voxpupuli/beaker/pull/1729))
- Reduce duplication in ssh_permit_user_environment ([#1728](https://github.com/voxpupuli/beaker/pull/1728))

### Fixed

- Do not install curl on EL9 ([#1728](https://github.com/voxpupuli/beaker/pull/1732))
- Drop old Ruby 1.8 compatibility code ([#1728](https://github.com/voxpupuli/beaker/pull/1730))

## [4.33.0](https://github.com/voxpupuli/beaker/tree/4.33.0) (2022-01-21)

### Added

- Add ed25519 ad runtime dependency ([#1726](https://github.com/voxpupuli/beaker/pull/1726))
- Add ed25519 as runtime dependency ([#1726](https://github.com/voxpupuli/beaker/pull/1726))

## [4.32.0](https://github.com/voxpupuli/beaker/tree/4.32.0) (2021-12-06)

Expand Down
2 changes: 1 addition & 1 deletion lib/beaker/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Beaker
module Version
STRING = '4.33.0'
STRING = '4.34.0'
end
end

0 comments on commit a17ac7d

Please sign in to comment.