Skip to content

Commit 2596db0

Browse files
author
AWS
committed
Release 2.16.9. Updated CHANGELOG.md, README.md and all pom.xml.
1 parent eb8a60a commit 2596db0

File tree

316 files changed

+369
-342
lines changed

Some content is hidden

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

316 files changed

+369
-342
lines changed

.changes/2.16.9.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.16.9",
3+
"date": "2021-03-01",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Alexa For Business",
8+
"contributor": "",
9+
"description": "Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Elastic Kubernetes Service",
14+
"contributor": "",
15+
"description": "Adding new error code AdmissionRequestDenied for Addons in EKS"
16+
},
17+
{
18+
"type": "feature",
19+
"category": "AWS SDK for Java v2",
20+
"contributor": "",
21+
"description": "Updated service endpoint metadata."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon Simple Systems Manager (SSM)",
26+
"contributor": "",
27+
"description": "Add Support for Patch Manger Baseline Override parameter."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS CodePipeline",
32+
"contributor": "",
33+
"description": "Added a new field to the ListPipelines API to allow maximum search results of 1000"
34+
}
35+
]
36+
}

.changes/next-release/feature-AWSCodePipeline-657f897.json

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

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

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

.changes/next-release/feature-AlexaForBusiness-db0c582.json

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

.changes/next-release/feature-AmazonElasticKubernetesService-9ea6691.json

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

.changes/next-release/feature-AmazonSimpleSystemsManagerSSM-26b7cdd.json

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

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,24 @@
1+
# __2.16.9__ __2021-03-01__
2+
## __AWS CodePipeline__
3+
- ### Features
4+
- Added a new field to the ListPipelines API to allow maximum search results of 1000
5+
6+
## __AWS SDK for Java v2__
7+
- ### Features
8+
- Updated service endpoint metadata.
9+
10+
## __Alexa For Business__
11+
- ### Features
12+
- Added support for optional tags in CreateAddressBook, CreateConferenceProvider, CreateContact, CreateGatewayGroup, CreateNetworkProfile and RegisterAVSDevice APIs.
13+
14+
## __Amazon Elastic Kubernetes Service__
15+
- ### Features
16+
- Adding new error code AdmissionRequestDenied for Addons in EKS
17+
18+
## __Amazon Simple Systems Manager (SSM)__
19+
- ### Features
20+
- Add Support for Patch Manger Baseline Override parameter.
21+
122
# __2.16.8__ __2021-02-26__
223
## __AWS Single Sign-On Admin__
324
- ### Features

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ To automatically manage module versions (currently all modules have the same ver
4949
<dependency>
5050
<groupId>software.amazon.awssdk</groupId>
5151
<artifactId>bom</artifactId>
52-
<version>2.16.8</version>
52+
<version>2.16.9</version>
5353
<type>pom</type>
5454
<scope>import</scope>
5555
</dependency>
@@ -83,12 +83,12 @@ Alternatively you can add dependencies for the specific services you use only:
8383
<dependency>
8484
<groupId>software.amazon.awssdk</groupId>
8585
<artifactId>ec2</artifactId>
86-
<version>2.16.8</version>
86+
<version>2.16.9</version>
8787
</dependency>
8888
<dependency>
8989
<groupId>software.amazon.awssdk</groupId>
9090
<artifactId>s3</artifactId>
91-
<version>2.16.8</version>
91+
<version>2.16.9</version>
9292
</dependency>
9393
```
9494

@@ -100,7 +100,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
100100
<dependency>
101101
<groupId>software.amazon.awssdk</groupId>
102102
<artifactId>aws-sdk-java</artifactId>
103-
<version>2.16.8</version>
103+
<version>2.16.9</version>
104104
</dependency>
105105
```
106106

archetypes/archetype-app-quickstart/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.9-SNAPSHOT</version>
23+
<version>2.16.9</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626

archetypes/archetype-lambda/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
<parent>
2121
<artifactId>archetypes</artifactId>
2222
<groupId>software.amazon.awssdk</groupId>
23-
<version>2.16.9-SNAPSHOT</version>
23+
<version>2.16.9</version>
2424
</parent>
2525
<modelVersion>4.0.0</modelVersion>
2626
<artifactId>archetype-lambda</artifactId>

0 commit comments

Comments
 (0)