Skip to content

Commit f08ae8d

Browse files
author
AWS
committed
Release 2.20.30. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent 326b7b7 commit f08ae8d

File tree

413 files changed

+484
-449
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

413 files changed

+484
-449
lines changed

.changes/2.20.30.json

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,48 @@
1+
{
2+
"version": "2.20.30",
3+
"date": "2023-03-22",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "AWS Identity and Access Management",
8+
"contributor": "",
9+
"description": "Documentation updates for AWS Identity and Access Management (IAM)."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "AWS IoT TwinMaker",
14+
"contributor": "",
15+
"description": "This release adds support of adding metadata when creating a new scene or updating an existing scene."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS Network Manager",
20+
"contributor": "",
21+
"description": "This release includes an update to create-transit-gateway-route-table-attachment, showing example usage for TransitGatewayRouteTableArn."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "AWS Resilience Hub",
26+
"contributor": "",
27+
"description": "This release provides customers with the ability to import resources from within an EKS cluster and assess the resiliency of EKS cluster workloads."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "Amazon EventBridge Pipes",
32+
"contributor": "",
33+
"description": "This release improves validation on the ARNs in the API model"
34+
},
35+
{
36+
"type": "feature",
37+
"category": "Amazon Simple Systems Manager (SSM)",
38+
"contributor": "",
39+
"description": "This Patch Manager release supports creating, updating, and deleting Patch Baselines for AmazonLinux2023, AlmaLinux."
40+
},
41+
{
42+
"type": "feature",
43+
"category": "AWS SDK for Java v2",
44+
"contributor": "",
45+
"description": "Updated endpoint and partition metadata."
46+
}
47+
]
48+
}

.changes/next-release/feature-AWSIdentityandAccessManagement-ad451d8.json

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

.changes/next-release/feature-AWSIoTTwinMaker-adca9f7.json

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

.changes/next-release/feature-AWSNetworkManager-6d498f3.json

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

.changes/next-release/feature-AWSResilienceHub-3bbec23.json

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

.changes/next-release/feature-AWSSDKforJavav2-0443982.json

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

.changes/next-release/feature-AmazonEventBridgePipes-2e7c90e.json

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

.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-a13ce1f.json

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

CHANGELOG.md

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,32 @@
1+
# __2.20.30__ __2023-03-22__
2+
## __AWS Identity and Access Management__
3+
- ### Features
4+
- Documentation updates for AWS Identity and Access Management (IAM).
5+
6+
## __AWS IoT TwinMaker__
7+
- ### Features
8+
- This release adds support of adding metadata when creating a new scene or updating an existing scene.
9+
10+
## __AWS Network Manager__
11+
- ### Features
12+
- This release includes an update to create-transit-gateway-route-table-attachment, showing example usage for TransitGatewayRouteTableArn.
13+
14+
## __AWS Resilience Hub__
15+
- ### Features
16+
- This release provides customers with the ability to import resources from within an EKS cluster and assess the resiliency of EKS cluster workloads.
17+
18+
## __AWS SDK for Java v2__
19+
- ### Features
20+
- Updated endpoint and partition metadata.
21+
22+
## __Amazon EventBridge Pipes__
23+
- ### Features
24+
- This release improves validation on the ARNs in the API model
25+
26+
## __Amazon Simple Systems Manager (SSM)__
27+
- ### Features
28+
- This Patch Manager release supports creating, updating, and deleting Patch Baselines for AmazonLinux2023, AlmaLinux.
29+
130
# __2.20.29__ __2023-03-21__
231
## __AWS Clean Rooms Service__
332
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
5252
<dependency>
5353
<groupId>software.amazon.awssdk</groupId>
5454
<artifactId>bom</artifactId>
55-
<version>2.20.29</version>
55+
<version>2.20.30</version>
5656
<type>pom</type>
5757
<scope>import</scope>
5858
</dependency>
@@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
8686
<dependency>
8787
<groupId>software.amazon.awssdk</groupId>
8888
<artifactId>ec2</artifactId>
89-
<version>2.20.29</version>
89+
<version>2.20.30</version>
9090
</dependency>
9191
<dependency>
9292
<groupId>software.amazon.awssdk</groupId>
9393
<artifactId>s3</artifactId>
94-
<version>2.20.29</version>
94+
<version>2.20.30</version>
9595
</dependency>
9696
```
9797

@@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
103103
<dependency>
104104
<groupId>software.amazon.awssdk</groupId>
105105
<artifactId>aws-sdk-java</artifactId>
106-
<version>2.20.29</version>
106+
<version>2.20.30</version>
107107
</dependency>
108108
```
109109

0 commit comments

Comments
 (0)