- Update to version 1.8.2
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.2 Related: RHBZ#2080322 - SIDs are always generated for server and replica deployments Resolves: RHBZ#2110478 - Random Serial Numbers are not enabled by default any more Resolves: RHBZ#2110523 - Fixes comparison of bool values in IPA 4.9.10+ for ipadnsconfig Resolves: RHBZ#2110538
This commit is contained in:
parent
6507baadaf
commit
fa499b53fc
1
.gitignore
vendored
1
.gitignore
vendored
@ -17,3 +17,4 @@
|
||||
/ansible-freeipa-1.5.3.tar.gz
|
||||
/ansible-freeipa-1.6.1.tar.gz
|
||||
/ansible-freeipa-1.8.1.tar.gz
|
||||
/ansible-freeipa-1.8.2.tar.gz
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.8.1
|
||||
Version: 1.8.2
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPLv3+
|
||||
@ -179,6 +179,18 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* Thu Jul 28 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.2-1
|
||||
- Update to version 1.8.2
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.2
|
||||
Related: RHBZ#2080322
|
||||
- SIDs are always generated for server and replica deployments
|
||||
Resolves: RHBZ#2110478
|
||||
- Random Serial Numbers are not enabled by default any more
|
||||
Resolves: RHBZ#2110523
|
||||
- Fixes comparison of bool values in IPA 4.9.10+ for ipadnsconfig
|
||||
Resolves: RHBZ#2110538
|
||||
|
||||
* Thu Jul 7 2022 Thomas Woerner <twoerner@redhat.com> - 1.8.1-1
|
||||
- Update to version 1.8.1
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.8.1
|
||||
Related: RHBZ#2080322
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-freeipa-1.8.1.tar.gz) = e3ac38a57052fb7d926ff3262061c953915f3cccb57c5cb365a4954530d432125d1a71d4e74dbd3c25da4d22cb92427bfd5bc566e7f725f696fc0a547eb5ce17
|
||||
SHA512 (ansible-freeipa-1.8.2.tar.gz) = b16211c96864aec2c6e80a648207369397289ca2dbcaf5780e215caa28368e9e26a016a85f2a0c8219ac8f18c9a12169a8b95ccf9fcf9acae2bc73cf07dabdac
|
||||
|
Loading…
Reference in New Issue
Block a user