|
| 1 | +--- |
| 2 | +layout: post |
| 3 | +title: "ansible-freeipa-1.6.0" |
| 4 | +section: Blog |
| 5 | +date: 2022-01-17T09:39:00 |
| 6 | +author: Thomas Woerner |
| 7 | +category: release |
| 8 | +--- |
| 9 | + |
| 10 | +Highlights in version 1.6.0 |
| 11 | +------------------- |
| 12 | + - New managament modules for automount keys and maps. Indirect automount maps are not supported yet. |
| 13 | + - The sudorule and role management modules are now creating FQDN lowercase from all hostnames to fix idempotency issues with single names, mixed case names and FQDN. |
| 14 | + - The idempotency issues with members in role, hbacsvcgroup and hbacrule management modules have been fixed. The modules are now comparing members lowercase. |
| 15 | + - The role management module is now supporting the state `renamed` for role renaming in the same way as other modules do. |
| 16 | + - The group management module is now properly handling lists of members, where some are already part or not part of the group. |
| 17 | + - The build-galaxy-release.sh script has been extended and fixed. It is now using a build directory and is not resetting uncommitted changes anymore. |
| 18 | + - ansible-test is now also used in the upstream tests. |
| 19 | + - Several fixes to pre-commit, upstream tests and workflows. |
| 20 | + |
| 21 | +Changes since 1.5.3 |
| 22 | +------------------- |
| 23 | + |
| 24 | + - ansible-test: Fix new findings (#729) |
| 25 | + - pre-commit: Update ansible-lint version to v5.3.2 (#728) |
| 26 | + - pre-commit: Use system shellcheck. (#727) |
| 27 | + - Github Workflows: Run ansible-lint without an action. (#726) |
| 28 | + - ansible-test fixes (#725) |
| 29 | + - build-galaxy-release.sh: Use build dir, new options, checks, no reset (#724) |
| 30 | + - Enable ansible-test in github workflow (#723) |
| 31 | + - ipagroup: Refactor and fix group member management. (#721) |
| 32 | + - upstream CI: Wait for KDC to be available. (#717) |
| 33 | + - iparole: Add state 'renamed'. (#716) |
| 34 | + - Enable pylint for ansible-freeipa roles. (#708) |
| 35 | + - upstream CI: Enable nightly tests using ansible-core 2.12. (#706) |
| 36 | + - upstream CI: Enable ansible-doc-test for ansible-core 2.12. (#704) |
| 37 | + - upstrem CI: Fix Ansible version in pytest playbooks. (#697) |
| 38 | + - upstream CI: Add support for CentOS 9 stream. (#696) |
| 39 | + - hbacrule: Fix member management idempotence issues. (#686) |
| 40 | + - hbacsvcgroup: Fix member management idempotence issues. (#685) |
| 41 | + - iparole: Fix idempotence issues (#684) |
| 42 | + - sudorule: Create FQDN from single hostnames (#674) |
| 43 | + - add module to create and manage automount keys (#498) |
| 44 | + - add module to create and manage automount maps (#497) |
| 45 | + |
| 46 | +Detailed changelog since 1.5.3 by author |
| 47 | +---------------------------------------- |
| 48 | + 3 authors, 34 commits |
| 49 | + |
| 50 | +Rafael Guterres Jeffman (27) |
| 51 | + |
| 52 | + - iparole: Skip ansible-test verifications for Python 2.6. |
| 53 | + - hbacrule: Fix member management idempotence issues. |
| 54 | + - test playbooks: Add fact to define ipaserver_domain if not set. |
| 55 | + - pre-commit: Use system shellcheck. |
| 56 | + - Github Workflows: Run ansible-lint without an action. |
| 57 | + - iparole: Add tests to verify if capitalisation is ignored. |
| 58 | + - iparole: rename function get_lowercase to result_get_value_lowercase |
| 59 | + - iparole: Fix idempotence issues with members. |
| 60 | + - iparole: Ensure host members are lowercase and FQDN. |
| 61 | + - IPAAnsibleModule: cache IPA domain. |
| 62 | + - iparole: Case insensitive comparison of service members. |
| 63 | + - iparole: Remove custom code in favor of commom functions. |
| 64 | + - iparole: Removed unused code. |
| 65 | + - pylint: Enable pylint for ansible-freeipa roles. |
| 66 | + - pylint: Fix pylint issues with modules. |
| 67 | + - pylint: Add modules and names that should be ignored by linter. |
| 68 | + - Fixed automountkey code review issues. |
| 69 | + - Adapt automount to IPAAnsibleModule and add code review modifications. |
| 70 | + - ipagroup: Refactor and fix group member management. |
| 71 | + - upstream CI: Wait for KDC to be available. |
| 72 | + - iparole: Add state 'renamed'. |
| 73 | + - sudorule: Create FQDN from single hostnames |
| 74 | + - upstream CI: Enable ansible-doc-test for ansible-core 2.12. |
| 75 | + - upstream CI: Enable nightly tests using ansible-core 2.12. |
| 76 | + - hbacsvcgroup: Fix member management idempotence issues. |
| 77 | + - ci: Add support for CentOS 9 Stream on upstream CI. |
| 78 | + - upstrem CI: Fix Ansible version in pytest playbooks. |
| 79 | + |
| 80 | +Thomas Woerner (5) |
| 81 | + |
| 82 | + - ansible-test: Fix new findings |
| 83 | + - pre-commit: Update ansible-lint version to v5.3.2 |
| 84 | + - ansible-test fixes |
| 85 | + - Enable ansible-test in github workflow |
| 86 | + - build-galaxy-release.sh: Use build dir, new options, checks, no reset |
| 87 | + |
| 88 | +chrisp (2) |
| 89 | + |
| 90 | + - New automount key management module |
| 91 | + - New automount map management module. |
| 92 | + |
| 93 | +Information at GitHub |
| 94 | +--------------------- |
| 95 | +* Release: [1.6.0](https://github.com/freeipa/ansible-freeipa/releases/tag/v1.6.0) |
| 96 | +* Tarball: [ansible-freeipa-1.6.0.tar.gz](https://github.com/freeipa/ansible-freeipa/archive/refs/tags/v1.6.0.tar.gz) |
0 commit comments