From 370313d5602ab518a81556854d6ee9bd0c6e0790 Mon Sep 17 00:00:00 2001 From: Sebastian Miclea Date: Fri, 8 May 2020 16:29:55 +0300 Subject: [PATCH] (maint) Added changelod for 4.22.0 release --- CHANGELOG.md | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e35e6941bd..3991218da8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -20,7 +20,17 @@ The headers used in [Keep a Changelog](http://keepachangelog.com) are: - Fixed - for any bug fixes. - Security - in case of vulnerabilities. -# [Unreleased](https://github.com/puppetlabs/beaker/compare/4.21.0...master) +# [Unreleased](https://github.com/puppetlabs/beaker/compare/4.22.0...master) + +# [4.22.0](https://github.com/puppetlabs/beaker/compare/4.21.0...4.22.0) - 2020-05-08 + +### Added + +- Host methods chmod and modified_at. ([#1638](https://github.com/puppetlabs/beaker/pull/1638)) + +### Removed + +- Support for EL-5. ([#1639](https://github.com/puppetlabs/beaker/pull/1639)) ([#1640](https://github.com/puppetlabs/beaker/pull/1640)) # [4.21.0](https://github.com/puppetlabs/beaker/compare/4.20.0...4.21.0) - 2020-03-31 @@ -43,7 +53,7 @@ The headers used in [Keep a Changelog](http://keepachangelog.com) are: ### Changed -- The `wait_time`, `max_connection_tries`, and `uptime_retries` parameters have been added to `Host::Unix::Exec.reboot`. This allows for more fine-grained control over how the reboot is handled. ([#1625](https://github.com/puppetlabs/beaker/pull/1625)) +- The `wait_time`, `max_connection_tries`, and `uptime_retries` parameters have been added to `Host::Unix::Exec.reboot`. This allows for more fine-grained control over how the reboot is handled. ([#1625](https://github.com/puppetlabs/beaker/pull/1625)) ### Fixed