Skip to content

Commit

Permalink
Release 24.1.3
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 24.1.3 and
update ChangeLog.
  • Loading branch information
TheRealFalcon committed Mar 27, 2024
1 parent 0ae4728 commit 70dd183
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
@@ -1,3 +1,7 @@
24.1.3
- fix: Always use single datasource if specified (#5098)
- fix: Allow caret at the end of apt package (#5099)

24.1.2
- test: Don't assume ordering of ThreadPoolExecutor submissions (#5052)
- refactor(ec2): simplify convert_ec2_metadata_network_config
Expand Down
2 changes: 1 addition & 1 deletion cloudinit/version.py
Expand Up @@ -4,7 +4,7 @@
#
# This file is part of cloud-init. See LICENSE file for license information.

__VERSION__ = "24.1.2"
__VERSION__ = "24.1.3"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit 70dd183

Please sign in to comment.