summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2022-11-15 19:34:36 -0700
committerChad Smith <chad.smith@canonical.com>2022-11-15 19:34:43 -0700
commita5ccc3a4377cd2427247595b5812a7a0428622e4 (patch)
tree4192f42ae303815a58df52d0d97a292c7fd285f2
parent511af050bde9ee4b53611bb34e051025e2788346 (diff)
downloadcloud-init-git-a5ccc3a4377cd2427247595b5812a7a0428622e4.tar.gz
changelogs: sync released hotfix d/changelog entries and Changelog
-rw-r--r--ChangeLog29
-rw-r--r--debian/changelog20
2 files changed, 49 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 16d58d3a..6a23d2c4 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -117,6 +117,35 @@
- Identify Huawei Cloud as OpenStack (#1689) [huang xinjie]
- doc: add reporting suggestion to FAQ (SC-1236) (#1698)
+22.3.4
+ - Fix Oracle DS primary interface when using IMDS (LP: #1989686)
+
+22.3.3
+ - Fix Oracle DS not setting subnet when using IMDS (LP: #1989686)
+
+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)
+ - docs: publish cc_ubuntu_autoinstall docs to rtd (#1696)
+ - net: Fix EphemeraIPNetwork (#1697) [Alberto Contreras]
+ - test: make ansible test work across older versions (#1691)
+ - Networkd multi-address support/fix (#1685) [Teodor Garzdin]
+ - make: drop broken targets (#1688)
+ - net: Passthough v2 netconfigs in netplan systems (#1650)
+ [Alberto Contreras] (LP: #1978543)
+ - NM ipv6 connection does not work on Azure and Openstack (#1616)
+ [Emanuele Giuseppe Esposito]
+ - Fix check_format_tip (#1679) [Alberto Contreras]
+ - DataSourceVMware: fix var use before init (#1674)
+ [Andrew Kutz] (LP: #1987005)
+ - rpm/copr: ensure RPM represents new clean.d dir artifacts (#1680)
+ - test: avoid centos leaked check of /etc/yum.repos.d/epel-testing.repo
+ (#1676)
+
22.3
- sources: obj.pkl cache should be written anyime get_data is run (#1669)
- schema: drop release number from version file (#1664)
diff --git a/debian/changelog b/debian/changelog
index 06196de7..f46c0de7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -10,6 +10,26 @@ cloud-init (22.4-0ubuntu0~18.04.1) UNRELEASED; urgency=medium
-- James Falcon <james.falcon@canonical.com> Tue, 15 Nov 2022 16:21:48 -0600
+cloud-init (22.3.4-0ubuntu1~18.04.1) bionic; urgency=medium
+
+ * New upstream bugfix release. (LP: #1987318)
+ + Release 22.3.4 (LP: #1986703)
+ + Fix Oracle DS primary interface when using IMDS (#1757)
+ (LP: #1989686)
+
+ -- Brett Holman <brett.holman@canonical.com> Mon, 03 Oct 2022 10:57:17 -0600
+
+cloud-init (22.3.3-0ubuntu1~18.04.1) bionic; urgency=medium
+
+ * New upstream bugfix release. (LP: #1987318)
+ + Release 22.3.3
+ + Fix Oracle DS not setting subnet when using IMDS (#1735)
+ + azure: define new attribute for pre-22.3 pickles (#1725)
+ + sources/azure: ensure instance id is always correct (#1727)
+ [Chris Patterson]
+
+ -- Brett Holman <brett.holman@canonical.com> Wed, 21 Sep 2022 14:12:15 -0600
+
cloud-init (22.3-13-g70ce6442-0ubuntu1~18.04.1) bionic; urgency=medium
* d/control: add python3-debconf to Depends and Build-Depends