Skip to content

Commit

Permalink
Release v1.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
aws-khargita authored and beomseoklee committed May 10, 2024
1 parent c02aaf1 commit 1a027bc
Show file tree
Hide file tree
Showing 6 changed files with 883 additions and 900 deletions.
2 changes: 1 addition & 1 deletion .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ import { awscdk, YamlFile } from "projen";
import { JestReporter, NodePackageManager, Transform, UpdateSnapshot } from "projen/lib/javascript";

const cdkVersion = "2.102.0";
const solutionVersion = "1.5.5";
const solutionVersion = "1.5.6";
const solutionId = "SO0030";
const solutionName = "instance-scheduler-on-aws";

Expand Down
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,13 @@ 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/).

## [1.5.6] -- 2024-05-10

### Security

- Upgrade werkzeug to mitigate CVE-2024-34069
- Upgrade jinja2 to mitigate CVE-2024-34064

## [1.5.5] -- 2024-04-12

### Security
Expand Down
4 changes: 2 additions & 2 deletions 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 package.json

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

1,024 changes: 506 additions & 518 deletions source/app/poetry.lock

Large diffs are not rendered by default.

744 changes: 366 additions & 378 deletions source/cli/poetry.lock

Large diffs are not rendered by default.

0 comments on commit 1a027bc

Please sign in to comment.