Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(271)

Unified Diff: Changelog.rst

Issue 8386013: Merging in latest boto. (Closed) Base URL: svn://svn.chromium.org/boto
Patch Set: Redoing vendor drop by deleting and then merging. Created 9 years, 2 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « .gitignore ('k') | MANIFEST.in » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: Changelog.rst
diff --git a/Changelog.rst b/Changelog.rst
new file mode 100644
index 0000000000000000000000000000000000000000..46317b928a31b1f76730e420989f6ed696f7837a
--- /dev/null
+++ b/Changelog.rst
@@ -0,0 +1,35 @@
+==============
+Change history
+==============
+
+.. contents::
+ :local:
+
+.. _version-2.0:
+
+2.0
+===
+:release-date: 2011-07-14
+
+.. _v20-important:
+
+Important Notes
+---------------
+
+* Backwards-incompatible filter changes in the latest 2011 EC2 APIs
+
+ In the latest 2011 EC2 APIs all security groups are assigned a unique
+ identifier (sg-\*). As a consequence, some existing filters which used to take
+ the group name now require the group *id* instead:
+
+ 1. *group-id* filter in DescribeInstances (ie get_all_instances())
+
+ To filter by group name you must instead use the *group-name* filter
+
+ 2. *launch.group-id* filter in DescribeSpotInstanceRequests (ie get_all_spot_instance_requests())
+
+ Unfortunately for now, it is *not* possible to filter spot instance
+ requests by group name; the security group id *must* be used instead.
+
+ This new security group id can be found in the *id* attribute of a boto
+ SecurityGroup instance.
« no previous file with comments | « .gitignore ('k') | MANIFEST.in » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698