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