Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release 9.2.0 #928

Merged
merged 1 commit into from
Sep 13, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
27 changes: 25 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,29 @@

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:**

- Delete CONTRIBUTING.md [\#929](https://github.com/voxpupuli/modulesync_config/pull/929) ([bastelfreak](https://github.com/bastelfreak))
- 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 +1668,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'