Skip to content

Commit 596e7a9

Browse files
authored
Merge pull request #70 from sanjay-reddy-kandi/main
release/v2.6.6
2 parents 1a24714 + 3719f27 commit 596e7a9

File tree

7 files changed

+41
-30
lines changed

7 files changed

+41
-30
lines changed

CHANGELOG.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@
44
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
55
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
66

7+
## [2.6.6] - 2024-07
8+
### Fixed
9+
- Updated the base python image in the Dockerfile used to mitigate [CVE-2023-50387](https://security-tracker.debian.org/tracker/CVE-2023-50387), [CVE-2023-5678](https://security-tracker.debian.org/tracker/CVE-2023-5678), [CVE-2024-0727](https://security-tracker.debian.org/tracker/CVE-2024-0727), [CVE-2023-6129](https://security-tracker.debian.org/tracker/CVE-2023-6129) and several low severity vulnerabilities
10+
- Updated braces to mitigate [CVE-2024-4068](https://nvd.nist.gov/vuln/detail/CVE-2024-4068).
11+
- Updated IDNA to mitigate [CVE-2024-3651](https://nvd.nist.gov/vuln/detail/CVE-2024-3651).
12+
- Updated urllib3 to mitigate [CVE-2024-37891](https://nvd.nist.gov/vuln/detail/CVE-2024-37891).
13+
- Updated setuptools to mitigate [CVE-2024-6345](https://nvd.nist.gov/vuln/detail/CVE-2024-6345).
14+
- Updated requests to mitigate [CVE-2024-35195](https://nvd.nist.gov/vuln/detail/CVE-2024-35195).
15+
- Updated Certifi to mitigate [CVE-2024-39689](https://nvd.nist.gov/vuln/detail/CVE-2024-39689).
16+
- Updated boto3, botocore, s3transfer to resolve conflicting dependencies.
17+
718
## [2.6.5] - 2024-02
819
### Fixed
920
- Updated the base python image in the Dockerfile used to mitigate [CVE-2023-47038](https://security-tracker.debian.org/tracker/CVE-2023-47038).

source/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM public.ecr.aws/docker/library/python:3.12.2-slim-bookworm
1+
FROM public.ecr.aws/docker/library/python:3.12.4-slim-bookworm
22
COPY workspaces_app /workspaces_app
33

44
WORKDIR /workspaces_app

source/package-lock.json

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

source/package.json

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "cost-optimizer-for-amazon-workspaces",
3-
"version": "2.6.5",
3+
"version": "2.6.6",
44
"description": "Cost Optimizer for Amazon Workspaces (SO0018)",
55
"license": "Apache-2.0",
66
"repository": {
@@ -15,10 +15,10 @@
1515
"test": "jest --coverage",
1616
"license-report": "license-report --output=csv --delimiter=' under ' --fields=name --fields=licenseType",
1717
"cdk": "cdk",
18-
"bootstrap": "SOLUTION_VERSION=v2.6.5 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces cdk bootstrap",
19-
"deploy": "SOLUTION_VERSION=v2.6.5 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces cdk deploy cost-optimizer-for-amazon-workspaces",
20-
"deploySpoke": "SOLUTION_VERSION=v2.6.5 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces cdk deploy cost-optimizer-for-amazon-workspaces-spoke",
21-
"synth": "SOLUTION_VERSION=v2.6.5 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces DIST_OUTPUT_BUCKET=solutions-reference cdk synth"
18+
"bootstrap": "SOLUTION_VERSION=v2.6.6 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces cdk bootstrap",
19+
"deploy": "SOLUTION_VERSION=v2.6.6 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces cdk deploy cost-optimizer-for-amazon-workspaces",
20+
"deploySpoke": "SOLUTION_VERSION=v2.6.6 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces cdk deploy cost-optimizer-for-amazon-workspaces-spoke",
21+
"synth": "SOLUTION_VERSION=v2.6.6 SOLUTION_NAME=cost-optimizer-for-amazon-workspaces SOLUTION_TRADEMARKEDNAME=cost-optimizer-for-amazon-workspaces DIST_OUTPUT_BUCKET=solutions-reference cdk synth"
2222
},
2323
"devDependencies": {
2424
"@aws-cdk/assert": "2.68.0",

source/testing_requirements.txt

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
pytest>=7.2.0
22
pytest-mock==3.10.0
33
coverage==7.2.0
4-
requests==2.31.0
5-
boto3==1.28.68
4+
requests==2.32.0
5+
boto3==1.34.144
66
attrs==v23.1.0
7-
botocore==1.31.68
8-
certifi==2023.7.22
7+
botocore==1.34.144
8+
certifi==2024.07.04
99
charset-normalizer==2.1.1
10-
idna==3.4
10+
idna==3.7
1111
iniconfig==2.0.0
1212
jmespath==1.0.1
1313
packaging==23.0
1414
pluggy==1.0.0
1515
pyparsing==3.0.9
1616
python-dateutil==2.8.2
17-
s3transfer==0.7.0
17+
s3transfer==0.10.2
1818
six==1.16.0
1919
tomli==2.0.1
20-
urllib3==2.0.7
20+
urllib3==2.2.2
2121
freezegun==1.2.2
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
boto3==1.28.68
2-
botocore==1.31.68
3-
certifi==2023.7.22
1+
boto3==1.34.144
2+
botocore==1.34.144
3+
certifi==2024.07.04
44
charset-normalizer==2.1.1
5-
idna==3.4
5+
idna==3.7
66
jmespath==1.0.1
77
python-dateutil==2.8.2
8-
requests==2.31.0
9-
s3transfer==0.7.0
8+
requests==2.32.0
9+
s3transfer==0.10.2
1010
six==1.16.0
11-
urllib3==2.0.7
11+
urllib3==2.2.2
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
pip==24.0
2-
setuptools==68.2.0
2+
setuptools==70.0.0

0 commit comments

Comments
 (0)