Skip to content

v1.175.0

Latest

Choose a tag to compare

@github-actions github-actions released this 25 Sep 15:57
· 2 commits to main since this release
Immutable release. Only release title and notes can be modified.
776faec

Changelog

Breaking changes

  • Remove the doctl gradient agent command tree (create, get, list, update, delete, update-visibility, list-versions, plus apikeys, route, and functionroute). Scripts using these paths will fail.
  • Promote knowledge bases to a top-level command: use doctl knowledge-base instead of doctl gradient knowledge-base.
  • Hide doctl gradient from public help. Public Gradient AI commands now live under doctl knowledge-base and doctl inference.

Migration

Old New
doctl gradient knowledge-base … doctl knowledge-base …
doctl gradient list-models / list-regions / openai-key doctl inference … (unchanged from v1.171.0)
doctl gradient agent … removed

doctl gradient knowledge-base … still works as a hidden deprecated alias and prints a warning; it will be removed in a future release.

Other

  • Fix pagination panic when an API last-page link has page=0 (empty lists), including knowledge-base list.