Skip to content

Commit 71cc00f

Browse files
committed
Release version 2.4.1
1 parent 6da9606 commit 71cc00f

File tree

3 files changed

+17
-1
lines changed

3 files changed

+17
-1
lines changed

CHANGELOG.rst

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ Ansible Collection cloudscale.ch Release Notes
44

55
.. contents:: Topics
66

7+
v2.4.1
8+
======
9+
10+
Security Fixes
11+
--------------
12+
13+
- Validate API tokens before passing them to Ansible, to ensure that a badly formed one (i.e., one with newlines) is not accidentally logged.
14+
715
v2.4.0
816
======
917

changelogs/changelog.yaml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -153,3 +153,11 @@ releases:
153153
fragments:
154154
- source-format-for-custom-images.yml
155155
release_date: '2024-07-31'
156+
2.4.1:
157+
changes:
158+
security_fixes:
159+
- Validate API tokens before passing them to Ansible, to ensure that a badly
160+
formed one (i.e., one with newlines) is not accidentally logged.
161+
fragments:
162+
- 107-validate-api-token.yml
163+
release_date: '2025-01-16'

galaxy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ tags:
1717
- cloud
1818
- cloudscale
1919
- cloudscale_ch
20-
version: 2.4.0
20+
version: 2.4.1

0 commit comments

Comments
 (0)