Skip to content

Commit

Permalink
Bump version to v1.0.2
Browse files Browse the repository at this point in the history
# Patch Release v1.0.2 (2023-02-13)
  * **Tom Siewert**
    * tasks: Set timer state to started or stopped

      Even if the timer is enabled, systemd will not generate certificates
      until the system has been rebooted or the timer has been started
      directly.
    * tasks: Do not recurse on directory task

      Ansible does not only recurse on the directory inodes, but also on the
      files in these directories. Due to this behaviour, Ansible sets the permission
      of all created certificates to 0755.

*Released by Tom Siewert <[email protected]>*

Signed-off-by: Tom Siewert <[email protected]>
  • Loading branch information
sinuscosinustan committed Feb 13, 2023
1 parent e1a5f2f commit 85aaf49
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,17 +1,17 @@
# For next release
# Patch Release v1.0.2 (2023-02-13)
* **Tom Siewert**
* tasks: Set timer state to started or stopped

Even if the timer is enabled, systemd will not generate certificates
until the system has been rebooted or the timer has been started
directly.
* tasks: Do not recurse on directory task

Ansible does not only recurse on the directory inodes, but also on the
files in these directories. Due to this behaviour, Ansible sets the permission
of all created certificates to 0755.

*Not released yet*
*Released by Tom Siewert <[email protected]>*

# Patch Release v1.0.1 (2023-02-07)
* **Tom Siewert**
Expand Down

0 comments on commit 85aaf49

Please sign in to comment.