Skip to content

Commit

Permalink
Merge pull request #2995 from aws/staging/06977f4b-7fb5-42bf-addc-9ba…
Browse files Browse the repository at this point in the history
…4260e3e2f

Pull request: release <- staging/06977f4b-7fb5-42bf-addc-9ba4260e3e2f
  • Loading branch information
aws-sdk-java-automation committed Apr 24, 2024
2 parents defcd0d + ea69550 commit 621d800
Show file tree
Hide file tree
Showing 478 changed files with 2,373 additions and 602 deletions.
48 changes: 48 additions & 0 deletions .changes/2.25.38.json
@@ -0,0 +1,48 @@
{
"version": "2.25.38",
"date": "2024-04-24",
"entries": [
{
"type": "feature",
"category": "AWS DataSync",
"contributor": "",
"description": "This change allows users to disable and enable the schedules associated with their tasks."
},
{
"type": "feature",
"category": "AWS EntityResolution",
"contributor": "",
"description": "Support Batch Unique IDs Deletion."
},
{
"type": "feature",
"category": "Amazon EMR Containers",
"contributor": "",
"description": "EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs."
},
{
"type": "feature",
"category": "Amazon Elastic Compute Cloud",
"contributor": "",
"description": "Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface"
},
{
"type": "feature",
"category": "Amazon GameLift",
"contributor": "",
"description": "Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift."
},
{
"type": "feature",
"category": "Amazon Simple Systems Manager (SSM)",
"contributor": "",
"description": "Add SSM DescribeInstanceProperties API to public AWS SDK."
},
{
"type": "feature",
"category": "AWS SDK for Java v2",
"contributor": "",
"description": "Updated endpoint and partition metadata."
}
]
}
3 changes: 2 additions & 1 deletion .github/workflows/closed-issue-message.yml
Expand Up @@ -4,6 +4,7 @@ on:
types: [closed]
jobs:
auto_comment:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
permissions:
issues: write
Expand All @@ -13,5 +14,5 @@ jobs:
# These inputs are both required
repo-token: "${{ secrets.GITHUB_TOKEN }}"
message: |
This issue is now closed. Comments on closed issues are hard for our team to see.
This issue is now closed. Comments on closed issues are hard for our team to see.
If you need more assistance, please open a new issue that references this one.
8 changes: 8 additions & 0 deletions .github/workflows/codebuild-ci.yml
Expand Up @@ -14,6 +14,7 @@ permissions:

jobs:
jdk8-build:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -28,6 +29,7 @@ jobs:
with:
project-name: aws-sdk-java-v2
jdk11-build:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -42,6 +44,7 @@ jobs:
with:
project-name: aws-sdk-java-v2-JDK11
jdk17-build:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -56,6 +59,7 @@ jobs:
with:
project-name: aws-sdk-java-v2-JDK17
jdk21-build:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -70,6 +74,7 @@ jobs:
with:
project-name: aws-java-sdk-v2-JDK21
windows-jdk8-build:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -83,6 +88,7 @@ jobs:
with:
project-name: aws-sdk-java-v2-JDK8-windows
native-image-test:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -96,6 +102,7 @@ jobs:
with:
project-name: aws-sdk-java-v2-native-image-test
sonar-cloud-build:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand All @@ -118,6 +125,7 @@ jobs:
BRANCH: ${{ github.head_ref || 'master'}}
BASE: ${{ github.base_ref }}
endpoints-tests:
if: github.repository == 'aws/aws-sdk-java-v2'
runs-on: ubuntu-latest
steps:
- name: Configure AWS Credentials
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/handle-stale-discussions.yml
Expand Up @@ -7,12 +7,16 @@ on:

jobs:
handle-stale-discussions:
if: github.repository == 'aws/aws-sdk-java-v2'
name: Handle stale discussions
runs-on: ubuntu-latest
permissions:
discussions: write
steps:
- name: Stale discussions action
uses: aws-github-ops/handle-stale-discussions@v1
with:
close-stale-as-answered: false
close-answered-discussion: false
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1 change: 1 addition & 0 deletions .github/workflows/stale-issue.yml
Expand Up @@ -7,6 +7,7 @@ on:

jobs:
cleanup:
if: github.repository == 'aws/aws-sdk-java-v2'
name: Stale issue job
runs-on: ubuntu-latest
permissions:
Expand Down
29 changes: 29 additions & 0 deletions CHANGELOG.md
@@ -1,4 +1,33 @@
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
# __2.25.38__ __2024-04-24__
## __AWS DataSync__
- ### Features
- This change allows users to disable and enable the schedules associated with their tasks.

## __AWS EntityResolution__
- ### Features
- Support Batch Unique IDs Deletion.

## __AWS SDK for Java v2__
- ### Features
- Updated endpoint and partition metadata.

## __Amazon EMR Containers__
- ### Features
- EMRonEKS Service support for SecurityConfiguration enforcement for Spark Jobs.

## __Amazon Elastic Compute Cloud__
- ### Features
- Launching capability for customers to enable or disable automatic assignment of public IPv4 addresses to their network interface

## __Amazon GameLift__
- ### Features
- Amazon GameLift releases container fleets support for public preview. Deploy Linux-based containerized game server software for hosting on Amazon GameLift.

## __Amazon Simple Systems Manager (SSM)__
- ### Features
- Add SSM DescribeInstanceProperties API to public AWS SDK.

# __2.25.37__ __2024-04-23__
## __AWS Cost Explorer Service__
- ### Features
Expand Down
8 changes: 4 additions & 4 deletions README.md
Expand Up @@ -52,7 +52,7 @@ To automatically manage module versions (currently all modules have the same ver
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>bom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
<type>pom</type>
<scope>import</scope>
</dependency>
Expand Down Expand Up @@ -86,12 +86,12 @@ Alternatively you can add dependencies for the specific services you use only:
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>ec2</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>s3</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</dependency>
```

Expand All @@ -103,7 +103,7 @@ You can import the whole SDK into your project (includes *ALL* services). Please
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</dependency>
```

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-app-quickstart/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-lambda/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetype-lambda</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion archetypes/archetype-tools/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>archetypes</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion archetypes/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>
<artifactId>archetypes</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion aws-sdk-java/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>aws-sdk-java</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion bom-internal/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>aws-sdk-java-pom</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
7 changes: 6 additions & 1 deletion bom/pom.xml
Expand Up @@ -17,7 +17,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>bom</artifactId>
Expand Down Expand Up @@ -222,6 +222,11 @@
<artifactId>iam-policy-builder</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<dependency>
<groupId>software.amazon.awssdk</groupId>
<artifactId>endpoints-spi</artifactId>
<version>${awsjavasdk.version}</version>
</dependency>
<!-- Services -->
<dependency>
<groupId>software.amazon.awssdk</groupId>
Expand Down
2 changes: 1 addition & 1 deletion bundle-logging-bridge/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<artifactId>bundle-logging-bridge</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle-sdk/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<artifactId>bundle-sdk</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion bundle/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<artifactId>bundle</artifactId>
<packaging>jar</packaging>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite-maven-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-lite-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen-lite/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<artifactId>codegen-lite</artifactId>
<name>AWS Java SDK :: Code Generator Lite</name>
Expand Down
2 changes: 1 addition & 1 deletion codegen-maven-plugin/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
<relativePath>../pom.xml</relativePath>
</parent>
<artifactId>codegen-maven-plugin</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion codegen/pom.xml
Expand Up @@ -21,7 +21,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>aws-sdk-java-pom</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<artifactId>codegen</artifactId>
<name>AWS Java SDK :: Code Generator</name>
Expand Down
2 changes: 1 addition & 1 deletion core/annotations/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/arns/pom.xml
Expand Up @@ -20,7 +20,7 @@
<parent>
<artifactId>core</artifactId>
<groupId>software.amazon.awssdk</groupId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>
<modelVersion>4.0.0</modelVersion>

Expand Down
2 changes: 1 addition & 1 deletion core/auth-crt/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>

<artifactId>auth-crt</artifactId>
Expand Down
2 changes: 1 addition & 1 deletion core/auth/pom.xml
Expand Up @@ -22,7 +22,7 @@
<parent>
<groupId>software.amazon.awssdk</groupId>
<artifactId>core</artifactId>
<version>2.25.37</version>
<version>2.25.38</version>
</parent>

<artifactId>auth</artifactId>
Expand Down

0 comments on commit 621d800

Please sign in to comment.