Merge pull request #324 from cmurphy/master
[puppet-modules/puppetlabs-apt.git] / CHANGELOG.md
1 ##2014-06-04 - Release 1.5.0
2 ###Summary
3
4 This release adds support for Ubuntu 14.04.  It also includes many new features 
5 and important bugfixes.  One huge change is that apt::key was replaced with
6 apt_key, which allows you to use puppet resource apt_key to inventory keys on
7 your system.
8
9 Special thanks to daenney, our intrepid unofficial apt maintainer!
10
11 ####Features
12 - Add support for Ubuntu Trusty!
13 - Add apt::hold define
14 - Generate valid *.pref files in apt::pin
15 - Made pin_priority configurable for apt::backports
16 - Add apt_key type and provider
17 - Rename "${apt_conf_d}/proxy" to "${apt_conf_d}/01proxy"
18 - apt::key rewritten to use apt_key type
19 - Add support for update_tries to apt::update
20
21 ####Bugfixes
22 - Typo fixes
23 - Fix unattended upgrades
24 - Removed bogus line when using purge_preferences
25 - Fix apt::force to upgrade allow packages to be upgraded to the pacakge from the specified release
26
27 ##2014-03-04 - Supported Release 1.4.2
28 ###Summary
29
30 This is a supported release. This release tidies up 1.4.1 and re-enables
31 support for Ubuntu 10.04
32
33 ####Features
34
35 ####Bugfixes
36 - Fix apt:ppa to include the -y Ubuntu 10.04 requires.
37 - Documentation changes.
38 - Test fixups.
39
40 ####Known Bugs
41
42 * No known issues.
43
44
45
46 ##2014-02-13 1.4.1
47 ###Summary
48 This is a bugfix release.
49
50 ####Bugfixes
51 - Fix apt::force unable to upgrade packages from releases other than its original
52 - Removed a few refeneces to aptitude instead of apt-get for portability
53 - Removed call to getparam() due to stdlib dependency
54 - Correct apt::source template when architecture is provided
55 - Retry package installs if apt is locked
56 - Use root to exec in apt::ppa
57 - Updated tests and converted acceptance tests to beaker
58
59 ##2013-10-08 - Release 1.4.0
60
61 ###Summary
62
63 Minor bugfix and allow the timeout to be adjusted.
64
65 ####Features
66 - Add an `updates_timeout` to apt::params
67
68 ####Bugfixes
69 - Ensure apt::ppa can read a ppa removed by hand.
70
71
72 ##2013-10-08 - Release 1.3.0
73 ###Summary
74
75 This major feature in this release is the new apt::unattended_upgrades class,
76 allowing you to handle Ubuntu's unattended feature.  This allows you to select
77 specific packages to automatically upgrade without any further user
78 involvement.
79
80 In addition we extend our Wheezy support, add proxy support to apt:ppa and do
81 various cleanups and tweaks.
82
83 ####Features
84 - Add apt::unattended_upgrades support for Ubuntu.
85 - Add wheezy backports support.
86 - Use the geoDNS http.debian.net instead of the main debian ftp server.
87 - Add `options` parameter to apt::ppa in order to pass options to apt-add-repository command.
88 - Add proxy support for apt::ppa (uses proxy_host and proxy_port from apt).
89
90 ####Bugfixes
91 - Fix regsubst() calls to quote single letters (for future parser).
92 - Fix lint warnings and other misc cleanup.
93
94
95 ##2013-07-03 - Release 1.2.0
96
97 ####Features
98 - Add geppetto `.project` natures
99 - Add GH auto-release
100 - Add `apt::key::key_options` parameter
101 - Add complex pin support using distribution properties for `apt::pin` via new properties:
102   - `apt::pin::codename`
103   - `apt::pin::release_version`
104   - `apt::pin::component`
105   - `apt::pin::originator`
106   - `apt::pin::label`
107 - Add source architecture support to `apt::source::architecture`
108
109 ####Bugfixes
110 - Use apt-get instead of aptitude in apt::force
111 - Update default backports location
112 - Add dependency for required packages before apt-get update
113
114
115 ##2013-06-02 - Release 1.1.1
116 ###Summary
117
118 This is a bug fix release that resolves a number of issues:
119
120 * By changing template variable usage, we remove the deprecation warnings
121   for Puppet 3.2.x
122 * Fixed proxy file removal, when proxy absent
123
124 Some documentation, style and whitespaces changes were also merged. This
125 release also introduced proper rspec-puppet unit testing on Travis-CI to help
126 reduce regression.
127
128 Thanks to all the community contributors below that made this patch possible.
129
130 #### Detail Changes
131
132 * fix minor comment type (Chris Rutter)
133 * whitespace fixes (Michael Moll)
134 * Update travis config file (William Van Hevelingen)
135 * Build all branches on travis (William Van Hevelingen)
136 * Standardize travis.yml on pattern introduced in stdlib (William Van Hevelingen)
137 * Updated content to conform to README best practices template (Lauren Rother)
138 * Fix apt::release example in readme (Brian Galey)
139 * add @ to variables in template (Peter Hoeg)
140 * Remove deprecation warnings for pin.pref.erb as well (Ken Barber)
141 * Update travis.yml to latest versions of puppet (Ken Barber)
142 * Fix proxy file removal (Scott Barber)
143 * Add spec test for removing proxy configuration (Dean Reilly)
144 * Fix apt::key listing longer than 8 chars (Benjamin Knofe)
145
146
147
148
149 ## Release 1.1.0
150 ###Summary
151
152 This release includes Ubuntu 12.10 (Quantal) support for PPAs.
153
154 ---
155
156 ##2012-05-25 - Puppet Labs <info@puppetlabs.com> - Release 0.0.4
157 ###Summary
158
159  * Fix ppa list filename when there is a period in the PPA name
160  * Add .pref extension to apt preferences files
161  * Allow preferences to be purged
162  * Extend pin support
163
164
165 ##2012-05-04 - Puppet Labs <info@puppetlabs.com> - Release 0.0.3
166 ###Summary
167  
168  * only invoke apt-get update once
169  * only install python-software-properties if a ppa is added
170  * support 'ensure => absent' for all defined types
171  * add apt::conf
172  * add apt::backports
173  * fixed Modulefile for module tool dependency resolution
174  * configure proxy before doing apt-get update
175  * use apt-get update instead of aptitude for apt::ppa
176  * add support to pin release
177
178
179 ##2012-03-26 - Puppet Labs <info@puppetlabs.com> - Release 0.0.2
180 ###Summary
181
182 * 41cedbb (#13261) Add real examples to smoke tests.
183 * d159a78 (#13261) Add key.pp smoke test
184 * 7116c7a (#13261) Replace foo source with puppetlabs source
185 * 1ead0bf Ignore pkg directory.
186 * 9c13872 (#13289) Fix some more style violations
187 * 0ea4ffa (#13289) Change test scaffolding to use a module & manifest dir fixture path
188 * a758247 (#13289) Clean up style violations and fix corresponding tests
189 * 99c3fd3 (#13289) Add puppet lint tests to Rakefile
190 * 5148cbf (#13125) Apt keys should be case insensitive
191 * b9607a4 Convert apt::key to use anchors
192
193
194 ##2012-03-07 - Puppet Labs <info@puppetlabs.com> - Release 0.0.1
195 ###Summary
196
197 * d4fec56 Modify apt::source release parameter test
198 * 1132a07 (#12917) Add contributors to README
199 * 8cdaf85 (#12823) Add apt::key defined type and modify apt::source to use it
200 * 7c0d10b (#12809) $release should use $lsbdistcodename and fall back to manual input
201 * be2cc3e (#12522) Adjust spec test for splitting purge
202 * 7dc60ae (#12522) Split purge option to spare sources.list
203 * 9059c4e Fix source specs to test all key permutations
204 * 8acb202 Add test for python-software-properties package
205 * a4af11f Check if python-software-properties is defined before attempting to define it.
206 * 1dcbf3d Add tests for required_packages change
207 * f3735d2 Allow duplicate $required_packages
208 * 74c8371 (#12430) Add tests for changes to apt module
209 * 97ebb2d Test two sources with the same key
210 * 1160bcd (#12526) Add ability to reverse apt { disable_keys => true }
211 * 2842d73 Add Modulefile to puppet-apt
212 * c657742 Allow the use of the same key in multiple sources
213 * 8c27963 (#12522) Adding purge option to apt class
214 * 997c9fd (#12529) Add unit test for apt proxy settings
215 * 50f3cca (#12529) Add parameter to support setting a proxy for apt
216 * d522877 (#12094) Replace chained .with_* with a hash
217 * 8cf1bd0 (#12094) Remove deprecated spec.opts file
218 * 2d688f4 (#12094) Add rspec-puppet tests for apt
219 * 0fb5f78 (#12094) Replace name with path in file resources
220 * f759bc0 (#11953) Apt::force passes $version to aptitude
221 * f71db53 (#11413) Add spec test for apt::force to verify changes to unless
222 * 2f5d317 (#11413) Update dpkg query used by apt::force
223 * cf6caa1 (#10451) Add test coverage to apt::ppa
224 * 0dd697d include_src parameter in example; Whitespace cleanup
225 * b662eb8 fix typos in "repositories"
226 * 1be7457 Fix (#10451) - apt::ppa fails to "apt-get update" when new PPA source is added
227 * 864302a Set the pin priority before adding the source (Fix #10449)
228 * 1de4e0a Refactored as per mlitteken
229 * 1af9a13 Added some crazy bash madness to check if the ppa is installed already. Otherwise the manifest tries to add it on every run!
230 * 52ca73e (#8720) Replace Apt::Ppa with Apt::Builddep
231 * 5c05fa0 added builddep command.
232 * a11af50 added the ability to specify the content of a key
233 * c42db0f Fixes ppa test.
234 * 77d2b0d reformatted whitespace to match recommended style of 2 space indentation.
235 * 27ebdfc ignore swap files.
236 * 377d58a added smoke tests for module.
237 * 18f614b reformatted apt::ppa according to recommended style.
238 * d8a1e4e Created a params class to hold global data.
239 * 636ae85 Added two params for apt class
240 * 148fc73 Update LICENSE.
241 * ed2d19e Support ability to add more than one PPA
242 * 420d537 Add call to apt-update after add-apt-repository in apt::ppa
243 * 945be77 Add package definition for python-software-properties
244 * 71fc425 Abs paths for all commands
245 * 9d51cd1 Adding LICENSE
246 * 71796e3 Heading fix in README
247 * 87777d8 Typo in README
248 * f848bac First commit