Skip to content

Releases: swagner-de/desec-cli

Release list

v1.0.0

Choose a tag to compare

@github-actions github-actions released this 26 Apr 16:21

1.0.0 (2026-04-26)

Feature

  • add dyndns update command (508291d)
  • add token-policy commands (list, get, create, update, delete) (300e266)
  • add token policy API methods (4326c5a)
  • add token commands (list, get, create, update, delete) (4c6ba23)
  • add token API methods (6cda862)
  • add record commands (list, get, create, update, delete, bulk) (a39fe83)
  • add RRset API methods (7508ae0)
  • add domain commands (list, get, create, delete, export) (6551fc9)
  • add domain API methods (a43d195)
  • add config init command (09c8b84)
  • add output formatter with table, JSON, and YAML support (c382775)
  • add HTTP client core with auth, error handling, and pagination (d2aa22a)
  • add API request/response types (6c7fec6)
  • scaffold project with root command and config loading (0f9c1b6)

Bug Fixes

  • resolve errcheck lint violations and remove redundant auto-approve workflow (9ddca8d)

Chores

  • deps: update actions/checkout action to v6 (f394296)
  • deps: update dependency go to 1.26 (#1) (81f244d)
  • add .gitignore (5b202b5)

CI

  • replace release-please with go-semantic-release and commitlint (f2bf25c)
  • add release-please for automated versioning (7bf31a3)
  • auto-approve and automerge Renovate PRs (1ebc669)
  • add CODEOWNERS for PR approval control (82d98aa)
  • add GitHub Actions, GoReleaser, and Renovate config (04c0e0e)

v0.1.0

Choose a tag to compare

@github-actions github-actions released this 25 Apr 18:39
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