summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-08-22 17:02:54 -0400
committerScott Moser <smoser@ubuntu.com>2012-08-22 17:02:54 -0400
commit7b715270f0720c565af50e102d761cd83cb3569b (patch)
tree0c871d9de02d2dc6f6c150807b6d9c76278b0501 /ChangeLog
parent43c55aca8c7ee17471b709a6a348c318db165a92 (diff)
downloadvyos-cloud-init-7b715270f0720c565af50e102d761cd83cb3569b.tar.gz
vyos-cloud-init-7b715270f0720c565af50e102d761cd83cb3569b.zip
add apt_reboot_if_required to reboot if required
If an upgrade or package installation forced a reboot (such as a kernel upgrade), then we can optionally reboot at that point. This allows the user to not be into the newest available kernel without needing a reboot on their own. LP: #1038108
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e9e88318..91f3834a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,6 @@
0.7.0:
+ - add apt_reboot_if_required to reboot if an upgrade or package installation
+ forced the need for one (LP: #1038108)
- allow distro mirror selection to include availability-zone (LP: #1037727)
- allow arch specific mirror selection (select ports.ubuntu.com on arm)
LP: #1028501