Skip to content

Release v3.0.5 #575

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 2 commits into from
Oct 1, 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 .projenrc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ import {
import { PythonProject } from "projen/lib/python";

function main() {
new InstanceScheduler({ version: "3.0.4", cdkVersion: "2.150.0" }).synth();
new InstanceScheduler({ version: "3.0.5", cdkVersion: "2.150.0" }).synth();
}

interface InstanceSchedulerProps {
Expand Down
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,17 @@ 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/).

## [3.0.5] -- 2024-10-01
### Fixed
- Fixed bug in Nth weekday logic that would sometimes cause Nth weekday to be interpreted as 1 week too early

### Updated
- added rds:CreateDBSnapshot and rds:AddTagsToResource snapshot to scheduling roles to support recent changes to
RDS IAM requirements.

### Security
- Upgrade pyca/cryptography to mitigate GHSA-h4gh-qq45-vh27

## [3.0.4] -- 2024-08-30
### Fixed
- Fixed China region compatibility issues by adding new -cn variants of solution stack templates
Expand Down
30 changes: 30 additions & 0 deletions ctrf/ctrf-report.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,30 @@
{
"results": {
"tool": {
"name": "jest"
},
"summary": {
"tests": 1,
"passed": 1,
"failed": 0,
"pending": 0,
"skipped": 0,
"other": 0,
"start": 1726256249025,
"stop": 1726256271166
},
"tests": [
{
"name": "SpokeRegistrationRunbook deregister account",
"duration": 12239,
"status": "passed",
"rawStatus": "passed",
"type": "unit",
"filePath": "/Users/calepea/workspace/Instance-scheduler-on-aws/source/pipeline/e2e-tests/spoke-deregistration-runbook.test.ts",
"retries": 0,
"flaky": false,
"suite": "spoke-deregistration-runbook.test.ts > SpokeRegistrationRunbook"
}
]
}
}
Loading