Skip to content

Commit 4f6dd35

Browse files
authored
v2.58.0 release prep, with some updates to pull request template (#213)
1 parent 08167bc commit 4f6dd35

2 files changed

Lines changed: 26 additions & 12 deletions

File tree

.github/pull_request_template.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,27 @@
44

55
## Proposed Changes
66

7-
1.
7+
-
88

99
## Testing
1010

1111
This change was validated by the following observations:
1212

13-
1.
13+
-
1414

1515
## Checklist
1616

17+
**General**
18+
1719
- [ ] I have deployed and validated this change
1820
- [ ] Changelog
19-
- [ ] I have added my changes to the changelog
21+
- [ ] I have added my changes to CHANGELOG.md
2022
- [ ] No changelog entry is necessary
21-
- [ ] README migration
22-
- [ ] I have added any migration steps to the Readme
23-
- [ ] No migration is necessary
23+
24+
**If releasing a new version**
25+
26+
- [ ] In both CHANGELOG.md and MIGRATION.md, I have moved unreleased items to a newly created release section
27+
28+
**If migration step(s) might be required**
29+
30+
- [ ] I have added any migration steps to MIGRATION.md

CHANGELOG.md

Lines changed: 13 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,19 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
99

1010
### Added
1111

12+
### Changed
13+
14+
### Fixed
15+
16+
### Removed
17+
18+
19+
20+
21+
## [2.58.0] - 2025-12-10
22+
23+
### Added
24+
1225
- Added feeders as configuration ([177](https://github.com/Element84/filmdrop-aws-tf-modules/pull/177)). For common Cirrus "feeder" use cases, S3 and SNS, this feature allows for defining trigger -> sqs -> lambda infrastructure via config in a manner similar to tasks and workflows. **Note:** existing projects will see two additional output values `CIRRUS_PROCESS_QUEUE_ARN` and `CIRRUS_PROCESS_QUEUE_URL` included in three existing maps
1326

1427
- Added `workflow_metrics_timestream_enabled` ability to disable Timestream for LiveAnalytics, which has been deprecated. **Note:** existing projects will see destruction and creation of Lambda IAM resources. These *should* result in no material change to actual roles/policies; they're a destructuring of larger policies into smaller modular policies
@@ -20,16 +33,10 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
2033
continued support of the cirrus-dashboard metrics page
2134
([#191](https://github.com/Element84/filmdrop-aws-tf-modules/issues/193)).
2235

23-
### Changed
24-
2536
### Fixed
2637

2738
- Added missing `ephemeral_storage_mb` field to `cirrus_tasks` typed definition in `modules/cirrus/typed-definitions/inputs.tf` to match the `task_config.lambda` object schema in `modules/cirrus/task/inputs.tf`
2839

29-
### Removed
30-
31-
32-
3340
## [2.57.0] - 2025-11-05
3441

3542
### Added

0 commit comments

Comments
 (0)