commit
25af5f7752
2 changed files with 13 additions and 2 deletions
11
CHANGELOG.md
11
CHANGELOG.md
|
@ -1,3 +1,14 @@
|
||||||
|
##2015-07-28 - Supported Release 2.1.1
|
||||||
|
###Summary
|
||||||
|
|
||||||
|
This release includes a few bugfixes.
|
||||||
|
|
||||||
|
####Bugfixes
|
||||||
|
- Fix incorrect use of anchoring (MODULES-2190)
|
||||||
|
- Use correct comment type for apt.conf files
|
||||||
|
- Test fixes
|
||||||
|
- Documentation fixes
|
||||||
|
|
||||||
##2015-06-16 - Supported Release 2.1.0
|
##2015-06-16 - Supported Release 2.1.0
|
||||||
###Summary
|
###Summary
|
||||||
|
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "puppetlabs-apt",
|
"name": "puppetlabs-apt",
|
||||||
"version": "2.1.0",
|
"version": "2.1.1",
|
||||||
"author": "Puppet Labs",
|
"author": "Puppet Labs",
|
||||||
"summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
|
"summary": "Provides an interface for managing Apt source, key, and definitions with Puppet",
|
||||||
"license": "Apache-2.0",
|
"license": "Apache-2.0",
|
||||||
|
@ -30,7 +30,7 @@
|
||||||
"requirements": [
|
"requirements": [
|
||||||
{
|
{
|
||||||
"name": "pe",
|
"name": "pe",
|
||||||
"version_requirement": ">= 3.3.0 < 5.0.0"
|
"version_requirement": ">= 3.3.0 < 2015.3.0"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"name": "puppet",
|
"name": "puppet",
|
||||||
|
|
Loading…
Reference in a new issue