Skip to content

Commit

Permalink
Release version 2.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
href committed Jan 16, 2025
1 parent 6da9606 commit 71cc00f
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,14 @@ Ansible Collection cloudscale.ch Release Notes

.. contents:: Topics

v2.4.1
======

Security Fixes
--------------

- Validate API tokens before passing them to Ansible, to ensure that a badly formed one (i.e., one with newlines) is not accidentally logged.

v2.4.0
======

Expand Down
8 changes: 8 additions & 0 deletions changelogs/changelog.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -153,3 +153,11 @@ releases:
fragments:
- source-format-for-custom-images.yml
release_date: '2024-07-31'
2.4.1:
changes:
security_fixes:
- Validate API tokens before passing them to Ansible, to ensure that a badly
formed one (i.e., one with newlines) is not accidentally logged.
fragments:
- 107-validate-api-token.yml
release_date: '2025-01-16'
2 changes: 1 addition & 1 deletion galaxy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ tags:
- cloud
- cloudscale
- cloudscale_ch
version: 2.4.0
version: 2.4.1

0 comments on commit 71cc00f

Please sign in to comment.