Release prep for 2.2.0
This commit is contained in:
parent
2778c8588e
commit
a7d0f9fb31
2 changed files with 18 additions and 1 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -1,3 +1,20 @@
|
|||
##2015-09-29 - Supported Release 2.2.0
|
||||
###Summary
|
||||
|
||||
This release includes a few bugfixes.
|
||||
|
||||
####Features
|
||||
- Adds an `ensure` parameter for user control of proxy presence.
|
||||
- Adds ability to set `notify_update` to `apt::conf` (MODULES-2269).
|
||||
- Apt pins no longer trigger an `apt-get update` run.
|
||||
- Adds support for creating pins from main class.
|
||||
|
||||
####Bugfixes
|
||||
- Updates to use the official Debian mirrors.
|
||||
- Fixes path to `preferences` and `preferences.d`
|
||||
- Fixes pinning for backports (MODULES-2446).
|
||||
- Fixes the name/extension of the preferences files.
|
||||
|
||||
##2015-07-28 - Supported Release 2.1.1
|
||||
###Summary
|
||||
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
{
|
||||
"name": "puppetlabs-apt",
|
||||
"version": "2.1.1",
|
||||
"version": "2.2.0",
|
||||
"author": "Puppet Labs",
|
||||
"summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
|
||||
"license": "Apache-2.0",
|
||||
|
|
Loading…
Reference in a new issue