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 6.0.0 #1120

Merged
merged 1 commit into from
Jan 7, 2025
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
20 changes: 20 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,26 @@ All notable changes to this project will be documented in this file.
Each new release typically also includes the latest modulesync defaults.
These should not affect the functionality of the module.

## [v6.0.0](https://github.com/voxpupuli/puppet-jenkins/tree/v6.0.0) (2025-01-07)

[Full Changelog](https://github.com/voxpupuli/puppet-jenkins/compare/v5.0.0...v6.0.0)

**Breaking changes:**

- Drop support for Ubuntu 20.04 [\#1119](https://github.com/voxpupuli/puppet-jenkins/pull/1119) ([evgeni](https://github.com/evgeni))
- Drop EoL EL7 support [\#1112](https://github.com/voxpupuli/puppet-jenkins/pull/1112) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add support for Ubuntu 24.04 [\#1118](https://github.com/voxpupuli/puppet-jenkins/pull/1118) ([evgeni](https://github.com/evgeni))
- Add support for Debian 12 [\#1117](https://github.com/voxpupuli/puppet-jenkins/pull/1117) ([evgeni](https://github.com/evgeni))
- Support puppetlabs/apt 10.x; require \>= 9.2 [\#1116](https://github.com/voxpupuli/puppet-jenkins/pull/1116) ([evgeni](https://github.com/evgeni))
- puppet/systemd: allow 8.x [\#1113](https://github.com/voxpupuli/puppet-jenkins/pull/1113) ([jay7x](https://github.com/jay7x))

**Merged pull requests:**

- Install Java 17 JDK in acceptance tests [\#1115](https://github.com/voxpupuli/puppet-jenkins/pull/1115) ([evgeni](https://github.com/evgeni))

## [v5.0.0](https://github.com/voxpupuli/puppet-jenkins/tree/v5.0.0) (2024-05-07)

[Full Changelog](https://github.com/voxpupuli/puppet-jenkins/compare/v4.0.0...v5.0.0)
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "puppet-jenkins",
"version": "5.0.1-rc0",
"version": "6.0.0",
"author": "Vox Pupuli",
"license": "Apache-2.0",
"summary": "Manage the Jenkins continuous integration service with Puppet",
Expand Down
Loading