Skip to content

release v1.5.5 #533

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 12, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .eslintrc.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ module.exports = {
es2021: true,
},
extends: ["eslint:recommended", "plugin:@typescript-eslint/recommended", "plugin:prettier/recommended"],
ignorePatterns: [".eslintrc.js", "coverage/", "deployment/coverage-reports/"],
ignorePatterns: [".eslintrc.js", "coverage/", "deployment/coverage-reports/", "build/"],
overrides: [],
parserOptions: {
ecmaVersion: "latest",
Expand Down
2 changes: 1 addition & 1 deletion .projen/tasks.json

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

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

Expand Down
12 changes: 0 additions & 12 deletions .viperlightignore

This file was deleted.

4 changes: 0 additions & 4 deletions .viperlightrc

This file was deleted.

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.5] -- 2024-04-12

### Security

- Upgrade Black to mitigate CVE-2024-21503
- Upgrade idna to mitigate CVE-2024-3651

## [1.5.4] -- 2024-02-29

### Security
Expand Down
35 changes: 0 additions & 35 deletions buildspec.yml

This file was deleted.

62 changes: 0 additions & 62 deletions deployment/build-open-source-dist.sh

This file was deleted.

Loading