Skip to content

Commit

Permalink
Merge pull request #575 from aws-solutions/release-candidate/v3.0.5
Browse files Browse the repository at this point in the history
Release v3.0.5
  • Loading branch information
abewub authored Oct 1, 2024
2 parents 0cf5f95 + 832d439 commit a1ead57
Show file tree
Hide file tree
Showing 17 changed files with 2,003 additions and 1,808 deletions.
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

0 comments on commit a1ead57

Please sign in to comment.