Skip to content

Commit 79ac5c8

Browse files
committed
Release 25.1.3
Bump the version in cloudinit/version.py to 25.1.3 and update ChangeLog.
1 parent cd3cf26 commit 79ac5c8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

ChangeLog

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
25.1.3
2+
- docs: provide example3 for PAM and ssh_pwauth behavior (#27)
3+
- fix: Make hotplug socket writable only by root (#25) (CVE-2024-11584)
4+
- fix: Don't attempt to identify non-x86 OpenStack instances (LP: #2069607)
5+
(CVE-2024-6174)
6+
17
25.1.2
28
- fix: ensure MAAS datasource retries on failure (#6167)
39

cloudinit/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
#
55
# This file is part of cloud-init. See LICENSE file for license information.
66

7-
__VERSION__ = "25.1.2"
7+
__VERSION__ = "25.1.3"
88
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
99

1010
FEATURES = [

0 commit comments

Comments
 (0)