Highlights in 1.15.0
- DNS over TLS support for ipaserver, ipareplica and ipaclient deployment roles
- ipaidrange: Enforce requirement of baserid and secondarybaserid for ID ranges
- Fix ipaserver and ipareplica deployment roles for use in Mitogen
Changes since 1.14.7
- ipaserver, ipareplica and ipaclient roles: Add DNS over TLS support (#1371)
- ipaidrange: Require usage of range id parameters (#1367)
- infra/image/shcontainer: Safer host removal from /etc/hosts (#1365)
- infra/image: Make fixnet and fixipaip services active by default (#1364)
- infra/image/shcontainer: Add host entry in container_start (#1361)
- ipaclient: Drop misspelled ipassd_ compat vars (#1360)
- tests/service/env_cleanup.yml: Turn on update_dns for test host removal (#1359)
- Cache sys.stdout instead of assuming it is equal to sys.stdout (#1329)
Detailed changelog since 1.14.7 by author
3 authors, 10 commits
Jarl Gullberg (1)
- Cache sys.stdout instead of assuming it is equal to sys.stdout
Rafael Guterres Jeffman (1)
- ipaidrange: Require usage of range id parameters
Thomas Woerner (8)
- ipareplica: Add support for DNS over TLS
- ipaserver: Add support for DNS over TLS
- ipaclient: Add support for DNS over TLS
- infra/image: Make fixnet and fixipaip services active by default
- infra/image/shcontainer: Safer host removal from /etc/hosts
- infra/image/shcontainer: Add host entry in container_start
- ipaclient: Drop misspelled ipassd_ compat vars
- tests/service/env_cleanup.yml: Turn on update_dns for test host removal