Skip to content

Commit

Permalink
Merge pull request #256 from mlibrary/release-8.2.0
Browse files Browse the repository at this point in the history
Release 8.2.0
  • Loading branch information
kenyon authored Dec 25, 2024
2 parents f40854f + 28d8534 commit 0b62dca
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
21 changes: 20 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,25 @@ 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.2.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.2.0) (2024-12-24)

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

**Implemented enhancements:**

- Add skip\_updates\_on\_metered\_connection option [\#255](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/255) ([rrotter](https://github.com/rrotter))
- puppetlabs/apt: Allow 10.x [\#254](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/254) ([rrotter](https://github.com/rrotter))
- Support passing dpkg options [\#251](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/251) ([deric](https://github.com/deric))
- More specific type for `extra_origins` [\#245](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/245) ([davidmhewitt](https://github.com/davidmhewitt))

**Closed issues:**

- buildin function merge got deprecated in puppet 8 [\#228](https://github.com/voxpupuli/puppet-unattended_upgrades/issues/228)

**Merged pull requests:**

- lint false positive [\#248](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/248) ([sebbASF](https://github.com/sebbASF))

## [v8.1.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.1.0) (2023-10-30)

[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v8.0.0...v8.1.0)
Expand Down Expand Up @@ -47,7 +66,7 @@ These should not affect the functionality of the module.
**Implemented enhancements:**

- Add reboot\_withusers option to unattended-upgrades.erb [\#214](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/214) ([jps-help](https://github.com/jps-help))
- Support the option Unattended-Upgrade::Package-Whitelist-Strict [\#213](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/213) ([makmarius](https://github.com/makmarius))
- Support the option Unattended-Upgrade::Package-Whitelist-Strict [\#213](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/213) ([ghost](https://github.com/ghost))

**Fixed bugs:**

Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Debian 10

Check warning on line 1 in metadata.json

View workflow job for this annotation

GitHub Actions / Puppet / Static validations

Skipping EOL operating system Ubuntu 18.04
"name": "puppet-unattended_upgrades",
"version": "8.1.0",
"version": "8.2.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 0b62dca

Please sign in to comment.