Skip to content

Commit f2fb3da

Browse files
authored
Merge pull request #480 from puppetlabs/release-prep
Release prep v0.36.0
2 parents 7751ca1 + 9e7f9f4 commit f2fb3da

File tree

2 files changed

+14
-3
lines changed

2 files changed

+14
-3
lines changed

CHANGELOG.md

Lines changed: 13 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,19 @@ 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+
## [v0.36.0](https://github.com/puppetlabs/puppet_litmus/tree/v0.36.0) - 2023-03-27
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.34.6...v0.36.0)
11+
12+
### Added
13+
14+
- (CONT-764) Update matrix_from_metadata_v2 [#478](https://github.com/puppetlabs/puppet_litmus/pull/478) ([chelnak](https://github.com/chelnak))
15+
16+
### Fixed
17+
18+
- (maint) Return Puppet 6 to matrix_from_metadata_v2 [#479](https://github.com/puppetlabs/puppet_litmus/pull/479) ([david22swan](https://github.com/david22swan))
19+
- (CONT-404) Address deprecation warnings [#477](https://github.com/puppetlabs/puppet_litmus/pull/477) ([LukasAud](https://github.com/LukasAud))
20+
821
## [v0.34.6](https://github.com/puppetlabs/puppet_litmus/tree/v0.34.6) - 2023-03-09
922

1023
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v0.34.5...v0.34.6)
@@ -338,7 +351,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
338351

339352
### Added
340353

341-
- Allow users to install modules from a private forge repository [#260](https://github.com/puppetlabs/puppet_litmus/pull/260) ([](https://github.com/))
342354
- move to using bolt v2 [#254](https://github.com/puppetlabs/puppet_litmus/pull/254) ([tphoney](https://github.com/tphoney))
343355

344356
### Fixed
@@ -367,7 +379,6 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) a
367379

368380
### Added
369381

370-
- Open Litmus to use custom provisioners [#262](https://github.com/puppetlabs/puppet_litmus/pull/262) ([](https://github.com/))
371382
- (MAINT) Add interpolate_powershell helper method [#244](https://github.com/puppetlabs/puppet_litmus/pull/244) ([michaeltlombardi](https://github.com/michaeltlombardi))
372383
- (IAC-536) Unify honeycomb field names; fallback for branch builds [#243](https://github.com/puppetlabs/puppet_litmus/pull/243) ([DavidS](https://github.com/DavidS))
373384
- (IAC-490) Add CI checks and metadata information of github action [#241](https://github.com/puppetlabs/puppet_litmus/pull/241) ([sheenaajay](https://github.com/sheenaajay))

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 ||= '0.34.6'
5+
VERSION ||= '0.36.0'
66
end

0 commit comments

Comments
 (0)