Skip to content

Commit

Permalink
release v1.5.5
Browse files Browse the repository at this point in the history
  • Loading branch information
CrypticCabub committed Apr 12, 2024
1 parent fdac213 commit c02aaf1
Show file tree
Hide file tree
Showing 16 changed files with 2,126 additions and 2,192 deletions.
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

0 comments on commit c02aaf1

Please sign in to comment.