Skip to content

Commit

Permalink
Release 7.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Oct 9, 2023
1 parent a2ab07e commit 8559193
Show file tree
Hide file tree
Showing 3 changed files with 19 additions and 3 deletions.
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))

**Merged pull requests:**

- Cleanup release gem group for modules [\#852](https://github.com/voxpupuli/modulesync_config/pull/852) ([bastelfreak](https://github.com/bastelfreak))
- 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'

0 comments on commit 8559193

Please sign in to comment.