Skip to content

Commit c02aaf1

Browse files
committed
release v1.5.5
1 parent fdac213 commit c02aaf1

16 files changed

+2126
-2192
lines changed

.eslintrc.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ module.exports = {
77
es2021: true,
88
},
99
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
10-
ignorePatterns: [".eslintrc.js", "coverage/", "deployment/coverage-reports/"],
10+
ignorePatterns: [".eslintrc.js", "coverage/", "deployment/coverage-reports/", "build/"],
1111
overrides: [],
1212
parserOptions: {
1313
ecmaVersion: "latest",

.projen/tasks.json

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

.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.4";
9+
const solutionVersion = "1.5.5";
1010
const solutionId = "SO0030";
1111
const solutionName = "instance-scheduler-on-aws";
1212

.viperlightignore

-12
This file was deleted.

.viperlightrc

-4
This file was deleted.

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.5] -- 2024-04-12
8+
9+
### Security
10+
11+
- Upgrade Black to mitigate CVE-2024-21503
12+
- Upgrade idna to mitigate CVE-2024-3651
13+
714
## [1.5.4] -- 2024-02-29
815

916
### Security

buildspec.yml

-35
This file was deleted.

deployment/build-open-source-dist.sh

-62
This file was deleted.

0 commit comments

Comments
 (0)