Skip to content

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 18:39
· 30 commits to main since this release
8ae7fbe

Changelog

  • 436a915 Add design spec for desec-cli
  • 7d7aa02 Add implementation plan for desec-cli
  • 95354ae ci: add CODEOWNERS for PR approval control
  • 7b30f59 ci: add GitHub Actions, GoReleaser, and Renovate config
  • 026db29 ci: auto-approve and automerge Renovate PRs
  • 21cccd3 feat: add API request/response types
  • 4a1042c feat: add HTTP client core with auth, error handling, and pagination
  • 48743e9 feat: add RRset API methods
  • 6bac9ab feat: add config init command
  • 514dea3 feat: add domain API methods
  • 4f04b18 feat: add domain commands (list, get, create, delete, export)
  • 42db900 feat: add dyndns update command
  • 7239fce feat: add output formatter with table, JSON, and YAML support
  • bf00cdf feat: add record commands (list, get, create, update, delete, bulk)
  • 3b3435b feat: add token API methods
  • 1834190 feat: add token commands (list, get, create, update, delete)
  • 12de344 feat: add token policy API methods
  • ad6b9bb feat: add token-policy commands (list, get, create, update, delete)
  • f23fb49 feat: scaffold project with root command and config loading
  • 8ae7fbe fix: resolve errcheck lint violations and remove redundant auto-approve workflow
  • 244b5cf prepare v0.1.0 release