- Update to version 1.10.0
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0 Highlights: - ipagroup: Allow multiple group management. - ipaclient: Add subid option to select the sssd profile with-subid. - ipaclient: Fix allow_repair with removed krb5.conf and DNS lookup. - ipaclient: Keep server affinity while deploying by deferring the creation the final krb5.conf. - ipaserver: Allow deployments with random serial numbers. - ipareplica/server: Enable removal from domain with undeployment. - More Ansible lint fixes.
This commit is contained in:
parent
f0bb2daced
commit
7bb4c46308
1
.gitignore
vendored
1
.gitignore
vendored
@ -26,3 +26,4 @@
|
||||
/ansible-freeipa-1.9.0.tar.gz
|
||||
/ansible-freeipa-1.9.1.tar.gz
|
||||
/ansible-freeipa-1.9.2.tar.gz
|
||||
/ansible-freeipa-1.10.0.tar.gz
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
Summary: Roles and playbooks to deploy FreeIPA servers, replicas and clients
|
||||
Name: ansible-freeipa
|
||||
Version: 1.9.2
|
||||
Release: 2%{?dist}
|
||||
Version: 1.10.0
|
||||
Release: 1%{?dist}
|
||||
URL: https://github.com/freeipa/ansible-freeipa
|
||||
License: GPL-3.0-or-later
|
||||
Source: https://github.com/freeipa/ansible-freeipa/archive/v%{version}.tar.gz#/%{name}-%{version}.tar.gz
|
||||
@ -176,6 +176,19 @@ cp -rp tests %{buildroot}%{_datadir}/ansible-freeipa/
|
||||
%{_datadir}/ansible-freeipa/requirements-tests.txt
|
||||
|
||||
%changelog
|
||||
* Wed Apr 5 2023 Thomas Woerner <twoerner@redhat.com> - 1.10.0-1
|
||||
- Update to version 1.10.0
|
||||
https://github.com/freeipa/ansible-freeipa/releases/tag/v1.10.0
|
||||
Highlights:
|
||||
- ipagroup: Allow multiple group management.
|
||||
- ipaclient: Add subid option to select the sssd profile with-subid.
|
||||
- ipaclient: Fix allow_repair with removed krb5.conf and DNS lookup.
|
||||
- ipaclient: Keep server affinity while deploying by deferring the
|
||||
creation the final krb5.conf.
|
||||
- ipaserver: Allow deployments with random serial numbers.
|
||||
- ipareplica/server: Enable removal from domain with undeployment.
|
||||
- More Ansible lint fixes.
|
||||
|
||||
* Fri Mar 10 2023 Rafael Jeffman <rjeffman@redhat.com> - 1.9.2-2
|
||||
- Migrate to SPDX license
|
||||
|
||||
|
2
sources
2
sources
@ -1 +1 @@
|
||||
SHA512 (ansible-freeipa-1.9.2.tar.gz) = f6384f2770c195a1d3078eeb712608c1116b6f3318ffd6ca686fc8e5740d459a2531b8cf6d15b037ab5e4e3a89146fc08ff85de7d7619183dc507131e9c895e0
|
||||
SHA512 (ansible-freeipa-1.10.0.tar.gz) = 701bad99a9786ac534bda0c3e390ff1f132ff5f48133958a6ef8aec0e3f4c58b273f1cc190c8400d0a250c403fe8a1b5485036e1b94026a3158eb4025d3f9c50
|
||||
|
Loading…
Reference in New Issue
Block a user