Skip to content

Releases: vultr/vultr-cli

v2.19.0

18 Oct 18:02
6b45f1a
Compare
Choose a tag to compare

Changelog

  • 20f4990 Add golangci-lint config and fix linter errors (#353)
  • 4caf976 Add project name back to the archive file names (#346)
  • 0d07411 Add summarize list options for VKE, VLB & database (#348)
  • b645d84 Bump golang.org/x/oauth2 from 0.11.0 to 0.12.0 (#351)
  • 289dba0 Fix documentation for VPC2 command options (#350)
  • 6b45f1a Release v2.19.0 #minor
  • 117a9a8 Remove the useless cobra init help toggle flag (#349)
  • 3905231 Remove unnecessary Go dependency from .goreleaser (#97)
  • c0eb9ba Rework the printer output code (#355)
  • 333f379 Update to go v1.21 (#347)

v2.18.2

24 Aug 14:15
e7ed881
Compare
Choose a tag to compare

Changelog

  • cf721c4 Fix goreleaser archive names and remove deprecated brew command (#344)
  • e7ed881 Release v2.18.2 #patch

v2.17.0

14 Jun 16:23
23aedfa
Compare
Choose a tag to compare

Changelog

  • d2451b2 Add another mention of default config yaml location in README (#325)
  • 2de23e4 Add docker install/usage instructions (#322)
  • a956bff Add support for attachdetaching VPC networks from existing VPS instances (#318)
  • 96b2746 Bump github.com/spf13/cobra from 1.6.1 to 1.7.0 (#310)
  • 9b1d0cf Bump github.com/spf13/viper from 1.15.0 to 1.16.0 (#319)
  • 1180e02 Bump github.com/vultr/govultr/v3 from 3.0.2 to 3.0.3 (#320)
  • bd772db Bump golang.org/x/oauth2 from 0.6.0 to 0.7.0 (#312)
  • 29adfcf Bump golang.org/x/oauth2 from 0.7.0 to 0.8.0 (#316)
  • 58c68a7 Bump golang.org/x/oauth2 from 0.8.0 to 0.9.0 (#323)
  • 168839e Fix README spelling (#324)
  • 72dab3d Fix database update errors and remove db engine/version (#314)
  • 23aedfa Release v2.17.0 #minor
  • 08c8733 Update workflows to go v1.20 (#311)
  • 3980229 Use succinct Homebrew command to tap-and-install (#315)

v2.16.2

31 Mar 17:15
75ad0c5
Compare
Choose a tag to compare

Changelog

  • 84d6067 Quote go version in github workflow config (#308)
  • 75ad0c5 Release v2.16.2 #patch

v2.15.1

09 Mar 20:13
b8656af
Compare
Choose a tag to compare

Changelog

  • f8b0cbb Add vcg options to docstrings on regions and plans (#299)
  • 492e947 Bump github.com/spf13/cobra from 1.5.0 to 1.6.0 (#288)
  • d3df5f8 Bump github.com/spf13/cobra from 1.6.0 to 1.6.1 (#289)
  • 8a22e9b Bump github.com/spf13/viper from 1.13.0 to 1.14.0 (#290)
  • 7c6721d Bump github.com/spf13/viper from 1.14.0 to 1.15.0 (#293)
  • 5c1a4d5 Bump golang.org/x/net from 0.6.0 to 0.7.0 (#297)
  • ee92704 Bump golang.org/x/oauth2 from 0.0.0-20221014153046-6fdb5e3db783 to 0.5.0 (#296)
  • 5849a53 Bump golang.org/x/oauth2 from 0.5.0 to 0.6.0 (#298)
  • 3e174d0 Make cli param examples consistently use = (#291)
  • b8656af Release v2.15.1 #patch
  • 6da0f2c Update goreleaser to add latest docker image tag (#287)

v2.15.0

04 Oct 20:15
503dce1
Compare
Choose a tag to compare

Changelog

v2.14.2

14 Jun 19:38
6687a00
Compare
Choose a tag to compare

Changelog

  • 6687a00 Release v2.14.2 #patch
  • ec74b56 Update govultr and add support for reserved IP label updates (#272)

v2.14.1

03 Jun 13:33
e12ca3f
Compare
Choose a tag to compare

Changelog

  • 27c4452 Add GPU fields to plans printer (#269)
  • 2654d26 Bump github.com/spf13/viper from 1.11.0 to 1.12.0 (#266)
  • 514df5a Bump govultr version from 2.16.0 to 2.17.1 (#267)
  • e12ca3f Release v2.14.1 #patch
  • 6f5abf0 Update instance and kubernetes tag to str pointer (#268)

v2.14.0

09 May 18:11
314855a
Compare
Choose a tag to compare

Changelog

  • fc2a83b Add firewall rule ip-type support (#262)
  • 3e45b61 Add support for VKE auto scaler options (#261)
  • 21a3dab Add support for VKE version upgrades (#263)
  • 3b9a155 Add tags support to bare metal and instance commands (#259)
  • e6140fc Bump github.com/vultr/govultr/v2 from 2.15.1 to 2.16.0 (#260)
  • 314855a Release v2.14.0 #minor
  • eb1c5ce updated veribage for snapshots + readme (#257)
  • 15d0f03 vultr-cli is now available on all flavors since 7.1 release. (#258)

v2.13.0

15 Apr 13:18
09629f3
Compare
Choose a tag to compare

Changelog

  • 63321f9 Add VPC flag check to Load Balancers (#254)
  • a679145 Add VPC support and deprecate networks (#251)
  • 451f82d Add block type support / Add Aliases and Examples (#249)
  • 5d7199d Bump github.com/spf13/viper from 1.10.1 to 1.11.0 (#252)
  • 09629f3 Release v2.13.0 #minor
  • a53387e adding block type to printer response (#253)
  • 37cf483 🐧 Add Fedora installation instructions (#246)