diff options
author | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:17:50 -0500 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2012-11-07 10:17:50 -0500 |
commit | 0da58fe113726c7654bca54b365d95044b44ef87 (patch) | |
tree | 876f982afe82dfbc06cf003e7595651b95d171a1 | |
parent | df3300e23324f2bb4d0d21a433b03708dc2feaeb (diff) | |
download | vyos-cloud-init-0da58fe113726c7654bca54b365d95044b44ef87.tar.gz vyos-cloud-init-0da58fe113726c7654bca54b365d95044b44ef87.zip |
add ChangeLog entry
-rw-r--r-- | ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -3,6 +3,9 @@ - config-drive: map hostname to local-hostname (LP: #1061964) - landscape: install landscape-client package if not installed. only take action if cloud-config is present (LP: #1066115) + - split 'apt-update-upgrade' config module into 'apt-configure' and + 'package-update-upgrade-install'. The 'package-update-upgrade-install' + will be a cross distro module. 0.7.0: - add a 'exception_cb' argument to 'wait_for_url'. If provided, this method will be called back with the exception received and the message. |