Skip to content

ansible-freeipa-0.3.2

Compare
Choose a tag to compare
@t-woerner t-woerner released this 18 Jan 12:11
· 1347 commits to master since this release
b738085

Changes since 0.3.1

  • Fix adding A/AAAA records with reverse in compatibility mode. (#493)
  • Improve ipapermission member management. (#492)
  • Fix typo in README-permission.md (#490)
  • ipapermission: Fix attrs and drop privilege handling (#484)
  • Update modules to support check_mode (#478)
  • ipadnszone: Fix values accepted by allow_transfer and allow_query. (#476)
  • Fix typo (#473)
  • Change test requirement testinfra to pytest-testinfra. (#472)
  • Tools flake8 bugbear (#471)
  • Faster pre-commit by running ansible-lint only when necessary. (#470)
  • Fix handling members in ipa role. (#469)
  • Fix changing the type of an existing Vault. (#468)
  • covscan error[SC2068]: Fix unquoted array expansions. (#466)
  • utils/gen_modules_docs.sh: Fix covscan findings (#465)
  • utils/new_module: Fix covscan findings (#464)
  • utils/build-galaxy-release.sh: Fix covscan findings (#463)
  • yamllint: Run yaml linter only on modified files in pre-commit. (#455)

Detailed changelog since 0.3.1 by author

4 authors, 21 commits

Eric Nothen (1)

  • Enabled Ansible check_mode

Nils Philippsen (1)

  • Fix typo

Rafael Guterres Jeffman (14)

  • Improve ipapermission member management.
  • Fix adding A/AAAA records with reverse in compatibility mode.
  • Remove usage of b64encode in lookup from Vault tests.
  • Fix changing the type of an existing Vault.
  • ipadnszone: Fix values accepted by allow_transfer and allow_query.
  • Fix handling members in ipa role.
  • Change test requirement testinfra to pytest-testinfra.
  • Update configuration to use flake8-bugbear.
  • Use Python Linter action with support for flake8's bugbear.
  • [flake8-bugbear] Fix unused loop variable.
  • [flake8-bugbear] Fix unused loop variable.
  • Faster pre-commit by running ansible-lint only when necessary.
  • covscan error[SC2068]: Fix unquoted array expansions.
  • yamllint: Run yaml linter only on modified files in pre-commit.

Thomas Woerner (5)

  • Fix typo in README-permission.md
  • ipapermission: Fix attrs and drop privilege handling
  • utils/gen_modules_docs.sh: Fix covscan findings
  • utils/new_module: Fix covscan findings
  • utils/build-galaxy-release.sh: Fix covscan findings