summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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]