summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorScott Moser <smoser@ubuntu.com>2014-01-17 16:34:53 -0500
committerScott Moser <smoser@ubuntu.com>2014-01-17 16:34:53 -0500
commit9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17 (patch)
treeac38675b53e9adb9020541b3b6be7a66c69b7150 /ChangeLog
parent605335f4732246ef89b94dcc542e73f13fdef1c9 (diff)
parent3e5e7f563837685aeabc2fc67dd6cbb9fc619b0a (diff)
downloadvyos-cloud-init-9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17.tar.gz
vyos-cloud-init-9a0d6158fbe311bcabc9d80590bfb91e7ccb3f17.zip
drop requirement on boto for its boto.utils.get_instance_metadata()
We had a requirement on boto only to use boto.utils.get_instance_metadata(). That had actually caused some pain in the past. This removes a Requires and also one that wasn't python3.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index e21a4798..e2bf08b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -14,6 +14,7 @@
- drop support for resizing partitions with parted entirely (LP: #1212492).
This was broken as it was anyway.
- add support for vendordata.
+ - drop dependency on boto for crawling ec2 metadata service.
0.7.4:
- fix issue mounting 'ephemeral0' if ephemeral0 was an alias for a
partitioned block device with target filesystem on ephemeral0.1.