v1.9.1
cloudposse-releaser
released this
06 Jun 16:18
·
25 commits
to refs/heads/main
since this release
Support restoring to a specific time @ericluria (#216)
what
- Adds
restore_to_time
as an attribute of therestore_to_point_in_time
parameter, allowing to restore to a specific datetime rather than the latest restorable time.
why
- Fixes missing functionality that's supported by the
aws_rds_cluster
resource.
references
- Closes #163
questions
I noticed while making this PR that source_cluster_identifier
defaults to "120m"
, which looks like an inadvertent copy-and-paste from another parameter. In the aws_rds_cluster
resource, this parameter is required, so it doesn't make sense to have a default anyway. Would you recommend leaving this parameter as-is, or should we fix it?
edit: fixed as part of this PR
🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#214)
what
- Update workflow (
.github/workflows/release.yaml
) to have permission to comment on PR
why
- So we can support commenting on PRs with a link to the release
Update GitHub Workflows to use shared workflows from '.github' repo @osterman (#212)
what
- Update workflows (
.github/workflows
) to use shared workflows from.github
repo
why
- Reduce nested levels of reusable workflows
Update GitHub Workflows to Fix ReviewDog TFLint Action @osterman (#211)
what
- Update workflows (
.github/workflows
) to addissue: write
permission needed by ReviewDogtflint
action
why
- The ReviewDog action will comment with line-level suggestions based on linting failures