summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@brickies.net>2016-11-09 13:21:03 -0500
committerScott Moser <smoser@brickies.net>2016-11-09 13:21:03 -0500
commit4613bb45dde05cc859a0b4dec6587d80767b47c7 (patch)
tree4c77c240954bc54e3d7f9482fcdd962f24a0d8f3
parent0203c14bccd17b0f32ffd0ab416d771fe09c770d (diff)
downloadvyos-cloud-init-4613bb45dde05cc859a0b4dec6587d80767b47c7.tar.gz
vyos-cloud-init-4613bb45dde05cc859a0b4dec6587d80767b47c7.zip
update changelog per SRU feedback.
- clarify dmidecode change in changelog message. - add bug for lxd network config change fix. - drop the previously fixed changelog entry for ntp.
-rw-r--r--debian/changelog7
1 files changed, 3 insertions, 4 deletions
diff --git a/debian/changelog b/debian/changelog
index 200cfa19..90492dfd 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -6,7 +6,8 @@ cloud-init (0.7.8-34-ga1cdebd-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
(LP: #1621615)
- Add coverage dependency to bddeb to fix package build.
- doc: improve HACKING.rst file
- - dmidecode: Allow dmidecode to be used on aarch64 [Robert Schweikert]
+ - dmidecode: Allow dmidecode to be used on aarch64, and only attempt
+ usage on x86, x86_64, and aarch64. [Robert Schweikert]
- AliYun: Add new datasource for Ali-Cloud ECS [kaihuan.pkh]
- Add coverage collection to tox unit tests. [Joshua Powers]
- disk-config: udev settle after partitioning in gpt format.
@@ -25,15 +26,13 @@ cloud-init (0.7.8-34-ga1cdebd-0ubuntu1~16.04.1) xenial-proposed; urgency=medium
- systemd: Run cloud-init.service Before dbus.socket not dbus.target
[Daniel Watkins] (LP: #1629797)
- Improve module documentation and doc cleanup. [Wesley Wiedenmeier]
- - lxd: Update network config for LXD 2.3 [Stéphane Graber]
+ - lxd: Update network config for LXD 2.3 [Stéphane Graber] (LP: #1640556)
- DigitalOcean: use meta-data for network configruation [Ben Howard]
- - ntp: move to run after apt configuration [Scott Moser] (LP: #1628337)
- Decode unicode types in decode_binary [Robert Schweikert]
- systemd: Ensure that cloud-init-local happens before NetworkManager
- Allow ephemeral drive to be unpartitioned [Paul Meyer]
- subp: add 'update_env' argument
- Adjust mounts and disk configuration for systemd. (LP: #1611074)
- - dmidecode: run dmidecode only on i?86 or x86_64 arch. [Robert Schweikert]
-- Scott Moser <smoser@ubuntu.com> Fri, 04 Nov 2016 13:54:33 -0400