Skip to content

Commit c94b0fc

Browse files
committed
Release 6.0.0
1 parent f8a9040 commit c94b0fc

File tree

3 files changed

+19
-3
lines changed

3 files changed

+19
-3
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,23 @@
22

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

5+
## [6.0.0](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/tree/6.0.0) (2025-08-08)
6+
7+
[Full Changelog](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/compare/5.0.0...6.0.0)
8+
9+
**Breaking changes:**
10+
11+
- Update `puppet-lint-manifest_whitespace-check` from `~> 0.3, < 1.0.0` to `~> 1.0` [\#63](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/63) ([kenyon](https://github.com/kenyon))
12+
- Update puppet-lint-strict\_indent-check requirement from ~\> 3.0 to \>= 3, \< 5 [\#62](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/62) ([dependabot[bot]](https://github.com/apps/dependabot))
13+
14+
**Implemented enhancements:**
15+
16+
- CI: Configure Vox Pupuli release defaults & Set minimal token permissions & Generate matrix dynamically [\#66](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/66) ([bastelfreak](https://github.com/bastelfreak))
17+
18+
**Fixed bugs:**
19+
20+
- License: set correct license identifier AGPL-3.0-only [\#67](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/67) ([bastelfreak](https://github.com/bastelfreak))
21+
522
## [5.0.0](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/tree/5.0.0) (2023-04-22)
623

724
[Full Changelog](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/compare/4.0.0...5.0.0)
@@ -17,7 +34,6 @@ All notable changes to this project will be documented in this file.
1734

1835
**Merged pull requests:**
1936

20-
- Bump actions/checkout from 2 to 3 [\#39](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/39) ([dependabot[bot]](https://github.com/apps/dependabot))
2137
- dependabot: check for github actions as well [\#38](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/pull/38) ([bastelfreak](https://github.com/bastelfreak))
2238

2339
## [4.0.0](https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins/tree/4.0.0) (2023-02-28)

Rakefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ rescue LoadError
2424
else
2525
GitHubChangelogGenerator::RakeTask.new :changelog do |config|
2626
config.header = "# Changelog\n\nAll notable changes to this project will be documented in this file."
27-
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog]
27+
config.exclude_labels = %w[duplicate question invalid wontfix wont-fix skip-changelog dependencies]
2828
config.user = 'voxpupuli'
2929
config.project = 'voxpupuli-puppet-lint-plugins'
3030
config.future_release = Gem::Specification.load("#{config.project}.gemspec").version

voxpupuli-puppet-lint-plugins.gemspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Gem::Specification.new do |s|
44
s.name = 'voxpupuli-puppet-lint-plugins'
5-
s.version = '5.0.0'
5+
s.version = '6.0.0'
66
s.authors = ['Vox Pupuli']
77
s.email = ['[email protected]']
88
s.homepage = 'https://github.com/voxpupuli/voxpupuli-puppet-lint-plugins'

0 commit comments

Comments
 (0)