Highlights in 1.14.2
- ipareplica: Pass ipareplica_ip_addresses to client deployment part
- ipagroup: Correctly handle externalmember in member actions
- ipasudorule: Evaluate all members related to hosts and users
- ipacert: Correctly handle removFromCRL revocation
- Collection: No more role module duplication
- Enabled CentOS 10 Stream tests
Changes since 1.14.1
- utils/build-galaxy-release.sh: Do not create duplicates for role plugins (#1324)
- ipacert: Revoking with removeFromCRL should be handled as cert release (#1323)
- ipagroup: Correctly handle externalmember in member actions (#1322)
- ipasudorule: Evaluate all members related to hosts and users (#1321)
- modules: Do not hide errors using IPA *_show command with Exception (#1319)
- infra/image: Use SYS_ADMIN capability for server deployment (#1318)
- infra/image/dockerfile/c10s: Fix client part deployment for the server (#1316)
- infra/image/shcontainer: New container_copy and container_fetch (#1315)
- ipareplica: Pass ipareplica_ip_addresses to client deployment part (#1243)
Detailed changelog since 1.14.1 by author
2 authors, 13 commits
Rafael Guterres Jeffman (5)
- ipasudorule: Evaluate all members related to hosts and users
- ipagroup: Correctly handle externalmember in member actions
- ipacert: Revoking with removeFromCRL should be handled as cert release
- utils/templates: Use ipalib_errors.NotFound instead of Exception
- modules: Do not hide errors using IPA *_show command with Exception
Thomas Woerner (8)
- ipareplica: Pass ipareplica_ip_addresses to client deployment part
- ansible_ipa_server.py: Calm down ansible-test "metaclass-boilerplate"
- utils/build-galaxy-release.sh: Do not create duplicates for role plugins
- Enable c10s testing for PRs and nightly and after merge testing
- Enable to build c10s test container image
- infra/image: Use SYS_ADMIN capability for server deployment
- infra/image/dockerfile/c10s: Fix client part deployment for the server
- infra/image/shcontainer: New container_copy and container_fetch