Skip to content

Commit

Permalink
(SIMP-2748) Update Version number for RC release (#37)
Browse files Browse the repository at this point in the history
  - updated the version number in metadata.json to reflect changes were made
  - updated travis.yml to have latest versions.

SIMP-2862 #close
SIMP-2860 #comment pam module complete
  • Loading branch information
jeannegreulich authored and trevor-vaughan committed Mar 17, 2017
1 parent 411d462 commit 05c5312
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ env:
global:
- STRICT_VARIABLES=yes
matrix:
- PUPPET_VERSION="~> 4.9.4"
- PUPPET_VERSION="~> 4.8.2"
- PUPPET_VERSION="~> 4.7.0"
- PUPPET_VERSION="~> 4.5.0"
Expand All @@ -35,6 +36,8 @@ env:
matrix:
fast_finish: true
allow_failures:
- env: PUPPET_VERSION="~> 4.9.4"
- env: PUPPET_VERSION="~> 4.7.0"
- env: PUPPET_VERSION="~> 4.5.0"
- env: PUPPET_VERSION="~> 4.4.0"
- env: PUPPET_VERSION="~> 4.3.0"
Expand Down
7 changes: 5 additions & 2 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
* Mon Mar 15 2017 Nicholas Hughes <[email protected]> - 6.0.1-0
- corrected location of authconfig binaries

* Mon Feb 13 2017 Jeanne Greulich <[email protected]> - 6.0.0-0
- When using list separator you can't have spaces between
identifiers in access.conf if your separator is not a space.
identifiers in access.conf if your separator is not a space.
It then includes spaces as part of the name so we are removing spaces
from the access file. Dylan also added changes that wrap the use
from the access file. Dylan also added changes that wrap the use
of separator in boolean.

* Tue Jan 17 2017 Nick Miller <[email protected]> - 6.0.0-0
Expand Down
2 changes: 1 addition & 1 deletion metadata.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "simp-pam",
"version": "6.0.0",
"version": "6.0.1",
"author": "SIMP Team",
"summary": "A SIMP puppet module for managing pam",
"license": "Apache-2.0",
Expand Down

0 comments on commit 05c5312

Please sign in to comment.