v1.0.0
github-actions
released this
14 Jun 15:57
·
13 commits
to refs/heads/main
since this release
feat! remove firewall rules @bcdady (#43)
Remove deprecated filter and firewall resources
what
Support for the following resources, which are deprecated, are removed from this module.
- cloudflare_firewall_rule
- cloudflare_filter
why
Cloudflare converted existing firewall rules into WAF custom rules
The Firewall Rules API and the associated Cloudflare Filters API are now deprecated. These APIs will stop working on 2024-07-01
Relevant changes for Terraform users
The following Terraform resources from the Cloudflare provider are now deprecated:
* cloudflare_firewall_rule
* cloudflare_filter
Removing the functionality from this module, related to the deprecated resources, addresses multiple issues, including indirectly supporting #40 and #20
references
- closes #25
🤖 Automatic Updates
Update release workflow to allow pull-requests: write @osterman (#42)
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 (#41)
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 (#39)
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
Update GitHub workflows @osterman (#38)
what
- Update workflows (
.github/workflows/settings.yaml
)
why
- Support new readme generation workflow.
- Generate banners
Use GitHub Action Workflows from `cloudposse/.github` Repo @osterman (#36)
what
- Install latest GitHub Action Workflows
why
- Use shared workflows from
cldouposse/.github
repository - Simplify management of workflows from centralized hub of configuration