Skip to content

Commit

Permalink
Prep 0.4.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
sgnl05 committed Nov 12, 2016
1 parent edf4f66 commit 22e09c0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 15 deletions.
29 changes: 17 additions & 12 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,23 +1,28 @@
2016-11-12 (0.4.0)
* #27 Add support for Ruby 2.3.1 (Garrett Honeycutt)
* #26 Add ensure_resources and ensure_packages to avoid collisions (Daniel James Goulder)
* #24 Add sssd_package_ensure parameter (Taylan Develioglu)

2016-08-24 (0.3.1)
* Fix Service[oddjobd] failing to start (Jeff McCune #22)
* Fix newline under each section in sssd.conf (Gjermund Jensvoll #18)
* #22 Fix Service[oddjobd] failing to start (Jeff McCune)
* #18 Fix newline under each section in sssd.conf (Gjermund Jensvoll)

2016-02-01 (0.3.0)
* Stop sorting config keys for newer ruby versions (Brad Cowie #13)
* Ensure sssd.conf consistency during first Puppet run (Nemanja Delic #11)
* #13 Stop sorting config keys for newer ruby versions (Brad Cowie)
* #11 Ensure sssd.conf consistency during first Puppet run (Nemanja Delic)

2015-12-30 (0.2.1)
* Licence info (Gjermund Jensvoll #5)
* service_ensure option (Robert Bruce #6)
* RedHat 5 authconfig needs to be latest (Chris Edester #7)
* Update testing, linting and syntax suites (Chris Edester #7)
* #7 Update testing, linting and syntax suites (Chris Edester)
* #7 RedHat 5 authconfig needs to be latest (Chris Edester)
* #6 service_ensure option (Robert Bruce)
* #5 Licence info (Gjermund Jensvoll)

2015-07-21 (0.2.0)
* Mkhomedir cmd (Chris Edester #2)
* RedHat 5 support (Chris Edester #3)
* #3 RedHat 5 support (Chris Edester)
* #2 Mkhomedir cmd (Chris Edester)

2015-07-20 (0.1.4)
* Anchor pattern, private class and spec tests (Chris Edester #1)
* #1 Anchor pattern, private class and spec tests (Chris Edester)

2015-07-06 (0.1.3)
* Added missing file pam_mkhomedir (Gjermund Jensvoll)
Expand All @@ -29,4 +34,4 @@
* Added compatability data for Puppet forge (Gjermund Jensvoll)

2015-07-04 (0.1.0)
* First release
* First release (Gjermund Jensvoll)
6 changes: 3 additions & 3 deletions metadata.json
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
{
"name": "sgnl05-sssd",
"version": "0.3.1",
"version": "0.4.0",
"author": "sgnl05",
"summary": "Install and configure SSSD",
"license": "GPL-3.0+",
"source": "git://github.com/sgnl05/sgnl05-sssd.git",
"project_page": "https://github.com/sgnl05/sgnl05-sssd",
"issues_url": "https://github.com/sgnl05/sgnl05-sssd/issues",
"tags": ["sssd", "authentication", "ldap", "active-directory", "ad", "freeipa", "ipa"],
"tags": ["sssd", "authentication", "ldap", "active-directory", "ad", "freeipa", "ipa", "idm"],
"operatingsystem_support": [
{
"operatingsystem": "RedHat",
Expand All @@ -23,7 +23,7 @@
},
{
"operatingsystem": "Ubuntu",
"operatingsystemrelease": ["14.04"]
"operatingsystemrelease": ["14.04","16.04"]
},
{
"operatingsystem": "Debian",
Expand Down

0 comments on commit 22e09c0

Please sign in to comment.