Skip to content

Releases: terraform-do-modules/terraform-digitalocean-firewall

v1.0.4

25 Feb 15:25

Choose a tag to compare

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.yml and tf-checks.yml to cover all example directories
  • Upgraded .pre-commit-config.yaml: gruntwork-io/pre-commit v0.1.23, pre-commit-hooks v4.5.0
  • Updated dependabot.yml to track all _examples/ directories

Full Changelog: v1.0.3...v1.0.4

Release v1.0.3

12 Feb 04:55
d69012b

Choose a tag to compare

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

Full Changelog: v1.0.2...v1.0.3

🚀 Release v1.0.2

06 Feb 12:55

Choose a tag to compare

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

26 Jul 13:24

Choose a tag to compare

🐛 Bug Fixes

Upgrade module to terraform 0.15

09 Aug 17:12
8f215ba

Choose a tag to compare

New feature

  • Upgrade module to terraform 0.15
  • Upgrade pre-commit