Skip to content

Latest commit

 

History

History
313 lines (238 loc) · 15.5 KB

CHANGELOG.md

File metadata and controls

313 lines (238 loc) · 15.5 KB

Change Log

v2.12.2 (2022-04-01)

Enhancements

  • Instances : fix csv flags ssh-keys and network PR 244 @optik-aper
  • Plans + Regions: Add new plan types in examples PR 241 @AFatalErrror
  • Plans Metal : new command to retrieve just bare metal plans PR 240 @optik-aper
  • Readme : fix command example PR 239 @travispaul

Dependencies

  • Bump github.com/vultr/govultr/v2 from 2.14.1 to 2.14.2 PR 238
  • Bump github.com/spf13/cobra from 1.3.0 to 1.4.0 PR 236
  • Bump builds from go 1.16 -> 1.17 PR 243

v2.12.1 (2022-02-07)

Dependencies

  • Bump github.com/vultr/govultr/v2 from 2.14.0 to 2.14.1 PR 232

Enhancements

  • Firewall Rule : Add ip type, source and subnet size to firewall rule printer PR 234

v2.12.0 (2022-01-21)

Dependencies

  • Bump github.com/vultr/govultr/v2 from 2.12.0 to 2.14.0 PR 230
  • Bump github.com/spf13/viper from 1.10.0 to 1.10.1 PR 224
  • Bump github.com/spf13/cobra from 1.2.1 to 1.3.0 PR 223

Enhancements

  • Script : Return b64 script when getting script by id PR 229

Breaking Changes

  • Script : get command will display data vertically now instead of horizontal PR 229

Bug Fixes

  • Firewalls : change source from int to string PR 228

v2.11.3 (2021-12-13)

Dependencies

  • Bump github.com/spf13/viper from 1.9.0 to 1.10.0 PR 219

Enhancements

  • Add OpenBSD install instructions PR 218

v2.11.2 (2021-12-01)

Dependencies

  • Update GoVultr from 2.11.1 to 2.12.0 PR 215

v2.11.1 (2021-11-29)

Dependencies

  • Bump github.com/vultr/govultr/v2 from 2.11.0 to 2.11.1 PR 213

Bug Fixes

  • Load Balancers : Allow SSL certificates to be passed in on Create and Update PR 213

v2.11.0 (2021-11-23)

Enhancements

  • DNS: Add support for getting a domains dns sec status PR 211
  • Instance : Support changing hostname on reinstall PR 209 PR 210

Dependencies

  • Update GoVultr from 2.10.0 to 2.11.0 PR 209

v2.10.0 (2021-11-04)

Enhancements

  • Billing: Add support for retrieving billing information PR 203

Dependencies

  • Update GoVultr from 2.9.2 to 2.10.0 PR 203

v2.9.0 (2021-10-27)

Bug Fixes

  • Allow go get and go install to work with github.com/vultr/vultr-cli/v2 PR 199

v2.8.5 (2021-10-20)

Dependencies

  • Update GoVultr from 2.9.0 to 2.9.1 and update necessary fields PR 196
  • Update GoVultr from 2.9.1 to 2.9.2 PR 197

Enhancements

  • Kubernetes: Add support for adding/modifying tags on Node Pools PR 196

v2.8.4 (2021-09-28)

Dependencies

  • Update GoVultr from 2.8.1 to 2.9.0 and update necessary fields PR 192

Enhancements

  • Snapshots: COMPRESSED SIZE has been added to printer output PR 192
  • Kubernetes: COUNT has changed to NODE QUANTITY and PLAN ID has changed to PLAN for kubernetes printer output PR 192

v2.8.3 (2021-09-20)

Dependencies

  • Bump github.com/spf13/viper from 1.8.1 to 1.9.0 PR 189

Bug Fixes

  • Backups: Fix typo in backups alias PR 188. Thanks @rmorey for your contribution

v2.8.2 (2021-09-07)

Enhancements

  • Instances: change default value for notify flag PR 185
  • README: add example using boolean flag PR 186

v2.8.1 (2021-09-01)

Dependencies

  • GoVultr 2.8.0 -> 2.8.1 (added more kubernetes support)PR 181

Enhancements

  • Kubernetes: Add support for new Kubernetes calls PR 181
  • Add User-Agent: PR 182

v2.8.0 (2021-08-23)

Dependencies

  • GoVultr 2.7.1 -> 2.8.0 (added kubernetes support)PR 177

Enhancements

  • Kubernetes: Add support for Kubernetes (VKE) PR 178
  • README: update commands needed for building from source PR 173
  • README: update examples PR 174

v2.7.0 (2021-07-16)

Dependencies

  • GoVultr 2.6.0 -> 2.7.1 (added image_id support for instance and bare metal updates) PR 169

Enhancements

  • Instances: Add image_id support PR 169
  • Bare-metal: Add image_id support PR 169
  • Add documentation for autocompletions in README

v2.6.0 (2021-07-07)

Dependencies

  • Bump github.com/spf13/viper from 1.7.1 to 1.8.1 PR 163
  • GoVultr v2.5.1 -> 2.6.0 (added support for persistent_pxe) PR 164

Enhancements

  • Bare-metal : Support persistent_pxe on create PR 164

v2.5.3 (2021-06-28)

Dependencies

  • Bump github.com/spf13/viper from 1.7.1 to 1.8.1 PR 160

v2.5.2 (2021-05-17)

Enhancement

  • Support config files in $XDG_CONFIG_HOME PR 153

Documentation

  • Add Arch Linux install instructions PR 154

v2.5.1 (2021-05-12)

Dependencies

  • GoVultr v2.5.0 -> 2.5.1 (fixes issue with backup schedules) PR 151

v2.5.0 (2021-05-06)

Enhancement

  • LoadBalancers : New Features 149
    • Ability to attach private networks
    • Ability to set firewalls
    • Get Firewall Rules
    • List Firewall Rules

v2.4.0 (2021-04-01)

Enhancement

  • Add darwin_arm64 support and builds PR 143

v2.3.0 (2021-02-12)

Enhancement

  • Plans : add disk count field PR 140
  • BlockStorage : add mount ID field PR 140

Dependencies

  • GoVultr v2.3.2 -> 2.4.0 PR 140
  • Cobra v1.1.1 -> v1.1.3PR 139

v2.2.0 (2021-01-29)

Enhancement

  • BareMetal : add get command PR 135

Bug Fixes

  • BareMetal : typo in VNC commands PR 135

Dependencies

v2.1.0 (2020-12-18)

Enhancement

  • Add Bare Metal Start command 127
  • Update paging information 127

Dependencies

  • govultr 2.2.0 -> 2.3.0 PR 127

v2.0.1 (2020-12-08)

Bug Fixes

  • Adding paging support for DNS Records PR 123
  • Cleaned up LB output to remove artifacts PR 125

Dependencies

  • govultr 2.0.0 -> 2.2.0 PR 125

v2.0.0 (2020-11-24)

Enhancement

  • Vultr-CLI v2.0.0 release

Changes

  • Vultr-CLI v2.0.0 is running on API v2
  • Server has been renamed to Instance to match with API v2

v1.0.0 (2020-11-19)

Enhancement

  • Vultr-CLI v1.0.0 release PR 114

v0.4.0 (2020-09-03)

Enhancement

  • Improve error responses by adding a newline PR 109
  • Add Server User Data subcommands Get and Set PR 105

Dependencies

v0.3.2 (2020-06-04)

Dependencies

  • govultr 0.4.1 -> 0.4.2 PR 98

v0.3.1 (2020-05-18)

Enhancement

  • spf13/viper 1.6.3 -> 1.7.0 PR 94
  • govultr 0.3.2 -> 0.4.1 PR 95

v0.3.0 (2020-04-14)

Enhancement

  • OS no longer required for App/Iso/Snapshot during server create PR 88
  • Added in missing newline characters PR 89

Dependencies

  • spf13/viper 1.6.2 -> 1.6.3 PR 87
  • spf13/cobra 0.0.6 -> 0.0.7 PR 85

v0.2.1 (2020-03-18)

Dependencies

  • govultr 0.3.0 -> 0.3.1 PR 81

v0.2.0 (2020-03-11)

Enhancement

Bug Fix

  • Server Create description PR 75

Dependencies

  • spf13/viper 1.5.0 -> 1.6.2 PR 76
  • spf13/cobra 0.0.5 -> 0.0.6 PR 78
  • govultr 0.1.7 -> 0.3.0 PR 77

v0.1.11 (2019-12-09)

Bug fix

  • Fix error message on network create PR 65

v0.1.10 (2019-11-12)

Bug fix

  • GoVultr v0.1.7 version fix PR 61

v0.1.9 (2019-11-11)

Enhancements

  • Updating dependency versions PR 59
  • GoVultr v0.1.6 now supports retry PR 59

v0.1.8 (2019-10-17)

Bug fix

  • Fix for goreleaser to release homebrew tap PR 57

v0.1.7 (2019-10-17)

Enhancements

  • Bump GoVultr to v0.1.5 PR 55

v0.1.6 (2019-09-04)

Enhancements

  • Print the original API error messages in PR 50 && PR 52
    • application
    • plans
    • regions
    • user

v0.1.5 (2019-09-03)

Enhancements

  • Add contextual instructions for Vultr API key setup PR 47

v0.1.4 (2019-08-26)

Enhancements

  • Makefile entry for gofmt PR 44
  • New command script contents will display contents of a given script PR 43

v0.1.3 (2019-08-21)

Bug Fixes

  • Quote handling on DNS Record Data PR #41

v0.1.2 (2019-07-15)

Dependencies

  • Updated dependencies PR #35
    • Govultr v0.1.3 -> v0.1.4
    • Cobra v0.0.4 -> v0.0.5
  • Added vendor folder PR #35

v0.1.1 (2019-07-08)

Enhancements

  • Added destroy alias for all delete commands PR #30
  • Added description field for snapshot command output PR #29
  • Added GoReleaser to handle tagged releases PR #31
  • Updated makefile to strip out GOPATH in build process PR #28
  • Typo fixes

v0.1.0 (2019-06-24)

Features

  • Initial release