diff options
author | Scott Moser <smoser@brickies.net> | 2016-11-15 17:28:36 -0500 |
---|---|---|
committer | Scott Moser <smoser@brickies.net> | 2016-11-15 17:28:36 -0500 |
commit | f6e53b47b71ca7c7538b3c14cd34a4f0addea3b0 (patch) | |
tree | 61bdd981034b0191e3e444cf5805de497a02d88d /debian | |
parent | 05da1f862da3062260db62de45acac5afebca382 (diff) | |
download | vyos-cloud-init-f6e53b47b71ca7c7538b3c14cd34a4f0addea3b0.tar.gz vyos-cloud-init-f6e53b47b71ca7c7538b3c14cd34a4f0addea3b0.zip |
update changelog (new upstream snapshot 0.7.8-47-gb6561a1).
Diffstat (limited to 'debian')
-rw-r--r-- | debian/changelog | 10 |
1 files changed, 4 insertions, 6 deletions
diff --git a/debian/changelog b/debian/changelog index 60d16ba8..f3543d3b 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,21 +1,19 @@ -cloud-init (0.7.8-45-g584b843-0ubuntu1~16.04.1) xenial-proposed; urgency=medium +cloud-init (0.7.8-47-gb6561a1-0ubuntu1~16.04.1) UNRELEASED; urgency=medium * debian/cloud-init.templates: enable DigitalOcean by default [Ben Howard] * New upstream snapshot. - systemd/cloud-init-local.service: + replace 'Wants' and 'After' on local-fs.target with more granular After=systemd-remount-fs.service and RequiresMountsFor=/var/lib + and Before=sysinit.target. This is done run sufficiently early enough to update /etc/fstab. (LP: #1611074) - + add Before=basic.target. + add Before=NetworkManager.service so that cloud-init can render NetworkManager network config before it would apply them. - systemd/cloud-init.service: + add Before=sysinit.target and DefaultDependencies=no (LP: #1611074) - + add After=systemd-networkd-wait-online.service and - drop Requires=networking.service to work with systemd-networkd - systems where networking.service is not needed. - (LP: #1636912, #1629797) + + drop Requires=networking.service to work where networking.service is + not needed. + add Conflicts=shutdown.target + drop unnecessary Wants=local-fs.target - net: support reading ipv6 dhcp config from initramfs [LaMont Jones] |