Skip to content

Commit

Permalink
Release 22.3.2
Browse files Browse the repository at this point in the history
Bump the version in cloudinit/version.py to 22.3.2 and
update ChangeLog.

LP: #1986703
  • Loading branch information
holmanb committed Sep 14, 2022
1 parent 19b08da commit ba9cb78
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
22.3.2
- azure: define new attribute for pre-22.3 pickles (#1725)
- sources/azure: ensure instance id is always correct (#1727)

22.3.1
- Fix v2 interface matching when no MAC (LP: #1986551)
- test: reduce number of network dependencies in flaky test (#1702)
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__ = "22.3.1"
__VERSION__ = "22.3.2"
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"

FEATURES = [
Expand Down

0 comments on commit ba9cb78

Please sign in to comment.