Skip to content

Commit 5179b0e

Browse files
committed
Merge pull request puppetlabs#378 from mhaskel/1.7.0-prep
1.7.0 prep
2 parents 7c71390 + dfdcfa0 commit 5179b0e

File tree

2 files changed

+25
-6
lines changed

2 files changed

+25
-6
lines changed

CHANGELOG.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
##2014-10-28 - Supported Release 1.7.0
2+
###Summary
3+
4+
This release includes several new features, documentation and test improvements, and a few bug fixes.
5+
6+
####Features
7+
- Updated unit and acceptance tests
8+
- Update module to work with Linux Mint
9+
- Documentation updates
10+
- Future parser / strict variables support
11+
- Improved support for long GPG keys
12+
- New parameters!
13+
- Added `apt_update_frequency` to apt
14+
- Added `cfg_files` and `cfg_missing` parameters to apt::force
15+
- Added `randomsleep` to apt::unattended_upgrades
16+
- Added `apt_update_last_success` fact
17+
- Refactored facts for performance improvements
18+
19+
####Bugfixes
20+
- Update apt::builddep to require Exec['apt_update'] instead of notifying it
21+
- Clean up lint errors
22+
123
##2014-08-20 - Supported Release 1.6.0
224
###Summary
325

metadata.json

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"name": "puppetlabs-apt",
3-
"version": "1.6.0",
3+
"version": "1.7.0",
44
"author": "Puppet Labs",
55
"summary": "Puppet Labs Apt Module",
66
"license": "Apache-2.0",
77
"source": "https://github.com/puppetlabs/puppetlabs-apt",
88
"project_page": "https://github.com/puppetlabs/puppetlabs-apt",
9-
"issues_url": "https://github.com/puppetlabs/puppetlabs-apt/issues",
9+
"issues_url": "https://tickets.puppetlabs.com/browse/MODULES",
1010
"operatingsystem_support": [
1111
{
1212
"operatingsystem": "Debian",
@@ -35,9 +35,6 @@
3535
}
3636
],
3737
"dependencies": [
38-
{
39-
"name": "puppetlabs/stdlib",
40-
"version_requirement": ">= 2.2.1"
41-
}
38+
{"name":"puppetlabs/stdlib","version_requirement":">= 2.2.1"}
4239
]
4340
}

0 commit comments

Comments
 (0)