summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2020-06-02 20:53:01 -0600
committerChad Smith <chad.smith@canonical.com>2020-06-03 16:57:57 -0600
commitd80d0fcc07e4d219dfd6e0e6b706480963b5bf31 (patch)
treecc3cf23eb53d1ba59c2b45769242760793a9c307
parent238b69c79d1d73eb198e6b1811cc4d6e703762e2 (diff)
downloadcloud-init-git-d80d0fcc0.tar.gz
changelog: update 20.2-45-g5f7825e2-0ubuntu1~16.04.1 for releaseubuntu/20.2-45-g5f7825e2-0ubuntu1_16.04.1d80d0fcc0
-rw-r--r--debian/changelog13
1 files changed, 11 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index d851a97e..b6fa68f7 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,14 @@
-cloud-init (20.2-45-g5f7825e2-0ubuntu1~16.04.1) UNRELEASED; urgency=medium
-
+cloud-init (20.2-45-g5f7825e2-0ubuntu1~16.04.1) xenial; urgency=medium
+
+ * d/control: drop python3-pep8, python3-pyflakes and python3-six from
+ Build-Depends
+ * d/cloud-init.templates: Add RbxCloud datasource support
+ * d/patches/ec2-dont-apply-full-imds-network-config.patch: by default only
+ configure DHCP on eth0 to retain current network config behavior
+ * d/patches/renderer-do-not-prefer-netplan.patch: leave default renderer
+ order as ENI before netplan.
+ * refresh patches:
+ + debian/patches/ec2-classic-dont-reapply-networking.patch fix flake error
* New upstream snapshot. (LP: #1881018)
- test: fix all flake8 E241 (#403) [Joshua Powers]
- test: ignore flake8 E402 errors in main.py (#402) [Joshua Powers]