Skip to content

Commit

Permalink
Merge pull request #617 from bastelfreak/rel1200
Browse files Browse the repository at this point in the history
Release 12.0.0
  • Loading branch information
bastelfreak authored Aug 7, 2023
2 parents 9b792fe + 2c3e6ad commit e85c00c
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 1 deletion.
26 changes: 26 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,32 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v12.0.0](https://github.com/voxpupuli/puppet-r10k/tree/v12.0.0) (2023-08-06)

[Full Changelog](https://github.com/voxpupuli/puppet-r10k/compare/v11.0.1...v12.0.0)

**Breaking changes:**

- install.pp: Make class private; Update OpenBSD package name ruby22-r10k-\>ruby31-r10k [\#615](https://github.com/voxpupuli/puppet-r10k/pull/615) ([bastelfreak](https://github.com/bastelfreak))
- replace r10k template with native puppet code [\#613](https://github.com/voxpupuli/puppet-r10k/pull/613) ([bastelfreak](https://github.com/bastelfreak))
- r10k::config: don't inherit params class [\#611](https://github.com/voxpupuli/puppet-r10k/pull/611) ([bastelfreak](https://github.com/bastelfreak))
- pre\_postrun\_command: replace deprecated `--puppetfile` with `--modules` [\#610](https://github.com/voxpupuli/puppet-r10k/pull/610) ([bastelfreak](https://github.com/bastelfreak))
- deploy settings: generate types by default and dont deploy spec dir [\#609](https://github.com/voxpupuli/puppet-r10k/pull/609) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- move static data to init.pp [\#616](https://github.com/voxpupuli/puppet-r10k/pull/616) ([bastelfreak](https://github.com/bastelfreak))
- Add Rocky/AlmaLinux support [\#614](https://github.com/voxpupuli/puppet-r10k/pull/614) ([bastelfreak](https://github.com/bastelfreak))
- Add Puppet 8 support [\#608](https://github.com/voxpupuli/puppet-r10k/pull/608) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- Bugfix: Fix service name of webhook-go service [\#605](https://github.com/voxpupuli/puppet-r10k/pull/605) ([tmu-sprd](https://github.com/tmu-sprd))

**Merged pull requests:**

- config.pp: move all defaults to params.pp [\#612](https://github.com/voxpupuli/puppet-r10k/pull/612) ([bastelfreak](https://github.com/bastelfreak))

## [v11.0.1](https://github.com/voxpupuli/puppet-r10k/tree/v11.0.1) (2023-06-08)

[Full Changelog](https://github.com/voxpupuli/puppet-r10k/compare/v11.0.0...v11.0.1)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"author": "Vox Pupuli",
"license": "Apache-2.0",
"name": "puppet-r10k",
"version": "11.0.1",
"version": "12.0.0",
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand Down

0 comments on commit e85c00c

Please sign in to comment.