Skip to content

2.1.0

Latest
Compare
Choose a tag to compare
@davidassigbi davidassigbi released this 06 Dec 12:07
· 1 commit to main since this release
3000b99

Features

  • Added variable for controlled restarts: Introduced postgresql_config_change_allow_restart, a new variable to control when the PostgreSQL service can be restarted, ensuring better service availability during configuration changes.

Bug fixes

  • Service start fix: Resolved an issue where the PostgreSQL service was not guaranteed to be started after configuration updates.
  • Venv creation in dry-run: Fixed a problem where virtual environment creation task incorrectly reported changes in dry-run mode when ansible_check_mode was active.
  • Updated variable postgres_users_no_log prefix from postgres to the correct postgresql for improved clarity and standardization.
  • Task name cleanup: Removed unnecessary reference to Rockylinux in task name for consistency.

Maintenance

  • Pinned molecule-action to version 2.7.40 for compatibility with ansible-core 2.16.
  • Updated Rockylinux images used in GitHub Actions to more recent supported versions.

Documentation

  • Testing environment updates: Documented the changes to the RockyLinux version used in testing workflows for transparency.

Full Changelog: 2.0.0...2.1.0