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 7.1.0 #854

Merged
merged 1 commit into from
Oct 9, 2023
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
18 changes: 17 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,23 @@

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

## [7.1.0](https://github.com/voxpupuli/modulesync_config/tree/7.1.0) (2023-10-09)

[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/7.0.0...7.1.0)

**Implemented enhancements:**

- Add instructions to create a new module [\#853](https://github.com/voxpupuli/modulesync_config/pull/853) ([ekohl](https://github.com/ekohl))
- Cleanup release gem group for modules [\#852](https://github.com/voxpupuli/modulesync_config/pull/852) ([bastelfreak](https://github.com/bastelfreak))

**Merged pull requests:**

- Add clevis and tang module [\#851](https://github.com/voxpupuli/modulesync_config/pull/851) ([tuxmea](https://github.com/tuxmea))
- add wildfly [\#850](https://github.com/voxpupuli/modulesync_config/pull/850) ([rwaffen](https://github.com/rwaffen))
- add puppet-hosts mod [\#848](https://github.com/voxpupuli/modulesync_config/pull/848) ([jhoblitt](https://github.com/jhoblitt))
- Migrate jcpunk/tuned to voxpupuli [\#847](https://github.com/voxpupuli/modulesync_config/pull/847) ([jcpunk](https://github.com/jcpunk))
- add puppet-vault module [\#845](https://github.com/voxpupuli/modulesync_config/pull/845) ([bastelfreak](https://github.com/bastelfreak))

## [7.0.0](https://github.com/voxpupuli/modulesync_config/tree/7.0.0) (2023-08-17)

[Full Changelog](https://github.com/voxpupuli/modulesync_config/compare/6.0.0...7.0.0)
Expand Down Expand Up @@ -62,7 +79,6 @@ All notable changes to this project will be documented in this file.

**Merged pull requests:**

- Bump actions/checkout from 2 to 3 [\#820](https://github.com/voxpupuli/modulesync_config/pull/820) ([dependabot[bot]](https://github.com/apps/dependabot))
- dependabot: check for github actions and gems [\#819](https://github.com/voxpupuli/modulesync_config/pull/819) ([bastelfreak](https://github.com/bastelfreak))
- Drop PDK created puppet-lint GHA workflow [\#817](https://github.com/voxpupuli/modulesync_config/pull/817) ([ekohl](https://github.com/ekohl))
- Purge legacy Modulefile in modules [\#815](https://github.com/voxpupuli/modulesync_config/pull/815) ([bastelfreak](https://github.com/bastelfreak))
Expand Down
2 changes: 1 addition & 1 deletion Rakefile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ begin

GitHubChangelogGenerator::RakeTask.new :changelog do |config|
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog}
config.exclude_labels = %w{duplicate question invalid wontfix wont-fix skip-changelog github_actions}
config.user = 'voxpupuli'
config.project = 'modulesync_config'
config.future_release = YAML.safe_load(File.read('moduleroot/.msync.yml.erb'))['modulesync_config_version']
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: '7.0.0'
modulesync_config_version: '7.1.0'