Skip to content

Releases: qdrant/qcloud-cli

v0.21.0

14 Apr 10:02
ed848ac

Choose a tag to compare

Features

  • add docs generation from the cobra commands so that further LLM (#116)

v0.20.0

13 Apr 14:27
c43ea4d

Choose a tag to compare

Features

  • introduce automatic registration of --no-headers on list commands and cloud-provider list to use it (#109)
  • add account and account member commands (#108)
  • add role management commands (#107)
  • add user management commands (#102)
  • use OutputTable with --no-headers support in all list commands (#112)

v0.19.0

07 Apr 16:11
b766a01

Choose a tag to compare

Features

  • management api key commands (#98)

v0.18.0

02 Apr 08:28
e24fa50

Choose a tag to compare

Features

  • add cluster create-from-backup command (#96)

v0.17.0

01 Apr 13:22
c2f4561

Choose a tag to compare

Features

  • add cluster logs command (#94)

v0.16.2

01 Apr 10:38
7645ae1

Choose a tag to compare

Bug Fixes

  • remove multi-az flag from the cluster scale command, as that is a (#92)

v0.16.1

01 Apr 10:03
1f9fda3

Choose a tag to compare

Bug Fixes

  • remove the default string from the nodes flag help message, since it's already rendered by cobra (#90)

v0.16.0

01 Apr 07:15
42ca04e

Choose a tag to compare

What's Changed

  • feat: add dependabot and remove renovate tags by @estebany-qd in #77
  • feat: add zizmor security scanner by @estebany-qd in #78
  • chore(deps): bump github.com/qdrant/qdrant-cloud-public-api from 0.112.2 to 0.113.0 by @dependabot[bot] in #80
  • chore: ignore zizmor cache poisoning because lockfile is used by @Davidonium in #82
  • chore fix zizmor ignore rule setting with a config file instead of inlining by @Davidonium in #84
  • chore(deps): bump jdx/mise-action from 3.6.3 to 4.0.1 by @dependabot[bot] in #79
  • feat: add missing flags to the hybrid environment clusters by @Davidonium in #76
  • feat: merge hybrid clusters into cluster cmd by @Davidonium in #86
  • chore(main): release 0.16.0 by @Davidonium in #87

BREAKING

  • Merged the hybrid cluster commands into cluster e.g. qcloud cluster list now lists both managed cloud and hybrid cloud clusters.
  • Moved the cluster package commands into a root package command e.g. qcloud package list

Full Changelog: v0.15.0...v0.16.0

v0.15.0

27 Mar 12:10
a11c866

Choose a tag to compare

Features

  • hybrid cloud environments command initial implementation (#68)

v0.14.0

27 Mar 11:27
c1fe892

Choose a tag to compare

Features

  • add --wait flag to cluster key create command (#73)