Skip to content

Commit 6700713

Browse files
Merge pull request #573 from puppetlabs/release-prep
Release prep v1.5.0
2 parents ed39d23 + 8133098 commit 6700713

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ 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.5.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.5.0) - 2024-08-05
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.4.0...v1.5.0)
11+
12+
### Added
13+
14+
- (FEAT) - Add debian 12 & alma/centos/rocky 9 to matrix_from_metadata v2 & v3 [#572](https://github.com/puppetlabs/puppet_litmus/pull/572) ([jordanbreen28](https://github.com/jordanbreen28))
15+
- automatically filter provision_service from matrix [#563](https://github.com/puppetlabs/puppet_litmus/pull/563) ([h0tw1r3](https://github.com/h0tw1r3))
16+
- pass full inventory path to task [#552](https://github.com/puppetlabs/puppet_litmus/pull/552) ([h0tw1r3](https://github.com/h0tw1r3))
17+
- (feature) matrix from metadata v3 [#549](https://github.com/puppetlabs/puppet_litmus/pull/549) ([h0tw1r3](https://github.com/h0tw1r3))
18+
- lxd provisioner support [#544](https://github.com/puppetlabs/puppet_litmus/pull/544) ([h0tw1r3](https://github.com/h0tw1r3))
19+
820
## [v1.4.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.4.0) - 2024-05-01
921

1022
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.3.0...v1.4.0)
@@ -115,6 +127,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
115127
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.36.1...v1.0.0.rc.1)
116128

117129
### Changed
130+
118131
- (CONT-806) Add Ruby 3.2 support [#485](https://github.com/puppetlabs/puppet_litmus/pull/485) ([GSPatton](https://github.com/GSPatton))
119132

120133
### Added
@@ -346,6 +359,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
346359
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.23.1...v0.24.0)
347360

348361
### Changed
362+
349363
- Remove puppet5 from matrix_from_metadata script and update puppet6 and puppet7 versions [#386](https://github.com/puppetlabs/puppet_litmus/pull/386) ([carabasdaniel](https://github.com/carabasdaniel))
350364

351365
## [v0.23.1](https://github.com/puppetlabs/puppet_litmus/tree/v0.23.1) - 2021-02-08
@@ -523,6 +537,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
523537
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.13.1...0.14.0)
524538

525539
### Changed
540+
526541
- (feat) move to v2 of bolt inventory file [#233](https://github.com/puppetlabs/puppet_litmus/pull/233) ([tphoney](https://github.com/tphoney))
527542

528543
### Added
@@ -606,6 +621,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
606621
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.9.1...0.10.0)
607622

608623
### Changed
624+
609625
- (FM-8513) Better handling of errors and changes [#185](https://github.com/puppetlabs/puppet_litmus/pull/185) ([florindragos](https://github.com/florindragos))
610626
- (FM-8456) set inventory vars when provisioning [#184](https://github.com/puppetlabs/puppet_litmus/pull/184) ([tphoney](https://github.com/tphoney))
611627

@@ -792,6 +808,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
792808
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.0.1...0.1.0)
793809

794810
### Changed
811+
795812
- (FM-7470) change method names, use upload_file [#91](https://github.com/puppetlabs/puppet_litmus/pull/91) ([tphoney](https://github.com/tphoney))
796813

797814
### Added

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.4.0'
5+
VERSION = '1.5.0'
66
end

0 commit comments

Comments
 (0)