forked from aws/aws-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path1.2.7.json
More file actions
37 lines (37 loc) · 1.55 KB
/
1.2.7.json
File metadata and controls
37 lines (37 loc) · 1.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
[
{
"category": "``aws ec2``",
"description": "Allow tcp, udp, icmp, all for ``--protocol`` param of the ``ec2 create-network-acl-entry`` command (`issue 508 <https://github.com/aws/aws-cli/issues/508>`__)",
"type": "bugfix"
},
{
"category": "``aws s3``",
"description": "Fix bug when filtering ``s3 ``--include/--exclude`` params (`issue 531 <https://github.com/aws/aws-cli/pull/531>`__)",
"type": "bugfix"
},
{
"category": "``aws sns``",
"description": "Fix an issue with map type parameters raising uncaught exceptions in commands such as `sns create-platform-application` (`issue 407 <https://github.com/aws/aws-cli/issues/407>`__)",
"type": "bugfix"
},
{
"category": "``aws ec2``",
"description": "Fix an issue when both ``--private-ip-address`` and ``--associate-public-ip-address`` are specified in the ``ec2 run-instances`` command (`issue 520 <https://github.com/aws/aws-cli/issues/520>`__)",
"type": "bugfix"
},
{
"category": "Output",
"description": "Fix an issue where ``--output text`` was not providing a starting identifier for certain rows (`issue 516 <https://github.com/aws/aws-cli/pull/516>`__)",
"type": "bugfix"
},
{
"category": "``aws support``",
"description": "Update the ``support`` command to the latest version",
"type": "feature"
},
{
"category": "Output",
"description": "Update the ``--query`` syntax to support flattening sublists (`boto/jmespath#20 <https://github.com/boto/jmespath/pull/20>`__)",
"type": "feature"
}
]