Skip to content

Releases: billybox1926-jpg/terraform-plan-parser

v0.1.3

Choose a tag to compare

@github-actions github-actions released this 22 May 10:27
484b3db

What's Changed

Full Changelog: v0.1.2...v0.1.3

v0.1.2

Choose a tag to compare

@github-actions github-actions released this 22 May 10:13
fee5840

What's Changed

Full Changelog: v0.1.1...v0.1.2

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 20 May 19:19

What's Changed

  • Add architecture documentation and format CLI entry point by @billybox1926-jpg in #1
  • Feature/add clap by @billybox1926-jpg in #2
  • Use typed serde models and parse helper for NDJSON, add tests and docs by @billybox1926-jpg in #3
  • Refactor CLI: add clap, typed NDJSON parser, output renderers, docs and tests by @billybox1926-jpg in #4
  • Add CLI, streaming NDJSON parser, multiple output formats, filtering, and tests by @billybox1926-jpg in #5
  • Add serde_json::Value import to src/main.rs by @billybox1926-jpg in #6
  • Add --plan-file support for Terraform plan JSON by @billybox1926-jpg in #7
  • Add glob pattern support for resource filters by @billybox1926-jpg in #8
  • Add dry-run mode by @billybox1926-jpg in #9
  • Add configurable tracing logging with --verbose flag by @billybox1926-jpg in #10
  • Add GitHub Actions CI workflow by @billybox1926-jpg in #11
  • Add TOML config support (.terraform-plan-parser.toml) and consolidate architecture docs by @billybox1926-jpg in #12
  • feat: support Terraform plan JSON from stdin by @billybox1926-jpg in #34
  • Add test coverage for create action filtering by @Codectrix-0 in #36
  • Update ci.yml by @billybox1926-jpg in #48
  • enhancement(output): improve summary line formatting by @leno23 in #47
  • enhancement(cli): improve --help output with usage examples by @leno23 in #44
  • enhancement(cli): improve error handling for invalid --plan-file path by @leno23 in #43
  • test(filtering): add exclusion filtering behavior test by @leno23 in #42
  • test(filtering): add update action filtering test by @leno23 in #40
  • test(filtering): add delete action filtering test by @leno23 in #41
  • feat(output): add --no-emoji flag to disable symbols by @leno23 in #45
  • enhancement(output): add summary counts to output by @leno23 in #46
  • feat(cli): add shell completions + --fail-on flag by @billybox1926-jpg in #54
  • feat(ci): add GitHub Actions summary support by @leno23 in #61
  • feat(cli): add --no-header flag for CSV output by @leno23 in #63
  • feat(cli): add -d / --only-delete shorthand by @leno23 in #64
  • feat(cli): add -c/-u shorthands for create and update filters by @leno23 in #66
  • fix(cli): wire only-replace config and add JSON unit test by @leno23 in #69
  • Add --fail-on policy, shell completions, and quiet mode; update docs and dependencies by @billybox1926-jpg in #77
  • ci: add hidden/bidirectional Unicode scan job (closes #72) by @nanookclaw in #78
  • chore: next-level project-management polish by @billybox1926-jpg in #81
  • docs: move support docs into docs folder by @billybox1926-jpg in #84
  • docs: polish README and docs layout by @billybox1926-jpg in #85
  • docs: complete documentation follow-up cleanup by @billybox1926-jpg in #86
  • fix(output): count create/delete replacements by @ghostmountain3 in #87
  • ci: remove GitHub Actions workflow by @billybox1926-jpg in #88
  • docs: document config options by @billybox1926-jpg in #91
  • fix: resolve terraform command lookup on Windows by @billybox1926-jpg in #92
  • docs: align GitHub wiki with canonical repo workflow by @billybox1926-jpg in #93
  • fix: keep local checks clean by @billybox1926-jpg in #94

New Contributors

Full Changelog: https://github.com/billybox1926-jpg/terraform-plan-parser/commits/v0.1.0