Skip to content

Commit 367db32

Browse files
Merge pull request #531 from puppetlabs/release-prep
Release prep v1.2.0
2 parents de9b60f + 51d0fe5 commit 367db32

File tree

2 files changed

+23
-14
lines changed

2 files changed

+23
-14
lines changed

CHANGELOG.md

+22-13
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@ 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.2.0](https://github.com/puppetlabs/puppet_litmus/tree/v1.2.0) - 2023-10-25
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.1.3...v1.2.0)
11+
12+
### Added
13+
14+
- (CAT-1521) - Adding new OS RHEL-9 ARM [#530](https://github.com/puppetlabs/puppet_litmus/pull/530) ([Ramesh7](https://github.com/Ramesh7))
15+
- (CAT-1287) - Adding Debian 12 docker for Compatibility testing [#523](https://github.com/puppetlabs/puppet_litmus/pull/523) ([Ramesh7](https://github.com/Ramesh7))
16+
817
## [v1.1.3](https://github.com/puppetlabs/puppet_litmus/tree/v1.1.3) - 2023-07-31
918

1019
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.1.2...v1.1.3)
@@ -70,13 +79,13 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
7079

7180
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.36.1...v1.0.0.rc.1)
7281

82+
### Changed
83+
- (CONT-806) Add Ruby 3.2 support [#485](https://github.com/puppetlabs/puppet_litmus/pull/485) ([GSPatton](https://github.com/GSPatton))
84+
7385
### Added
7486

7587
- (CONT-806) Ruby 3 / Puppet 8 additions [#491](https://github.com/puppetlabs/puppet_litmus/pull/491) ([chelnak](https://github.com/chelnak))
7688

77-
### Changed
78-
- (CONT-806) Add Ruby 3.2 support [#485](https://github.com/puppetlabs/puppet_litmus/pull/485) ([GSPatton](https://github.com/GSPatton))
79-
8089
## [v0.36.1](https://github.com/puppetlabs/puppet_litmus/tree/v0.36.1) - 2023-03-28
8190

8291
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.36.0...v0.36.1)
@@ -478,6 +487,9 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
478487

479488
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.13.1...0.14.0)
480489

490+
### Changed
491+
- (feat) move to v2 of bolt inventory file [#233](https://github.com/puppetlabs/puppet_litmus/pull/233) ([tphoney](https://github.com/tphoney))
492+
481493
### Added
482494

483495
- (MODULES-10478) honeycomb integration to litmus [#238](https://github.com/puppetlabs/puppet_litmus/pull/238) ([sheenaajay](https://github.com/sheenaajay))
@@ -486,9 +498,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
486498
- (feat) new rake task to check nodes are available [#230](https://github.com/puppetlabs/puppet_litmus/pull/230) ([tphoney](https://github.com/tphoney))
487499
- (MAINT) Ensure acceptance:localhost task also runs spec_prep [#206](https://github.com/puppetlabs/puppet_litmus/pull/206) ([RandomNoun7](https://github.com/RandomNoun7))
488500

489-
### Changed
490-
- (feat) move to v2 of bolt inventory file [#233](https://github.com/puppetlabs/puppet_litmus/pull/233) ([tphoney](https://github.com/tphoney))
491-
492501
### Fixed
493502

494503
- Improve error reporting [#228](https://github.com/puppetlabs/puppet_litmus/pull/228) ([DavidS](https://github.com/DavidS))
@@ -561,14 +570,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
561570

562571
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.9.1...0.10.0)
563572

564-
### Added
565-
566-
- (FM-8342) Handle mocking of localhost [#179](https://github.com/puppetlabs/puppet_litmus/pull/179) ([michaeltlombardi](https://github.com/michaeltlombardi))
567-
568573
### Changed
569574
- (FM-8513) Better handling of errors and changes [#185](https://github.com/puppetlabs/puppet_litmus/pull/185) ([florindragos](https://github.com/florindragos))
570575
- (FM-8456) set inventory vars when provisioning [#184](https://github.com/puppetlabs/puppet_litmus/pull/184) ([tphoney](https://github.com/tphoney))
571576

577+
### Added
578+
579+
- (FM-8342) Handle mocking of localhost [#179](https://github.com/puppetlabs/puppet_litmus/pull/179) ([michaeltlombardi](https://github.com/michaeltlombardi))
580+
572581
### Fixed
573582

574583
- (FM-8494) fix provision progress in travis and rubocop [#182](https://github.com/puppetlabs/puppet_litmus/pull/182) ([tphoney](https://github.com/tphoney))
@@ -747,14 +756,14 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
747756

748757
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/0.0.1...0.1.0)
749758

759+
### Changed
760+
- (FM-7470) change method names, use upload_file [#91](https://github.com/puppetlabs/puppet_litmus/pull/91) ([tphoney](https://github.com/tphoney))
761+
750762
### Added
751763

752764
- (FM-7891) separate serverspec helpers and add unit [#90](https://github.com/puppetlabs/puppet_litmus/pull/90) ([tphoney](https://github.com/tphoney))
753765
- (feat) changelog-generator working with litmus [#87](https://github.com/puppetlabs/puppet_litmus/pull/87) ([tphoney](https://github.com/tphoney))
754766

755-
### Changed
756-
- (FM-7470) change method names, use upload_file [#91](https://github.com/puppetlabs/puppet_litmus/pull/91) ([tphoney](https://github.com/tphoney))
757-
758767
### Fixed
759768

760769
- (FM-7981) raise in provision_list if one fails [#93](https://github.com/puppetlabs/puppet_litmus/pull/93) ([tphoney](https://github.com/tphoney))

lib/puppet_litmus/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@
22

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

0 commit comments

Comments
 (0)