Skip to content

Commit

Permalink
Release 24.1.6
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 24.1.6 and
update ChangeLog.
  • Loading branch information
TheRealFalcon committed May 24, 2024
1 parent 74dc7cc commit f18b4bb
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
24.1.6
- fix(ec2): Ensure metadata exists before configuring PBR (#5287)
- fix: Check renderer for netplan-specific code (#5321)
- test: Fix failing test_ec2.py test (#5324)

24.1.5
- fix(package_update): avoid snap refresh in images without snap command
(LP: #2064132)
Expand Down
2 changes: 1 addition & 1 deletion cloudinit/version.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of cloud-init. See LICENSE file for license information.

__VERSION__ = "24.1.5"
__VERSION__ = "24.1.6"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit f18b4bb

Please sign in to comment.