Skip to content

Commit

Permalink
Release 9.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Sep 13, 2024
1 parent 9e31190 commit 07f6b41
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 3 deletions.
26 changes: 24 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,28 @@

All notable changes to this project will be documented in this file.

## [9.2.0](https://github.com/voxpupuli/modulesync_config/tree/9.2.0) (2024-09-13)

[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/9.1.0...9.2.0)

**Implemented enhancements:**

- Gemfile: Allow Puppet 7 and 8 [\#925](https://github.com/voxpupuli/modulesync_config/pull/925) ([bastelfreak](https://github.com/bastelfreak))

**Fixed bugs:**

- spec\_helper.rb: Fix typo in template [\#918](https://github.com/voxpupuli/modulesync_config/pull/918) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Ignore yamllint warning about truthy value "on" [\#927](https://github.com/voxpupuli/modulesync_config/pull/927) ([wyardley](https://github.com/wyardley))
- Add authselect module migrated from private repo [\#924](https://github.com/voxpupuli/modulesync_config/pull/924) ([jcpunk](https://github.com/jcpunk))
- Add puppet-github\_actions\_runner module [\#923](https://github.com/voxpupuli/modulesync_config/pull/923) ([bastelfreak](https://github.com/bastelfreak))
- gha-puppet: Switch from v2-\>v3 [\#922](https://github.com/voxpupuli/modulesync_config/pull/922) ([bastelfreak](https://github.com/bastelfreak))
- .pmtignore: Add Puppetfile [\#921](https://github.com/voxpupuli/modulesync_config/pull/921) ([bastelfreak](https://github.com/bastelfreak))
- Purge devcontainer configs [\#920](https://github.com/voxpupuli/modulesync_config/pull/920) ([bastelfreak](https://github.com/bastelfreak))
- Deprecate multiple modules [\#919](https://github.com/voxpupuli/modulesync_config/pull/919) ([bastelfreak](https://github.com/bastelfreak))

## [9.1.0](https://github.com/voxpupuli/modulesync_config/tree/9.1.0) (2024-07-08)

[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/9.0.0...9.1.0)
Expand Down Expand Up @@ -1645,8 +1667,8 @@ With the 5.0.0 release of modulesync_config we stopped official support for Pupp
- remove rubocop from our gemlist [\#154](https://github.com/voxpupuli/modulesync_config/pull/154) ([bastelfreak](https://github.com/bastelfreak))
- This cop is useless for Puppet [\#153](https://github.com/voxpupuli/modulesync_config/pull/153) ([jyaworski](https://github.com/jyaworski))
- Enable rubocop-rspec [\#152](https://github.com/voxpupuli/modulesync_config/pull/152) ([jyaworski](https://github.com/jyaworski))
- Remove some redundant requires from Rakefile [\#148](https://github.com/voxpupuli/modulesync_config/pull/148) ([alexharv074](https://github.com/alexharv074))
- Remove redundant gem, reorder [\#146](https://github.com/voxpupuli/modulesync_config/pull/146) ([alexharv074](https://github.com/alexharv074))
- Remove some redundant requires from Rakefile [\#148](https://github.com/voxpupuli/modulesync_config/pull/148) ([alex-harvey-z3q](https://github.com/alex-harvey-z3q))
- Remove redundant gem, reorder [\#146](https://github.com/voxpupuli/modulesync_config/pull/146) ([alex-harvey-z3q](https://github.com/alex-harvey-z3q))
- add puppet-network [\#144](https://github.com/voxpupuli/modulesync_config/pull/144) ([bastelfreak](https://github.com/bastelfreak))
- add puppet-puppetserver [\#142](https://github.com/voxpupuli/modulesync_config/pull/142) ([bastelfreak](https://github.com/bastelfreak))
- add puppet-zabbix [\#134](https://github.com/voxpupuli/modulesync_config/pull/134) ([bastelfreak](https://github.com/bastelfreak))
Expand Down
2 changes: 1 addition & 1 deletion moduleroot/.msync.yml.erb
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@
# Managed by modulesync - DO NOT EDIT
# https://voxpupuli.org/docs/updating-files-managed-with-modulesync/

modulesync_config_version: '9.1.0'
modulesync_config_version: '9.2.0'

0 comments on commit 07f6b41

Please sign in to comment.