Skip to content

Commit 4fb95c9

Browse files
Merge pull request #587 from puppetlabs/release-prep
Release prep v2.0.0
2 parents a12e295 + cb682d3 commit 4fb95c9

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,21 @@ 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+
## [v2.0.0](https://github.com/puppetlabs/puppet_litmus/tree/v2.0.0) - 2025-05-06
9+
10+
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.6.1...v2.0.0)
11+
12+
### Changed
13+
14+
- feat: use puppetcore by default in matrix_from_metadata [#586](https://github.com/puppetlabs/puppet_litmus/pull/586) ([jordanbreen28](https://github.com/jordanbreen28))
15+
- breaking: mark matrix_from_metadata_v2 as deprecated in output [#584](https://github.com/puppetlabs/puppet_litmus/pull/584) ([jordanbreen28](https://github.com/jordanbreen28))
16+
- breaking: remove deprecated matrix_from_metadata (v1) [#583](https://github.com/puppetlabs/puppet_litmus/pull/583) ([jordanbreen28](https://github.com/jordanbreen28))
17+
- (CAT-2286) Remove Ruby 2.x/Puppet 7.x Support [#581](https://github.com/puppetlabs/puppet_litmus/pull/581) ([LukasAud](https://github.com/LukasAud))
18+
19+
### Added
20+
21+
- feat: add puppetcore agent installation support [#585](https://github.com/puppetlabs/puppet_litmus/pull/585) ([jordanbreen28](https://github.com/jordanbreen28))
22+
823
## [v1.6.1](https://github.com/puppetlabs/puppet_litmus/tree/v1.6.1) - 2024-12-11
924

1025
[Full Changelog](https://github.com/puppetlabs/puppet_litmus/compare/v1.6.0...v1.6.1)

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

0 commit comments

Comments
 (0)