Skip to content

Commit 432b9b2

Browse files
committed
release v3.3.4
1 parent 6826089 commit 432b9b2

File tree

12 files changed

+267
-162
lines changed

12 files changed

+267
-162
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ assignees: ""
2222

2323
- [ ] Version: [e.g. v1.0.0]
2424

25-
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0009) - The AWS CloudFormation template for deployment of the aws-centralized-logging. Version v1.0.0_". You can also find the version from [releases](https://github.com/aws-solutions/aws-centralized-logging/releases)
25+
To get the version of the solution, you can look at the description of the created CloudFormation stack. For example, "_(SO0058) - The AWS CloudFormation template. Version v1.0.0_".
2626

2727
- [ ] Region: [e.g. us-east-1]
2828
- [ ] Was the solution modified from the version published on this repository?

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

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).
7+
## [3.3.4] - 2024-04
8+
9+
### Fixed
10+
- Upgrade webpack-dev-middleware to mitigate CVE-2024-29180
711

812
## [3.3.3] - 2023-10
913

NOTICE.txt

Lines changed: 20 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
1-
Network Orchestration for AWS Transit Gateway
2-
1+
network-orchestration-for-aws-transit-gateway
32
Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved.
3+
Licensed under the Apache License Version 2.0 (the "License"). You may not use this file except
4+
in compliance with the License. A copy of the License is located at http://www.apache.org/licenses/
5+
or in the "license" file accompanying this file. This file is distributed on an "AS IS" BASIS,
6+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, express or implied. See the License for the
7+
specific language governing permissions and limitations under the License.
48

59
**********************
610
THIRD PARTY COMPONENTS
@@ -39,7 +43,9 @@ web-vitals under Apache-2.0
3943
@testing-library/user-event under MIT
4044
@types/jest under MIT
4145
mnth under MIT
46+
webpack-dev-middleware under MIT
4247
nanoid under MIT
48+
minimist under MIT
4349
babel-jest under MIT
4450
msw under MIT
4551
renamer under MIT
@@ -98,6 +104,18 @@ isort MIT License
98104
jmespath MIT License
99105
jschema-to-python MIT License
100106
jsondiff MIT License
107+
mypy-boto3-cloudformation MIT License
108+
mypy-boto3-dynamodb MIT License
109+
mypy-boto3-ec2 MIT License
110+
mypy-boto3-lambda MIT License
111+
mypy-boto3-logs MIT License
112+
mypy-boto3-rds MIT License
113+
mypy-boto3-s3 MIT License
114+
mypy-boto3-sns MIT License
115+
mypy-boto3-sqs MIT License
116+
mypy-boto3-stepfunctions MIT License
117+
mypy-boto3-sts MIT License
118+
101119
jsonpatch BSD License
102120
jsonpickle BSD License
103121
jsonpointer BSD License

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,9 +180,9 @@ Network Orchestration for AWS Transit Gateway solution consists of:
180180

181181
See license [here](./LICENSE.txt).
182182

183-
## Anonymized data collection
183+
## Collection of operational metrics
184184

185-
This solution includes an option to send anonymized operational metrics to AWS. We use this data to better understand how customers use this solution and related services and products. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/network-orchestration-aws-transit-gateway/anonymized-data-collection.html).
185+
This solution includes an option to send anonymized operational metrics to AWS. We use this data to better understand how customers use this solution and related services and products. For more information, including how to disable this capability, please see the [implementation guide](https://docs.aws.amazon.com/solutions/latest/network-orchestration-aws-transit-gateway/reference.html).
186186

187187
---
188188

deployment/manifest-generator/package-lock.json

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

deployment/manifest-generator/package.json

Lines changed: 7 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,15 @@
11
{
22
"name": "manifest-generator",
3-
"version": "0.0.0",
3+
"version": "3.3.4",
4+
"license": "Apache-2.0",
5+
"author": {
6+
"name": "Amazon Web Services",
7+
"url": "https://aws.amazon.com/solutions",
8+
"organization": true
9+
},
410
"private": true,
511
"description": "Helper utility to create web site manifest for deployment",
612
"main": "app.js",
7-
"author": {
8-
"name": "aws-solutions-builder"
9-
},
1013
"dependencies": {
1114
"minimist": "*"
1215
}

source/cognito-trigger/package-lock.json

Lines changed: 2 additions & 2 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: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"name": "cognito-trigger",
3-
"version": "3.3.3",
3+
"version": "3.3.4",
44
"description": "Triggered when a new user is confirmed in the user pool to allow for custom actions to be taken",
5+
"author": {
6+
"name": "Amazon Web Services",
7+
"url": "https://aws.amazon.com/solutions",
8+
"organization": true
9+
},
510
"main": "index.js",
611
"dependencies": {
712
"@aws-sdk/client-cognito-identity-provider": "^3.102.0",

source/lambda/tgw_peering_attachment/lib/tgw_peering_helper.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def validate_tag(event: dict):
2727
"""
2828
logger.debug("validating tgw tag value")
2929
# pylint:disable=line-too-long
30-
tgw_peer_regex = r"^tgw-[0-9a-z]{17}_(us(-gov)?|ap|ca|cn|eu|sa)-(central|[(north|south)?(east|west)?]+)-\d$"
30+
tgw_peer_regex = r"^tgw-[0-9a-z]{17}_(us(-gov)?|ap|ca|cn|eu|sa)-(central|north|(north(?:east|west))|south|south(?:east|west)|east|west)-\d+$"
3131
peers = event["detail"]["tags"][environ.get("TGW_PEERING_TAG")]
3232
if peers == "":
3333
raise ValueError("EMPTY_TAG")

0 commit comments

Comments
 (0)