Skip to content

Commit 1a027bc

Browse files
aws-khargitabeomseoklee
authored andcommitted
Release v1.5.6
1 parent c02aaf1 commit 1a027bc

File tree

6 files changed

+883
-900
lines changed

6 files changed

+883
-900
lines changed

.projenrc.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { awscdk, YamlFile } from "projen";
66
import { JestReporter, NodePackageManager, Transform, UpdateSnapshot } from "projen/lib/javascript";
77

88
const cdkVersion = "2.102.0";
9-
const solutionVersion = "1.5.5";
9+
const solutionVersion = "1.5.6";
1010
const solutionId = "SO0030";
1111
const solutionName = "instance-scheduler-on-aws";
1212

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,13 @@ 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

7+
## [1.5.6] -- 2024-05-10
8+
9+
### Security
10+
11+
- Upgrade werkzeug to mitigate CVE-2024-34069
12+
- Upgrade jinja2 to mitigate CVE-2024-34064
13+
714
## [1.5.5] -- 2024-04-12
815

916
### Security

package-lock.json

+2-2
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/app/poetry.lock

+506-518
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/cli/poetry.lock

+366-378
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)