Skip to content

Commit a1ead57

Browse files
authored
Merge pull request #575 from aws-solutions/release-candidate/v3.0.5
Release v3.0.5
2 parents 0cf5f95 + 832d439 commit a1ead57

17 files changed

+2003
-1808
lines changed

.projenrc.ts

+1-1
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.4", cdkVersion: "2.150.0" }).synth();
19+
new InstanceScheduler({ version: "3.0.5", cdkVersion: "2.150.0" }).synth();
2020
}
2121

2222
interface InstanceSchedulerProps {

CHANGELOG.md

+11
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,17 @@ 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.5] -- 2024-10-01
8+
### Fixed
9+
- Fixed bug in Nth weekday logic that would sometimes cause Nth weekday to be interpreted as 1 week too early
10+
11+
### Updated
12+
- added rds:CreateDBSnapshot and rds:AddTagsToResource snapshot to scheduling roles to support recent changes to
13+
RDS IAM requirements.
14+
15+
### Security
16+
- Upgrade pyca/cryptography to mitigate GHSA-h4gh-qq45-vh27
17+
718
## [3.0.4] -- 2024-08-30
819
### Fixed
920
- Fixed China region compatibility issues by adding new -cn variants of solution stack templates

ctrf/ctrf-report.json

+30
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
{
2+
"results": {
3+
"tool": {
4+
"name": "jest"
5+
},
6+
"summary": {
7+
"tests": 1,
8+
"passed": 1,
9+
"failed": 0,
10+
"pending": 0,
11+
"skipped": 0,
12+
"other": 0,
13+
"start": 1726256249025,
14+
"stop": 1726256271166
15+
},
16+
"tests": [
17+
{
18+
"name": "SpokeRegistrationRunbook deregister account",
19+
"duration": 12239,
20+
"status": "passed",
21+
"rawStatus": "passed",
22+
"type": "unit",
23+
"filePath": "/Users/calepea/workspace/Instance-scheduler-on-aws/source/pipeline/e2e-tests/spoke-deregistration-runbook.test.ts",
24+
"retries": 0,
25+
"flaky": false,
26+
"suite": "spoke-deregistration-runbook.test.ts > SpokeRegistrationRunbook"
27+
}
28+
]
29+
}
30+
}

0 commit comments

Comments
 (0)