Skip to content

Commit 60ab3e5

Browse files
authored
Merge pull request #561 from puppetlabs/release-prep
Release prep v1.4.0
2 parents 7db3c3e + 8e40632 commit 60ab3e5

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,25 @@ All notable changes to this project will be documented in this file.
55

66
The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](http://semver.org).
77

8+
## [v1.4.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.4.0) - 2024-05-01
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.3.0...v1.4.0)
11+
12+
### Added
13+
14+
- add amazonlinux litmus images to matrix [#560](https://github.com/puppetlabs/puppet_litmus/pull/560) ([h0tw1r3](https://github.com/h0tw1r3))
15+
- add supported docker el9 platforms to matrix [#551](https://github.com/puppetlabs/puppet_litmus/pull/551) ([h0tw1r3](https://github.com/h0tw1r3))
16+
- (maint) add oracle linux 8 [#546](https://github.com/puppetlabs/puppet_litmus/pull/546) ([h0tw1r3](https://github.com/h0tw1r3))
17+
18+
### Fixed
19+
20+
- use dockercli specinfra backend for docker_nodes [#559](https://github.com/puppetlabs/puppet_litmus/pull/559) ([h0tw1r3](https://github.com/h0tw1r3))
21+
- drop Debian 9 stretch from matrix [#556](https://github.com/puppetlabs/puppet_litmus/pull/556) ([h0tw1r3](https://github.com/h0tw1r3))
22+
- (BUGFIX) Remove Oracle/Scientific Linux 6 from `matrix_from_metadata_v2` [#555](https://github.com/puppetlabs/puppet_litmus/pull/555) ([david22swan](https://github.com/david22swan))
23+
- (BUGFIX) Remove CentOS 6 from `matrix_from_metadata` [#553](https://github.com/puppetlabs/puppet_litmus/pull/553) ([david22swan](https://github.com/david22swan))
24+
- Minor install_module improvements [#550](https://github.com/puppetlabs/puppet_litmus/pull/550) ([h0tw1r3](https://github.com/h0tw1r3))
25+
- (CAT-1688) - Pin rubocop to `~> 1.50.0` [#541](https://github.com/puppetlabs/puppet_litmus/pull/541) ([LukasAud](https://github.com/LukasAud))
26+
827
## [v1.3.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.3.0) - 2023-12-21
928

1029
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.2.1...v1.3.0)

lib/puppet_litmus/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

33
# version of this gem
44
module PuppetLitmus
5-
VERSION = '1.3.0'
5+
VERSION = '1.4.0'
66
end

0 commit comments

Comments
 (0)