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