Releases: terraform-do-modules/terraform-digitalocean-firewall
Releases · terraform-do-modules/terraform-digitalocean-firewall
v1.0.4
What's Changed
Documentation
- Added
docs/architecture.md— architecture guidance and operational checklist - Added
docs/io.md— full inputs/outputs reference table
Examples
- Added
_examples/terragrunt/— Terragrunt example with DO Spaces remote state and OpenTofu support
GitHub & CI
- Added
.github/ISSUE_TEMPLATE/— bug report, feature request, and blank-issue config - Added
SECURITY.md— vulnerability reporting and security policy - Standardized all workflow SHA pins (automerge, checkov, gitleaks, pr_checks, stale_pr, tag-release, tf-checks, tflint)
- Removed stale
workflows.old/directory - Updated
module-test-harness.ymlandtf-checks.ymlto cover all example directories - Upgraded
.pre-commit-config.yaml: gruntwork-io/pre-commit v0.1.23, pre-commit-hooks v4.5.0 - Updated
dependabot.ymlto track all_examples/directories
Full Changelog: v1.0.3...v1.0.4
Release v1.0.3
What's Changed
- feat: harden workflows for day 14 using stf checks by @anmolnagpal in #8
- feat: harden firewall workflow defaults and examples by @anmolnagpal in #9
- feat(ci): Day04 gitleaks + Day05 harness rollout by @anmolnagpal in #10
New Contributors
- @anmolnagpal made their first contribution in #8
Full Changelog: v1.0.2...v1.0.3
🚀 Release v1.0.2
What's Changed
- ⬆️ upgrade: update examples to use provider >= 2.70.0
- ⬆️ Upgrade provider & standardize workflows
- 📝 Update CHANGELOG for v1.0.1
- chore: update Terraform version requirement to >= 1.5.4
- Merge pull request #6 from terraform-do-modules/fix/workflow
- fix: updated tf_checks.yml
- fix: updated checkov.yml
- fix: updated workflow & complete example.tf
- chore: standardize GitHub Actions workflows and fix code issues
- update README.md
Key Updates
- ⬆️ Updated provider to v2.70.0+
- ✨ Updated examples with latest versions
- 🐛 Fixed workflow configurations
Full Changelog: https://github.com/terraform-do-modules/terraform-digitalocean-firewall/releases
1.0.0
🐛 Bug Fixes
7566d0a- update module structure and GitHub workflows (commit by @themaheshyadav)f59d418- add changelog.md file (commit by @themaheshyadav)131ccc8- tflint issue and default variable remove from example.tf (commit by @themaheshyadav)42a4f97- add example for database firewall (commit by @themaheshyadav)e86f494- update count variable and fix description for ingress rule (commit by @themaheshyadav)5c057aa- update license name in readme.yaml (commit by @themaheshyadav)7acbf26- remove undeclared variable (commit by @themaheshyadav)1b7da15- update count condition (commit by @themaheshyadav)17f2149- update count condition (commit by @themaheshyadav)bb3aec6- update source version and readme.yml file and dependabot.yml file (commit by @themaheshyadav)1c88c83- update dependabot.yml file (commit by @themaheshyadav)
Upgrade module to terraform 0.15
New feature
- Upgrade module to terraform 0.15
- Upgrade pre-commit