Skip to content

Commit 8525a5b

Browse files
Release v3.3.25
Automated release of network-orchestration-for-aws-transit-gateway version v3.3.25.
1 parent 9db9beb commit 8525a5b

17 files changed

Lines changed: 5141 additions & 10415 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [3.3.25] - 2026-04-16
9+
10+
### Changed
11+
12+
- Migrated `aws-amplify` from v5 to v6 in `source/ui`
13+
14+
### Security
15+
16+
- Bumped `cryptography` to ^46.0.7 to address [CVE-2026-39892](https://avd.aquasec.com/nvd/cve-2026-39892)
17+
- Bumped `requests` to ^2.33.0 to address [CVE-2026-25645](https://avd.aquasec.com/nvd/cve-2026-25645)
18+
- Bumped `pytest` to ^9.0.3 to address [CVE-2025-71176](https://avd.aquasec.com/nvd/cve-2025-71176)
19+
820
## [3.3.24] - 2026-03-25
921

1022
### Changed

NOTICE.txt

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ This software includes third party software subject to the following copyrights:
2222
@aws-amplify/auth under the Apache-2.0 license.
2323
@aws-amplify/cache under the Apache-2.0 license.
2424
@aws-amplify/core under the Apache-2.0 license.
25+
@aws-amplify/data-schema under the Apache-2.0 license.
26+
@aws-amplify/data-schema-types under the Apache-2.0 license.
2527
@aws-amplify/datastore under the Apache-2.0 license.
2628
@aws-amplify/geo under the Apache-2.0 license.
2729
@aws-amplify/interactions under the Apache-2.0 license.
@@ -174,6 +176,7 @@ This software includes third party software subject to the following copyrights:
174176
@babel/types under the MIT license.
175177
@bcoe/v8-coverage under the MIT license.
176178
@cloudscape-design/collection-hooks under the Apache-2.0 license.
179+
@cloudscape-design/component-toolkit under the Apache-2.0 license.
177180
@cloudscape-design/components under the Apache-2.0 license.
178181
@cloudscape-design/design-tokens under the Apache-2.0 license.
179182
@cloudscape-design/global-styles under the Apache-2.0 license.
@@ -251,6 +254,7 @@ This software includes third party software subject to the following copyrights:
251254
@open-draft/deferred-promise under the MIT license.
252255
@open-draft/logger under the MIT license.
253256
@open-draft/until under the MIT license.
257+
@pkgjs/parseargs under the MIT license.
254258
@reach/observe-rect under the MIT license.
255259
@react-native/assets-registry under the MIT license.
256260
@react-native/codegen under the MIT license.
@@ -358,6 +362,7 @@ This software includes third party software subject to the following copyrights:
358362
@turf/helpers under the MIT license.
359363
@turf/invariant under the MIT license.
360364
@types/aria-query under the MIT license.
365+
@types/aws-lambda under the MIT license.
361366
@types/babel__core under the MIT license.
362367
@types/babel__generator under the MIT license.
363368
@types/babel__template under the MIT license.
@@ -373,6 +378,7 @@ This software includes third party software subject to the following copyrights:
373378
@types/istanbul-reports under the MIT license.
374379
@types/jest under the MIT license.
375380
@types/js-levenshtein under the MIT license.
381+
@types/json-schema under the MIT license.
376382
@types/ms under the MIT license.
377383
@types/node under the MIT license.
378384
@types/node-fetch under the MIT license.
@@ -384,6 +390,7 @@ This software includes third party software subject to the following copyrights:
384390
@types/stack-utils under the MIT license.
385391
@types/statuses under the MIT license.
386392
@types/triple-beam under the MIT license.
393+
@types/uuid under the MIT license.
387394
@types/yargs under the MIT license.
388395
@types/yargs-parser under the MIT license.
389396
@vitejs/plugin-react under the MIT license.
@@ -488,6 +495,7 @@ connect under the MIT license.
488495
convert-source-map under the MIT license.
489496
cookie under the MIT license.
490497
coverage under the Apache-2.0 license.
498+
crc-32 under the Apache-2.0 license.
491499
create-jest under the MIT license.
492500
create-require under the MIT license.
493501
cross-spawn under the MIT license.
@@ -826,6 +834,7 @@ proxy-from-env under the MIT license.
826834
punycode under the MIT license.
827835
pure-rand under the MIT license.
828836
pycparser under the 0BSD license.
837+
pygments under the BSD-2-Clause license.
829838
pytest under the MIT license.
830839
pytest-mock under the MIT license.
831840
python-dateutil under the Apache-2.0 license.

source/cognito-trigger/package-lock.json

Lines changed: 11 additions & 11 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/cognito-trigger/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cognito-trigger",
3-
"version": "3.3.24",
3+
"version": "3.3.25",
44
"description": "Triggered when a new user is confirmed in the user pool to allow for custom actions to be taken",
55
"author": {
66
"name": "Amazon Web Services",

0 commit comments

Comments
 (0)