Skip to content

v0.2.0

Choose a tag to compare

@github-actions github-actions released this 08 Aug 12:22
· 14 commits to main since this release
5b35cd7

Changelog

  • 5b35cd7 Merge pull request #1 from systeampl/impl/v0.2-crud
  • 5cbc036 feat(cli): apply -f (multi-doc) and flag/-f body merge
  • 08cce50 feat(cli): contact-method + integration-key CRUD
  • 778b9bf feat(cli): incident ack/resolve/get + agent delete/token
  • 6d373b0 feat(cli): maintenance-window + playbook CRUD
  • 554bfc7 feat(cli): oncall-schedule + escalation-policy CRUD
  • 2250396 feat(cli): resource registry + generic CRUD command factory
  • 0f99382 feat(cli): status-page + lifecycle-watch CRUD
  • 70ad1d0 feat(cli): team + service CRUD
  • d6589ce fix(cli): drop unsafe lifecycle-watch update, upsert via create only
  • 7516ec3 fix(cli): give list its own columns when its response is richer
  • c1f93fc fix(cli): guard empty-payload render, fix --note detection
  • 871465f fix(cli): notification create associates the channel with --org
  • 39d2fe8 fix(cli): org delete now supplies the API's required confirm=
  • 5e205d2 fix: incident list showed empty columns, and ids printed in scientific notation
  • a172e2c fix: list commands ignored the selected organization
  • 4182e35 fix: paging, timeouts and the flags that did nothing
  • 39dad87 plan: CLI v0.2 CRUD surface (registry + 10 tasks, TDD)
  • c69a26f plan: v0.3 generate TF phase 1 (6 tasks — attribute spec, HCL render, generate cmd, tofu-plan no-op E2E)
  • 544d673 refactor(cli): org/project/check/notification on the registry + full CRUD
  • 8542aba spec: full-coverage CLI design (v0.2 CRUD → v0.3 generate → v0.4 export)
  • 2775dc2 spec: v0.3 generate terraform/opentofu design (HCL renderer + import + provider-aligned attribute spec + secrets as vars)
  • 524d321 test(cli): CRUD round-trip + README
  • a651615 test(cli): execute the create leaf end-to-end in the factory test