Skip to content

Commit 528338f

Browse files
Bump version to 2.33.2
1 parent 76db4c7 commit 528338f

13 files changed

Lines changed: 59 additions & 45 deletions

.changes/2.33.2.json

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
[
2+
{
3+
"category": "``sagemaker``",
4+
"description": "Adding security consideration comments for lcc accessing execution role under root access",
5+
"type": "api-change"
6+
},
7+
{
8+
"category": "``resource-explorer-2``",
9+
"description": "Added ViewName to View-related responses and ServiceViewName to GetServiceView response.",
10+
"type": "api-change"
11+
},
12+
{
13+
"category": "``datazone``",
14+
"description": "This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs.",
15+
"type": "api-change"
16+
},
17+
{
18+
"category": "``connect``",
19+
"description": "Adds support to allow customers to create form with Dispute configuration",
20+
"type": "api-change"
21+
},
22+
{
23+
"category": "``glacier``",
24+
"description": "Documentation updates for Amazon Glacier's maintenance mode",
25+
"type": "api-change"
26+
},
27+
{
28+
"category": "ContainerProvider",
29+
"description": "The ContainerProvider now works with arbitray HTTPS URLs for `AWS_CONTAINER_CREDENTIALS_FULL_URI`.",
30+
"type": "enhancement"
31+
},
32+
{
33+
"category": "``launch-wizard``",
34+
"description": "Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizard",
35+
"type": "api-change"
36+
}
37+
]

.changes/next-release/api-change-connect-80355.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-datazone-46142.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-glacier-14339.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-launchwizard-23055.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-resourceexplorer2-74881.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/api-change-sagemaker-86287.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

.changes/next-release/enhancement-ContainerProvider-3097.json

Lines changed: 0 additions & 5 deletions
This file was deleted.

CHANGELOG.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,18 @@
22
CHANGELOG
33
=========
44

5+
2.33.2
6+
======
7+
8+
* api-change:``sagemaker``: Adding security consideration comments for lcc accessing execution role under root access
9+
* api-change:``resource-explorer-2``: Added ViewName to View-related responses and ServiceViewName to GetServiceView response.
10+
* api-change:``datazone``: This release adds support for numeric filtering and complex free-text searches cases for the Search and SearchListings APIs.
11+
* api-change:``connect``: Adds support to allow customers to create form with Dispute configuration
12+
* api-change:``glacier``: Documentation updates for Amazon Glacier's maintenance mode
13+
* enhancement:ContainerProvider: The ContainerProvider now works with arbitray HTTPS URLs for `AWS_CONTAINER_CREDENTIALS_FULL_URI`.
14+
* api-change:``launch-wizard``: Added UpdateDeployment, ListDeploymentPatternVersions and GetDeploymentPatternVersion APIs for Launch Wizard
15+
16+
517
2.33.1
618
======
719

awscli/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import os
2121
import sys
2222

23-
__version__ = '2.33.1'
23+
__version__ = '2.33.2'
2424

2525
#
2626
# Get our data path to be added to botocore's search path

0 commit comments

Comments
 (0)