Skip to content
This repository has been archived by the owner on May 22, 2024. It is now read-only.

Latest commit

 

History

History
158 lines (121 loc) · 6.57 KB

CHANGELOG.md

File metadata and controls

158 lines (121 loc) · 6.57 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

Group your changes into these categories:

Added, Changed, Deprecated, Removed, Fixed, Security.

1.3.0 - 2021-11-23

List of commits

Changed

Fixed

  • Set empty default value for backends and frontend_ip (!46 by Normo).

1.2.0 - 2021-06-18

List of commits

Added

  • Copy TLS chain file when self-signed cert creation is disabled (!42 by Normo).

Changed

  • Set more restrictive file permissions for others (!43 by Normo).

1.1.1 - 2021-06-14

List of commits

Added

  • Automate import to Ansible Galaxy via GitHub Actions (!39 by tobiashuste).

Fixed

  • Fix initial role execution if SSL certificate generation disabled (!40 by tobiashuste).

1.1.0 - 2021-06-11

List of commits

Changed

  • Reduce DHParam size in molecule tests (!32 by tobiashuste).
  • Update all Python dependencies to the most recent version (!35 by tobiashuste).

Fixed

  • Fix initial dry run and improve molecule test sequence (!33 by tobiashuste).
  • Use FQDN for Ansible modules (!34 by tobiashuste).
  • Add galaxy namespace hifis to the role metadata (!37 by Normo).
  • Prefix unprefixed variables with haproxy_ (!36 by tobiashuste).

Deprecated

  • Deprecate the variables frontend_ip and backends which are replaced by haproxy_frontend_ip and haproxy_backends. Support for the unprefixed variables will be removed in version 2.0.

1.0.1 - 2021-01-29

List of commits

Fixed

1.0.0 - 2021-01-25

List of commits

Added

Changed

Fixed

0.2.0 - 2020-12-03

List of commits

Added

  • Configure DH param size via variable (!15 by Normo).

Changed

  • Improve and speed up the CI pipeline (!12 by tobiashuste).
  • Add missing Pipfile.lock file and update Ansible to 2.10.0 (!11 by tobiashuste).
  • Resolve "HAProxy isn't restarted/reloaded on SSL config change" (!16 by Normo).
  • Resolve "Make self-signed SSL generation optional" (!17 by Normo).
  • Bump Ansible to 2.10.4 (!19 by Normo).

0.1.0 - 2020-08-14

Added

Initial release of the Ansible HAProxy Role.