summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2015-05-22 10:25:28 -0700
committerScott Moser <smoser@ubuntu.com>2015-05-22 10:25:28 -0700
commit12e739da7a0586eabc244a68eed51f5e12dfa087 (patch)
treef305007e691737181315ff82a2ee0e90494f4383 /ChangeLog
parent151ece4efcd6d8f5051e86dff2bcd7d218e50ca2 (diff)
parent8af1802c9971ec1f2ebac23e9b42d5b42f43afae (diff)
downloadvyos-cloud-init-12e739da7a0586eabc244a68eed51f5e12dfa087.tar.gz
vyos-cloud-init-12e739da7a0586eabc244a68eed51f5e12dfa087.zip
Azure: Redact on-disk user password in /var/lib/ovf-env.xml
The fabric provides the user password in plain text via the CDROM, and cloud-init has previously wrote the ovf-env.xml in /var/lib/waagent with the password in plain text. This change redacts the password. LP: #1311827
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ff06e989..8d59d024 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -42,6 +42,7 @@
- Centos: detect/expect use of systemd on centos 7. [Brian Rak]
- Azure: remove dependency on walinux-agent [Daniel Watkins]
- EC2: know about eu-central-1 availability-zone (LP: #1456684)
+ - Azure: remove password from on-disk ovf-env.xml (LP: #1443311) [Ben Howard]
0.7.6:
- open 0.7.6
- Enable vendordata on CloudSigma datasource (LP: #1303986)