You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/apt/CHANGELOG.md
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,59 @@
1
+
##2015-03-17 - Supported Release 1.8.0
2
+
###Summary
3
+
4
+
This is the last planned feature release of the 1.x series of this module. All new features will be evaluated for puppetlabs-apt 2.x.
5
+
6
+
This release includes many important features, including support for full fingerprints, and fixes issues where `apt_key` was not supporting user/password and `apt_has_updates` was not properly parsing the `apt-check` output.
7
+
8
+
####Changes to default behavior
9
+
- The apt module will now throw warnings if you don't use full fingerprints for `apt_key`s
10
+
11
+
####Features
12
+
- Use gpg to check keys to work around https://bugs.launchpad.net/ubuntu/+source/gnupg2/+bug/1409117 (MODULES-1675)
13
+
- Add 'oldstable' to the default update origins for wheezy
14
+
- Add utopic, vivid, and cumulus compatibility
15
+
- Add support for full fingerprints
16
+
- New parameter for `apt::source`
17
+
-`trusted_source`
18
+
- New parameters for `apt::ppa`
19
+
-`package_name`
20
+
-`package_manage`
21
+
- New parameter for `apt::unattended_upgrades`
22
+
-`legacy_origin`
23
+
- Separate `apt::pin` from `apt::backports` to allow pin by release instead of origin
24
+
25
+
####Bugfixes
26
+
- Cleanup lint and future parser issues
27
+
- Fix to support username and passwords again for `apt_key` (MODULES-1119)
28
+
- Fix issue where `apt::force``$install_check` didn't work with non-English locales (MODULES-1231)
29
+
- Allow 5 digit ports in `apt_key`
30
+
- Fix for `ensure => absent` in `apt_key` (MODULES-1661)
31
+
- Fix `apt_has_updates` not parsing `apt-check` output correctly
32
+
- Fix inconsistent headers across files (MODULES-1200)
33
+
- Clean up formatting for 50unattended-upgrades.erb
34
+
35
+
##2014-10-28 - Supported Release 1.7.0
36
+
###Summary
37
+
38
+
This release includes several new features, documentation and test improvements, and a few bug fixes.
39
+
40
+
####Features
41
+
- Updated unit and acceptance tests
42
+
- Update module to work with Linux Mint
43
+
- Documentation updates
44
+
- Future parser / strict variables support
45
+
- Improved support for long GPG keys
46
+
- New parameters!
47
+
- Added `apt_update_frequency` to apt
48
+
- Added `cfg_files` and `cfg_missing` parameters to apt::force
49
+
- Added `randomsleep` to apt::unattended_upgrades
50
+
- Added `apt_update_last_success` fact
51
+
- Refactored facts for performance improvements
52
+
53
+
####Bugfixes
54
+
- Update apt::builddep to require Exec['apt_update'] instead of notifying it
Copy file name to clipboardExpand all lines: modules/apt/CONTRIBUTING.md
+4-18Lines changed: 4 additions & 18 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -41,11 +41,9 @@ Checklist (and a short version for the impatient)
41
41
42
42
* Pre-requisites:
43
43
44
-
- Sign the [Contributor License Agreement](https://cla.puppetlabs.com/)
45
-
46
44
- Make sure you have a [GitHub account](https://github.com/join)
47
45
48
-
-[Create a ticket](http://projects.puppetlabs.com/projects/modules/issues/new), or [watch the ticket](http://projects.puppetlabs.com/projects/modules/issues) you are patching for.
46
+
-[Create a ticket](https://tickets.puppetlabs.com/secure/CreateIssue!default.jspa), or [watch the ticket](https://tickets.puppetlabs.com/browse/) you are patching for.
49
47
50
48
* Preferred method:
51
49
@@ -94,17 +92,7 @@ The long version
94
92
whitespace or other "whitespace errors". You can do this by
95
93
running "git diff --check" on your changes before you commit.
96
94
97
-
2. Sign the Contributor License Agreement
98
-
99
-
Before we can accept your changes, we do need a signed Puppet
100
-
Labs Contributor License Agreement (CLA).
101
-
102
-
You can access the CLA via the [Contributor License Agreement link](https://cla.puppetlabs.com/)
103
-
104
-
If you have any questions about the CLA, please feel free to
0 commit comments