Skip to content

Commit

Permalink
Release 24.1.7
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 24.1.7 and
update ChangeLog.
  • Loading branch information
TheRealFalcon committed Jun 5, 2024
1 parent d771d1f commit 2d20f8b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
24.1.7
- fix(ec2): Correctly identify netplan renderer (#5361)

24.1.6
- fix(ec2): Ensure metadata exists before configuring PBR (#5287)
- fix: Check renderer for netplan-specific code (#5321)
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.6"
__VERSION__ = "24.1.7"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit 2d20f8b

Please sign in to comment.