|
1 | 1 | --- |
2 | 2 | ancestor: null |
3 | 3 | releases: |
| 4 | + 1.2.0: |
| 5 | + changes: |
| 6 | + bugfixes: |
| 7 | + - Fixed `broken conditionals <https://docs.ansible.com/ansible/latest/porting_guides/porting_guide_core_2.19.html#broken-conditionals>`_. |
| 8 | + Ansible Core 2.19 / Ansible 12 introduced stricter behavior, e.g. non-boolean |
| 9 | + expressions in ``when:`` now raise errors by default. |
| 10 | + minor_changes: |
| 11 | + - Added a new fact ``__run_acmesh_is_installed`` to indicate whether acme.sh |
| 12 | + is installed as boolean. |
| 13 | + - 'Molecule: Added Debian 13 (Trixie) as a test target platform.' |
| 14 | + - '``foundata.acmesh.run`` - Added Molecule verification tests to ensure hook |
| 15 | + configuration updates work correctly and validate the proper base64 encoding |
| 16 | + of hook commands in certificate config files.' |
| 17 | + - '``foundata.acmesh.run`` - Added automatic hook and reload command configuration |
| 18 | + updates for existing certificates. The role now detects when hook configurations |
| 19 | + (pre_hook, post_hook, renew_hook, reloadcmd) have changed in Ansible variables |
| 20 | + and automatically updates the corresponding base64-encoded values in acme.sh |
| 21 | + certificate config files without requiring certificate re-issuance. This |
| 22 | + is a workaround for upstream issue https://github.com/acmesh-official/acme.sh/issues/3936.' |
| 23 | + - '``foundata.acmesh.run``: Added Debian 13 (Trixie) as a supported platform.' |
| 24 | + release_summary: 'Release Date: 2025-11-02 |
| 25 | +
|
| 26 | +
|
| 27 | + Maintenance release. |
| 28 | +
|
| 29 | + ' |
| 30 | + removed_features: |
| 31 | + - 'Molecule: Removed Debian 11 (Bullseye) as a test target platform.' |
| 32 | + - '``foundata.acmesh.run``: Removed Debian 11 (Bullseye) from the list of |
| 33 | + supported platforms. The role will continue to work on Debian 11 but will |
| 34 | + display a warning. To avoid this, either remain on or pin the previous version |
| 35 | + of the collection. Bugs and issues related to Debian 11 will no longer be |
| 36 | + fixed.' |
| 37 | + fragments: |
| 38 | + - 1.2.0-release.yaml |
| 39 | + - fix-broken-conditionals-core219.yaml |
| 40 | + - platform-add-debian-13-remove-debian-11.yaml |
| 41 | + - update-cert-config-reloadcmd-hooks.yaml |
| 42 | + release_date: '2025-11-02' |
4 | 43 | 1.1.0: |
5 | 44 | changes: |
6 | 45 | minor_changes: |
|
0 commit comments