Skip to content

Commit 905d108

Browse files
committed
Release 22.2.2
Bump the version in cloudinit/version.py to 22.2.2 and update ChangeLog. LP: #1978422
1 parent 7f000fa commit 905d108

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

ChangeLog

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
22.2.2
2+
- Remove schema errors from log (#1551)
13
22.2.1
24
- Fix cc_phone_home requiring 'tries' (#1500)
35
22.2

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__ = "22.2.1"
7+
__VERSION__ = "22.2.2"
88
_PACKAGED_VERSION = "@@PACKAGED_VERSION@@"
99

1010
FEATURES = [

0 commit comments

Comments
 (0)