Skip to content

Commit e585ab3

Browse files
committed
release v3.0.4
1 parent 0b0a1aa commit e585ab3

27 files changed

+8655
-2138
lines changed

.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

.projenrc.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import {
1616
import { PythonProject } from "projen/lib/python";
1717

1818
function main() {
19-
new InstanceScheduler({ version: "3.0.3", cdkVersion: "2.150.0" }).synth();
19+
new InstanceScheduler({ version: "3.0.4", cdkVersion: "2.150.0" }).synth();
2020
}
2121

2222
interface InstanceSchedulerProps {

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,15 @@ 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+
## [3.0.4] -- 2024-08-30
8+
### Fixed
9+
- Fixed China region compatibility issues by adding new -cn variants of solution stack templates
10+
- Fixed bug in RDS Scheduling Logic that would cause the scheduler to crash when more than 100
11+
tagged RDS instances were present in a single scheduling target
12+
13+
### Added
14+
- added SECURITY.md file with instructions on how security issues can be reported to AWS
15+
716
## [3.0.3] -- 2024-07-31
817

918
### Security

SECURITY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
Reporting Security Issues
2+
----------------------------------------------------------------------------------------------------------
3+
We take all security reports seriously. When we receive such reports, we will investigate and
4+
subsequently address any potential vulnerabilities as quickly as possible. If you discover a potential
5+
security issue in this project, please notify AWS/Amazon Security via our [vulnerability reporting page](http://aws.amazon.com/security/vulnerability-reporting/) or
6+
directly via email to [AWS Security](mailto:[email protected]). Please do not create a public GitHub issue in this project.

package-lock.json

Lines changed: 544 additions & 452 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

source/app/.gitattributes

Lines changed: 1 addition & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)