summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-11-07 10:17:50 -0500
committerScott Moser <smoser@ubuntu.com>2012-11-07 10:17:50 -0500
commit0da58fe113726c7654bca54b365d95044b44ef87 (patch)
tree876f982afe82dfbc06cf003e7595651b95d171a1
parentdf3300e23324f2bb4d0d21a433b03708dc2feaeb (diff)
downloadvyos-cloud-init-0da58fe113726c7654bca54b365d95044b44ef87.tar.gz
vyos-cloud-init-0da58fe113726c7654bca54b365d95044b44ef87.zip
add ChangeLog entry
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4287d58f..2896f71a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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.