Skip to content

Latest commit

 

History

History
205 lines (109 loc) · 5.76 KB

File metadata and controls

205 lines (109 loc) · 5.76 KB

Changelog

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)

Features

  • management api key commands (#98)

Features

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

Features

  • add cluster logs command (#94)

Bug Fixes

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

Bug Fixes

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

Features

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

Features

  • hybrid cloud environments command initial implementation (#68)

Features

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

Features

  • add --version flag to cluster update command (#69)

Bug Fixes

  • improve root command long help text and use more descriptive errors when account id or api key are missing (#66)

Features

  • add the option to use a helper command to retrieve api key securely instead of storing it in plain text (#59)

Bug Fixes

  • readme quickstart commands (#61)

Bug Fixes

  • poll immediately when waiting for cluster health (#56)

Bug Fixes

  • fix scale confirm prompt line order (#49)
  • change ParseMillicores to use math.Round instead of truncation using a cast (#51)
  • avoid double -dev in the version variable when building with make (#53)
  • use getter methods to retrieve phase when scaling a cluster for nil safety (#54)

Features

  • add --multi-az to the cluster scale command (#45)

Bug Fixes

  • stricter context setting (#47)

Bug Fixes

  • add installation instructions in the readme, change the releases with a format that allows to download latest without the version in the filename (#43)

Bug Fixes

  • rework --label on cluster update to add/update and remove instead (#40)
  • change the allow-ips to allow-ip, make it behave like the --label (#42)

Features

  • add remaining database configuration cluster update (#38)

Features

  • add --disk-performance flag to the 'cluster create' and 'cluster scale' commands (#35)

Features

  • cluster scale command (#33)

Bug Fixes

  • add command completion for cloud-provider and cloud-region flags for packages (#30)
  • parse resources into a full struct so that maintaining resource quantities is easier (#32)

Features

  • move cloud-provider and cloud-region subcommands as root commands (#27)

Bug Fixes

  • package upgrade simplification (#24)

Features

  • add --gpu flag on cluster create that filters packages properly (#22)

Features

  • add self-uprade command to autoinstall releases (this won't work until the repo is public) (#20)

Bug Fixes

  • normalize resources to allow users to set cpu and ram in an easier (#16)
  • package matching now uses cpu and ram (#18)

Features

  • add support for gpu and multi-az (#13)

Bug Fixes

  • clarify quick start commands for creating a cluster and hint the user to create a key (#15)

Bug Fixes

  • checkout so that it fetches tags in the build workflow (#10)
  • correctly match dist files in the build workflow and fetch 0 to retrieve tag information so that goreleaser can see tags (#12)

Features

  • backup schedule commands (#5)

Features

  • add backup management commands (#1)