Skip to content

Commit 99d4c83

Browse files
Merge pull request #4746 from aws/staging/0f21432d-2902-4c0a-9b1d-2492185077c3
Pull request: release <- staging/0f21432d-2902-4c0a-9b1d-2492185077c3
2 parents 31fe6ff + a935731 commit 99d4c83

File tree

536 files changed

+938
-13354
lines changed

Some content is hidden

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

536 files changed

+938
-13354
lines changed

.changes/2.41.31.json

Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
{
2+
"version": "2.41.31",
3+
"date": "2026-02-17",
4+
"entries": [
5+
{
6+
"type": "feature",
7+
"category": "Amazon Elastic Compute Cloud",
8+
"contributor": "",
9+
"description": "Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs."
10+
},
11+
{
12+
"type": "feature",
13+
"category": "Amazon Managed Grafana",
14+
"contributor": "",
15+
"description": "This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys."
16+
},
17+
{
18+
"type": "feature",
19+
"category": "Amazon Relational Database Service",
20+
"contributor": "",
21+
"description": "Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters."
22+
},
23+
{
24+
"type": "feature",
25+
"category": "Amazon WorkSpaces Web",
26+
"contributor": "",
27+
"description": "Adds support for branding customization without requiring a custom wallpaper."
28+
},
29+
{
30+
"type": "feature",
31+
"category": "AWS SDK for Java v2",
32+
"contributor": "",
33+
"description": "Updated endpoint and partition metadata."
34+
}
35+
]
36+
}

.github/workflows/api-surface-area-review-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
api-surface-area-review-verification:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Verifies updates to protected/public APIs have been reviewed and approved by the team, if any
2020
id: api-surface-area-review-verification
2121
if: ${{ !contains(github.event.pull_request.labels.*.name, 'no-api-surface-area-change') }}

.github/workflows/changelog-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
changelog-verification:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
- name: Check for changelog entry
2020
if: ${{ !contains(github.event.pull_request.labels.*.name, 'changelog-not-required') }}
2121
run: |

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# your codebase is analyzed, see https://docs.github.com/en/code-security/code-scanning/creating-an-advanced-setup-for-code-scanning/codeql-code-scanning-for-compiled-languages
4949
steps:
5050
- name: Checkout repository
51-
uses: actions/checkout@v4
51+
uses: actions/checkout@v6
5252

5353
# Add any setup steps before running the `github/codeql-action/init` action.
5454
# This includes steps like installing compilers or runtimes (`actions/setup-node`

.github/workflows/issue-regression-labeler.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- name: Fetch template body
1414
id: check_regression
15-
uses: actions/github-script@v7
15+
uses: actions/github-script@v8
1616
env:
1717
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
1818
TEMPLATE_BODY: ${{ github.event.issue.body }}

.github/workflows/lock-conversation-closed-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
pull-requests: write
1414
steps:
1515
- name: Lock PR conversation on Close
16-
uses: actions/github-script@v7
16+
uses: actions/github-script@v8
1717
env:
1818
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
1919
with:

.github/workflows/mixed-version-compatibility-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
mixed-version-compatibility-check:
1616
runs-on: ubuntu-latest
1717
steps:
18-
- uses: actions/checkout@v4
18+
- uses: actions/checkout@v6
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/new-module-verification.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
steps:
2121
- name: Checkout repository
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
with:
2424
fetch-depth: 0
2525

.github/workflows/s3-regression-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
outputs:
1818
run_tests: ${{ contains(github.event.pull_request.labels.*.name, 'force-s3-regression-tests') || steps.check-changes.outputs.has_s3_related_changes }}
1919
steps:
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
with:
2222
fetch-depth: 0
2323
- name: Check for changes related to s3

CHANGELOG.md

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,25 @@
11
#### 👋 _Looking for changelogs for older versions? You can find them in the [changelogs](./changelogs) directory._
2+
# __2.41.31__ __2026-02-17__
3+
## __AWS SDK for Java v2__
4+
- ### Features
5+
- Updated endpoint and partition metadata.
6+
7+
## __Amazon Elastic Compute Cloud__
8+
- ### Features
9+
- Add Operator field to CreatePlacementGroup and DescribePlacementGroup APIs.
10+
11+
## __Amazon Managed Grafana__
12+
- ### Features
13+
- This release updates Amazon Managed Grafana's APIs to support customer managed KMS keys.
14+
15+
## __Amazon Relational Database Service__
16+
- ### Features
17+
- Adds support for the StorageEncryptionType field to specify encryption type for DB clusters, DB instances, snapshots, automated backups, and global clusters.
18+
19+
## __Amazon WorkSpaces Web__
20+
- ### Features
21+
- Adds support for branding customization without requiring a custom wallpaper.
22+
223
# __2.41.30__ __2026-02-16__
324
## __ARC - Region switch__
425
- ### Features

0 commit comments

Comments
 (0)