[#153] Convert t/f params to bools and validate
[puppet-modules/puppetlabs-apt.git] / CHANGELOG
index 88cfa2d5402dcfd0c58f954812e9642fc5159468..34b8fb5819a8426a63bc362b0aec37bad27ee07a 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -2,6 +2,27 @@
 
 Release notes for the puppetlabs-apt module.
 
+1.2.0
+=====
+
+Features:
+- Add geppetto `.project` natures
+- Add GH auto-release
+- Add `apt::key::key_options` parameter
+- Add complex pin support using distribution properties for `apt::pin` via new properties:
+  - `apt::pin::codename`
+  - `apt::pin::release_version`
+  - `apt::pin::component`
+  - `apt::pin::originator`
+  - `apt::pin::label`
+- Add source architecture support to `apt::source::architecture`
+
+Bugfixes:
+- Use apt-get instead of aptitude in apt::force
+- Update default backports location
+- Add dependency for required packages before apt-get update
+
+
 1.1.1
 =====
 
@@ -31,6 +52,8 @@ Thanks to all the community contributors below that made this patch possible.
 * Update travis.yml to latest versions of puppet (Ken Barber)
 * Fix proxy file removal (Scott Barber)
 * Add spec test for removing proxy configuration (Dean Reilly)
+* Fix apt::key listing longer than 8 chars (Benjamin Knofe)
+
 
 ---------------------------------------