summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2012-03-26 13:49:06 -0400
committerScott Moser <smoser@ubuntu.com>2012-03-26 13:49:06 -0400
commitd168dc6358369de19c1a47312da29156427570ed (patch)
treede492ab7b4025f5ce26c5a1256d473c92a8b67c0 /ChangeLog
parentebb0642b939a048e6218a28ebcd73ac86dcc7fdd (diff)
downloadvyos-cloud-init-d168dc6358369de19c1a47312da29156427570ed.tar.gz
vyos-cloud-init-d168dc6358369de19c1a47312da29156427570ed.zip
cc_chef: fix bug when validation_key was present, but validation_cert was not
This fixes a bug in chef handling if the config contained the 'validation_key' key, but not the 'validation_cert' key. LP: #960547
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0cf93c2a..27b412c8 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -38,6 +38,9 @@
(LP: #948461) [Ben Howard]
- warn on non-multipart, non-handled user-data [Martin Packman]
- run resizefs in the background in order to not block boot (LP: #961226)
+ - Fix bug in Chef support where validation_key was present in config, but
+ 'validation_cert' was not (LP: #960547)
+
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