Skip to content

Commit 23ab064

Browse files
authored
Merge pull request voxpupuli#179 from bastelfreak/rel510
release 5.1.0
2 parents 47c4592 + 6f34aa8 commit 23ab064

File tree

2 files changed

+21
-1
lines changed

2 files changed

+21
-1
lines changed

CHANGELOG.md

+20
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,26 @@ 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+
## [v5.1.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v5.1.0) (2020-08-21)
8+
9+
[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v5.0.0...v5.1.0)
10+
11+
**Implemented enhancements:**
12+
13+
- Add support for Debian 10 [\#150](https://github.com/voxpupuli/puppet-unattended_upgrades/issues/150)
14+
- Support Remove-New-Unused-Dependencies [\#106](https://github.com/voxpupuli/puppet-unattended_upgrades/issues/106)
15+
- Add new options remove\_new\_unused\_deps and remove\_unused\_kernel [\#177](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/177) ([gfa](https://github.com/gfa))
16+
17+
**Closed issues:**
18+
19+
- No version of 'puppet-unattended\_upgrades' can satisfy all dependencies [\#167](https://github.com/voxpupuli/puppet-unattended_upgrades/issues/167)
20+
21+
**Merged pull requests:**
22+
23+
- unattended-upgrades.erb: update signal comment [\#178](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/178) ([kenyon](https://github.com/kenyon))
24+
- Revert "Add Puppet management headers in the config files" [\#173](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/173) ([smortex](https://github.com/smortex))
25+
- Add Debian 10 support [\#172](https://github.com/voxpupuli/puppet-unattended_upgrades/pull/172) ([ekohl](https://github.com/ekohl))
26+
727
## [v5.0.0](https://github.com/voxpupuli/puppet-unattended_upgrades/tree/v5.0.0) (2020-05-22)
828

929
[Full Changelog](https://github.com/voxpupuli/puppet-unattended_upgrades/compare/v4.0.0...v5.0.0)

metadata.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "puppet-unattended_upgrades",
3-
"version": "5.0.1-rc0",
3+
"version": "5.1.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)