summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
blob: fb6ec87fa51ad76db91611bde08eef566d21a8d0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
# Change Log
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).


## 2016-10-05 - Release 2.1.0

- Modulesync with latest Vox Pupuli defaults
- Add support for Linux Mint
- Improve parameter validation and testing
- Add support for Ubuntu 16.04 and 16.10
- Ubuntu: Issue EOL warning for unsupported release


## 2016-05-26 - Release 2.0.0

- Drop Ruby1.8 Support
- Modulesync to latest Vox Pupuli defaults
- Improve spec tests
- Update documentation
- Add parameter to control reboot time
- Update default parameters for legacy_origin option
- Add options support


## 2016-01-11 - Release 1.1.1
### Changed

- CHANGELOG: Fixed comparison URL's for the releases
- CHANGELOG: Fixed changed header for 1.1.1
- Fix a facts lookup issue that caused us to break on Ubuntu


## 2016-01-08 - Release 1.1.0

### Added
- Support Raspbian
- Support for Debian Jessie and Ubuntu Wiley
- Documentation for `clean` parameter
- Clarification for `sleep`

### Fixed
- code is now `strict_variables` safe
- Fix bug that prevented us from working on Ubuntu

### Maintenance
- linter clean
- rubocop clean
- integrate in modulesync


## 2015-04-23 - Release 1.0.3

### Changed
- Tested on Puppet 4.
- Remove inclusion of `apt` class.


## 2015-04-22 - Release 1.0.2

### Changed
- Resolve some Travis related packaging issues.


## 2015-04-22 - Release 1.0.1

### Changed
- Resolve some Travis related packaging issues.


## 2015-04-22 - Release 1.0.0

### Added
- Full configuration of unattended-upgrades and all possible options for `APT::Periodic`.
- Test suite covering the current behaviour.
- README with full documentation.
- Boilerplate such as Gemfile, Travis configuration, LICENSE and so on.

[unreleased]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/HEAD...2.1.0
[2.1.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/2.1.0...2.0.0
[2.0.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/2.0.0...1.1.1
[1.1.1]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.1.1...1.1.0
[1.1.0]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.1.0...1.0.2
[1.0.3]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.2...1.0.3
[1.0.2]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.1...1.0.2
[1.0.1]: https://github.com/voxpupuli/puppet-unattended_upgrades/compare/1.0.0...1.0.1