Skip to content

Commit

Permalink
Release 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
bastelfreak committed Jun 23, 2023
1 parent 2976c33 commit f14e4ba
Show file tree
Hide file tree
Showing 2 changed files with 29 additions and 1 deletion.
28 changes: 28 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,34 @@ 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.

## [v8.0.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.0.0) (2023-06-23)

[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v7.1.0...v8.0.0)

**Breaking changes:**

- Drop Puppet 6 support [\#226](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/226) ([bastelfreak](https://github.com/bastelfreak))

**Implemented enhancements:**

- Add ubuntu 22.04 support [\#232](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/232) ([bastelfreak](https://github.com/bastelfreak))
- puppetlabs/stdlib: Allow 9.x [\#231](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/231) ([bastelfreak](https://github.com/bastelfreak))
- Add puppet 8 support [\#230](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/230) ([bastelfreak](https://github.com/bastelfreak))
- Add allow\_downgrade option to unattended-upgrades.erb [\#219](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/219) ([wiemk](https://github.com/wiemk))

**Fixed bugs:**

- Fix default LinuxMint origins so they pass validation [\#218](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/218) ([djmofcourse](https://github.com/djmofcourse))

**Closed issues:**

- document the origin configurations in README [\#105](https://github.com/voxpupuli/puppet-unattended_upgrades/issues/105)

**Merged pull requests:**

- README.md: add example for `origins` parameter [\#224](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/224) ([clambertus](https://github.com/clambertus))
- Fix broken Apache-2 license [\#223](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/223) ([bastelfreak](https://github.com/bastelfreak))

## [v7.1.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v7.1.0) (2022-08-28)

[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v7.0.0...v7.1.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-unattended_upgrades",
"version": "7.1.1-rc0",
"version": "8.0.0",
"author": "Vox Pupuli",
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
"license": "Apache-2.0",
Expand Down

0 comments on commit f14e4ba

Please sign in to comment.