summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2011-12-16 16:42:58 -0500
committerScott Moser <smoser@ubuntu.com>2011-12-16 16:42:58 -0500
commit5c84e5972c4e363da1b3b874d7e5af5b1cd2221b (patch)
tree0f181b03c8e81e5ac070c187d36f3472b4249844 /ChangeLog
parent1f292d297e368a8dce0122736aa2d140a275caba (diff)
parent32e3e2f3d637051fb79f63f791270eeb05bc721b (diff)
downloadvyos-cloud-init-5c84e5972c4e363da1b3b874d7e5af5b1cd2221b.tar.gz
vyos-cloud-init-5c84e5972c4e363da1b3b874d7e5af5b1cd2221b.zip
add support for reading configuration of mirror and proxy
This adds support for configuration of a mirror by looking for dns names like 'ubuntu-mirror', and setting a 'apt_mirror_search' configuration variable to find the first mirror in the list. Also, allows configuration of an apt proxy via 'apt_proxy' in cloud-config. LP: #897688
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 2909069d..39edb705 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
- add Fedora support [Garrent Holstrom] (LP: #883286)
- fix bug in netinfo.debug_info if no net devices available (LP: #883367)
- use python module hashlib rather than md5 to avoid deprecation warnings.
+ - support configuration of mirror based on dns name ubuntu-mirror in
+ local domain.
+ - support setting of Acquire::HTTP::Proxy via 'apt_proxy'
0.6.2:
- fix bug where update was not done unless update was explicitly set.
It would not be run if 'upgrade' or packages were set to be installed