summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChad Smith <chad.smith@canonical.com>2020-06-02 16:17:33 -0600
committerChad Smith <chad.smith@canonical.com>2020-06-03 13:31:56 -0600
commitd748054bba0c0320838d41cc3a47fd64e5a537b4 (patch)
tree5191ee0548f9fe37c077857100ce6d7da26b9182
parent96b2ef379d2daa15adb59c63312374166ed6fe74 (diff)
downloadcloud-init-git-ubuntu/eoan.tar.gz
changelog: update 20.2-45-g5f7825e2-0ubuntu1~19.10.1 for releaseubuntu/20.2-45-g5f7825e2-0ubuntu1_19.10.1ubuntu/eoan
-rw-r--r--debian/changelog11
1 files changed, 9 insertions, 2 deletions
diff --git a/debian/changelog b/debian/changelog
index 4cd7e102..2ee4444c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,5 +1,12 @@
-cloud-init (20.2-45-g5f7825e2-0ubuntu1~19.10.1) UNRELEASED; urgency=medium
-
+cloud-init (20.2-45-g5f7825e2-0ubuntu1~19.10.1) eoan; urgency=medium
+
+ * d/cloud-init.templates: Add RbxCloud datasource support
+ * d/control: drop python3-pep8, python3-pyflakes, python3-six from
+ Build-depends
+ * 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.
* New upstream snapshot. (LP: #1881018)
- test: fix all flake8 E241 (#403) [Joshua Powers]
- test: ignore flake8 E402 errors in main.py (#402) [Joshua Powers]