Skip to content

Commit

Permalink
Merge pull request #279 from aws-solutions/release_candidate/v1.1.11
Browse files Browse the repository at this point in the history
Update to version v1.1.11
  • Loading branch information
bassemwanis authored Feb 6, 2025
2 parents 33da805 + 1998d36 commit 414739e
Show file tree
Hide file tree
Showing 16 changed files with 52 additions and 38 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [1.1.11] - 2025-02-06

### Security
- `path-to-regexp` to mitigate [CVE-2024-52798]
- `nanoid` to mitigate [CVE-2024-55565]

## [1.1.10] - 2024-11-22

### Security
Expand Down
10 changes: 5 additions & 5 deletions deployment/build-s3-dist.sh
Original file line number Diff line number Diff line change
Expand Up @@ -40,12 +40,12 @@ while getopts ':h' OPTION; do
h)
echo
echo "script usage: $(basename $0) DIST_OUTPUT_BUCKET SOLUTION_NAME VERSION"
echo "example usage: ./$(basename $0) mybucket virtual-waiting-room-on-aws v1.1.10"
echo "example usage: ./$(basename $0) mybucket virtual-waiting-room-on-aws v1.1.11"
echo
echo "If no arguments are passed in, the following default values are used:"
echo "DIST_OUTPUT_BUCKET=rodeolabz"
echo "SOLUTION_NAME=virtual-waiting-room-on-aws"
echo "VERSION=v1.1.10"
echo "VERSION=v1.1.11"
echo
echo "You may export export these variables in your environment and call the script using those variables:"
echo "./$(basename $0) \$DIST_OUTPUT_BUCKET \$SOLUTION_NAME \$VERSION"
Expand Down Expand Up @@ -79,16 +79,16 @@ fi

if [ -z "$3" ]
then
echo "Setting default version to v1.1.10"
VERSION='v1.1.10'
echo "Setting default version to v1.1.11"
VERSION='v1.1.11'
fi

template_dir="$PWD" # /deployment
template_dist_dir="$template_dir/global-s3-assets"
build_dist_dir="$template_dir/regional-s3-assets"
pkg_dir="$template_dir/pkg"
source_dir="$template_dir/../source"
common_version=1.1.10
common_version=1.1.11

echo "------------------------------------------------------------------------------"
echo "[Init] Clean old dist, node_modules and bower_components folders"
Expand Down
2 changes: 1 addition & 1 deletion deployment/poetry.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion deployment/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "deployment"
version = "1.1.10"
version = "1.1.11"
description = "Deployment of Virtual Waiting Room on AWS"
authors = ["Amazon Web Services"]
package-mode=false
Expand Down
24 changes: 14 additions & 10 deletions source/control-panel/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/core-api-authorizers-sample/chalice/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "chalice"
version = "1.1.10"
version = "1.1.11"
description = "Chalice Code"
authors = ["Amazon Web Services"]
package-mode = false
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resources"
version = "1.1.10"
version = "1.1.11"
description = ""
authors = ["Amazon Web Services"]

Expand Down
2 changes: 1 addition & 1 deletion source/core-api/custom_resources/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resources"
version = "1.1.10"
version = "1.1.11"
description = "Custom resources for core APIs of Virtual Waitin Room on AWS"
authors = ["Amazon Web Services"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion source/openid-waitingroom/chalice/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resources"
version = "1.1.10"
version = "1.1.11"
description = "Open Id waiting room template of Virtual Waitin Room on AWS"
authors = ["Amazon Web Services"]
package-mode = false
Expand Down
2 changes: 1 addition & 1 deletion source/openid-waitingroom/custom_resources/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resources"
version = "1.1.10"
version = "1.1.11"
description = "Custom resources for open Id waiting room of Virtual Waitin Room on AWS"
authors = ["Amazon Web Services"]

Expand Down
4 changes: 2 additions & 2 deletions source/openid-waitingroom/www/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/openid-waitingroom/www/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "openid-waitingroom",
"version": "1.1.10",
"version": "1.1.11",
"description": "A Virtual Waiting Room on AWS OpenID Adaptor",
"author": {
"name": "Amazon Web Services",
Expand Down
2 changes: 1 addition & 1 deletion source/sample-inlet-strategies/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resources"
version = "1.1.10"
version = "1.1.11"
description = "Virtual Waitin Room on AWS"
authors = ["Amazon Web Services"]

Expand Down
24 changes: 14 additions & 10 deletions source/sample-waiting-room-site/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion source/shared/virtual-waiting-room-on-aws-common/setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

setuptools.setup(
name="virtual-waiting-room-on-aws-common",
version="1.1.10",
version="1.1.11",
author="AWS Solutions PDX",
author_email="[email protected]",
description="Common Python modules for Virtual Waiting Room on AWS",
Expand Down
2 changes: 1 addition & 1 deletion source/token-authorizer/chalice/pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[tool.poetry]
name = "custom-resources"
version = "1.1.10"
version = "1.1.11"
description = "Token Authorizer for template of Virtual Waitin Room on AWS"
authors = ["Amazon Web Services"]

Expand Down

0 comments on commit 414739e

Please sign in to comment.