Skip to content

Releases: redhat-cop/network.base

v6.0.0

13 Jun 10:16
5546ff6
Compare
Choose a tag to compare

v6.0.0

Release Summary

With this release, the minimum required version of ansible-core for this collection is 2.15.0. The last version known to be compatible with ansible-core versions below 2.15 is v5.0.0.

Major Changes

  • Bumping requires_ansible to >=2.15.0, since previous ansible-core versions are EoL now.

Documentation Changes

  • Eliminate the redundant installation section.
  • Update README.
  • Update the installation steps with correct url.

v5.0.0

01 Dec 11:33
22dc0a4
Compare
Choose a tag to compare

Release Summary

Starting from this release, the minimum ansible-core version this collection requires is 2.14.0. That last known version compatible with ansible-core<2.14 is v4.1.0

Major Changes

  • Bumping requires_ansible to >=2.14.0, since previous ansible-core versions are EoL now.

Full Changelog: v4.1.0...v5.0.0

v4.1.0

29 Nov 13:58
9940a17
Compare
Choose a tag to compare

Minor Changes

  • Add tag support to persist task.

Documentation Changes

  • Update badges to refer to the proper GitHub repository.

Full Changelog: 4.0.0...v4.1.0

4.0.0

26 Jul 09:30
db68314
Compare
Choose a tag to compare

4.0.0

Major Changes

  • Rename role variables to follow the role_name_var variable naming rule for roles.
  • Rename variable action as operation, on behalf of ansible-lint var-naming error for reserved Ansible keywords.

Minor Changes

  • Add support for parent_directory options.

Bugfixes

  • confirm drift based on changed status rather than commands.

Documentation Changes

  • Fix misspelled words in README, and fix examples.
  • Update tests for gather, persist, remediate and deploy.

New Contributors

Full Changelog: https://github.com/redhat-cop/network.base/commits/4.0.0