Skip to content
Snippets Groups Projects
Commit 23b92819 authored by Fabien Combernous's avatar Fabien Combernous
Browse files

Merge branch '112-prepare-release-5-0-0' into 'master'

Resolve "prepare release 5.0.0"

Closes #112

See merge request adullact/puppet-freeipa!113
parents 7aba03f2 d3092dae
No related branches found
No related tags found
No related merge requests found
# puppet-freeipa
## 5.0.0 :
** Closed Issues **
* Documentation Update, Adding a Client #109 (Vijay Kumar)
* remove unused code #108
* update pdk and remove all should usage by expect #99
* bolt task should handle when ipa command returns 2 #103
* doc update, deploy replica fail on network issue message #104
* some doc cleanup #111
* redirect stderr to stdout #102
* missing quote around values in task #101
* rename task create_admin as manage_admin #97
* Add task create_admin and remove parameter enable_manage_admins #98
** Known Issues **
* change puppet_admin_password does not trigger password update #107
## 4.3.0 :
** Closed Issues **
......
......@@ -124,7 +124,7 @@ Acceptance tests are done :
* with CentOS 7 for FreeIPA master and replica nodes. IPA masters and replicas works only on Centos >= 7.5.
* with CentOS 7 and Ubuntu 16.06 for FreeIPA clients .
* with CentOS 7 and Ubuntu 18.06 for FreeIPA clients .
Puppet4 is EOL since 2019-01-01. Even if puppet 4.10 should work, it is not tested.
......@@ -145,6 +145,10 @@ Details in `CHANGELOG.md`. Key points :
* releases 3.x : use public and private classes, enable Puppet 6 tests, drop Puppet 4 tests, refactor module to permit management of administrator accounts.
* releases 4.x : some cleanup of unused code, updates depencies and install CA on replica by default.
* releases 5.x : managment of admin accounts are moved from manifests to tasks.
### Contributors
Original work from Harvard University Information Technology, mainly written by Rob Ruma (https://github.com/huit/puppet-ipa)
......
{
"name": "adullact-freeipa",
"version": "4.3.0",
"version": "5.0.0",
"author": "adullact",
"summary": "Manages IPA servers and clients.",
"license": "GPL-3.0",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment