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