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