diff --git a/.ansible-freeipa.metadata b/.ansible-freeipa.metadata index ecf936d..1ba2486 100644 --- a/.ansible-freeipa.metadata +++ b/.ansible-freeipa.metadata @@ -1 +1 @@ -dc11a556890caa4a830711d7b6f4ac96e7096f75 SOURCES/ansible-freeipa-0.3.1.tar.gz +7c66c505597de97501d68c81fc1495aa4d627879 SOURCES/ansible-freeipa-0.3.2.tar.gz diff --git a/.gitignore b/.gitignore index dc1e5a9..31eae4b 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -SOURCES/ansible-freeipa-0.3.1.tar.gz +SOURCES/ansible-freeipa-0.3.2.tar.gz diff --git a/SPECS/ansible-freeipa.spec b/SPECS/ansible-freeipa.spec index cddffb0..461de1c 100644 --- a/SPECS/ansible-freeipa.spec +++ b/SPECS/ansible-freeipa.spec @@ -7,7 +7,7 @@ Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients Name: ansible-freeipa -Version: 0.3.1 +Version: 0.3.2 Release: 1%{?dist} URL: https://github.com/freeipa/ansible-freeipa License: GPLv3+ @@ -165,7 +165,38 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/ %{_datadir}/ansible-freeipa/requirements-tests.txt %changelog -* Wed Dec 2 2020 Thomas Woerner - 0.3.0-2 +* Mon Jan 18 2021 Thomas Woerner - 0.3.2-1 +- Update to version 0.3.2 + https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.2 + Related: RHBZ#1891826 +- Not able to add additional privileges with existing privilege in role module + Resolves: RHBZ#1893678 +- Required error message while adding non-existing members in role handling + Resolves: RHBZ#1893679 +- Not able to add new members with existing members role handling + Resolves: RHBZ#1893684 +- service members are removed while updating other members in role handling + Resolves: RHBZ#1893685 +- after changing the vault type from standard to symmetric, Salt is missing + Resolves: RHBZ#1880367 +- After changing the vault type from symmetric to asymmetric, Salt is present + in the asymmetric vault + Resolves: RHBZ#1880377 +- After changing the vault type from asymmetric to the standard vault, the + Public key is present in the standard vault + Resolves: RHBZ#1880378 +- Not able to replace public-key-file to the public-key in asymmetric vault + type + Resolves: RHBZ#1880862 +- ipauser module does not seem to support --check flag to ansible-playbook + Resolves: RHBZ#1893675 +- Not able to add additional attributes with existing attributes in permission + handling + Resolves: RHBZ#1893687 +- Privilege variable is removed from permission handling + Resolves: RHBZ#1893688 + +* Wed Dec 2 2020 Thomas Woerner - 0.3.1-1 - Update to version 0.3.1 https://github.com/freeipa/ansible-freeipa/releases/tag/v0.3.1 Related: RHBZ#1891826