Skip to content

Commit 0b62dca

Browse files
authored
Merge pull request #256 from mlibrary/release-8.2.0
Release 8.2.0
2 parents f40854f + 28d8534 commit 0b62dca

File tree

2 files changed

+21
-2
lines changed

2 files changed

+21
-2
lines changed

CHANGELOG.md

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,25 @@ All notable changes to this project will be documented in this file.
44
Each new release typically also includes the latest modulesync defaults.
55
These should not affect the functionality of the module.
66

7+
## [v8.2.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.2.0) (2024-12-24)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v8.1.0...v8.2.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add skip\_updates\_on\_metered\_connection option [\#255](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/255) ([rrotter](https://github.com/rrotter))
14+
- puppetlabs/apt: Allow 10.x [\#254](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/254) ([rrotter](https://github.com/rrotter))
15+
- Support passing dpkg options [\#251](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/251) ([deric](https://github.com/deric))
16+
- More specific type for `extra_origins` [\#245](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/245) ([davidmhewitt](https://github.com/davidmhewitt))
17+
18+
**Closed issues:**
19+
20+
- buildin function merge got deprecated in puppet 8 [\#228](https://github.com/voxpupuli/puppet-unattended_upgrades/issues/228)
21+
22+
**Merged pull requests:**
23+
24+
- lint false positive [\#248](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/248) ([sebbASF](https://github.com/sebbASF))
25+
726
## [v8.1.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v8.1.0) (2023-10-30)
827

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

4968
- 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))
50-
- Support the option Unattended-Upgrade::Package-Whitelist-Strict [\#213](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/213) ([makmarius](https://github.com/makmarius))
69+
- Support the option Unattended-Upgrade::Package-Whitelist-Strict [\#213](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/213) ([ghost](https://github.com/ghost))
5170

5271
**Fixed bugs:**
5372

metadata.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-unattended_upgrades",
3-
"version": "8.1.0",
3+
"version": "8.2.0",
44
"author": "Vox Pupuli",
55
"summary": "Provides an interface for managing Apt unattended_upgrades with Puppet",
66
"license": "Apache-2.0",

0 commit comments

Comments
 (0)