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

Unified Diff: third_party/gsutil/boto/Changelog.rst

Issue 12317103: Added gsutil to depot tools (Closed) Base URL: https://chromium.googlesource.com/chromium/tools/depot_tools.git@master
Patch Set: Created 7 years, 9 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 | « third_party/gsutil/boto/.travis.yml ('k') | third_party/gsutil/boto/LICENSE » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: third_party/gsutil/boto/Changelog.rst
diff --git a/third_party/gsutil/boto/Changelog.rst b/third_party/gsutil/boto/Changelog.rst
new file mode 100644
index 0000000000000000000000000000000000000000..46317b928a31b1f76730e420989f6ed696f7837a
--- /dev/null
+++ b/third_party/gsutil/boto/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 | « third_party/gsutil/boto/.travis.yml ('k') | third_party/gsutil/boto/LICENSE » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698