diff options
author | Scott Moser <smoser@ubuntu.com> | 2016-06-03 15:31:38 -0400 |
---|---|---|
committer | Scott Moser <smoser@ubuntu.com> | 2016-06-03 15:31:38 -0400 |
commit | e513fc39555242f0be3049fb36eb04e708e70e66 (patch) | |
tree | 56b0059e822d0c0d2e0fc09ec24f664f75fb4ba4 /ChangeLog | |
parent | 710590d3a32e6b77222b288e5b751e7296abb2b4 (diff) | |
parent | 80931f7008971c9a7705c054fabc29fec7a133e2 (diff) | |
download | vyos-cloud-init-e513fc39555242f0be3049fb36eb04e708e70e66.tar.gz vyos-cloud-init-e513fc39555242f0be3049fb36eb04e708e70e66.zip |
Apt sources configuration improvements
- keyid-only (no source statement)
- key only (no source statement)
- custom source.list template
- support long gpg key fingerprints with spaces
- fix issue with key's that were already in the local gpg keyring
- allowing a new format to specify apt_sources in a dictionary instead of a
list to allow merging of configurations
LP: #1574113
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -113,6 +113,8 @@ - settings on the kernel command line (cc:) override all local settings rather than only those in /etc/cloud/cloud.cfg (LP: #1582323) - Improve merging documentation [Daniel Watkins] + - apt sources: support inserting key/key-id only, custom sources.list, + long gpg key fingerprints with spaces, and dictionary format (LP: #1574113) 0.7.6: - open 0.7.6 |