Releases: digitalocean/doctl
Releases · digitalocean/doctl
v1.34.0
- #695 - @kamaln7 - Add support for container registry
- #697 - @bentranter - Update instructions for updating snap image
- #696 - @bentranter - Remove focus call from integration tests
- #694 - @bentranter - Accept a port of zero for SRV records
- #693 - @neufeldtech - Updated looksLikeUUID to only match hyphenated UUIDs (Fixes #461)
- #691 - @zachgersh - integration: use http consts for methods
- #688 - @zachgersh - compute volume-action: adds all related tests
- #687 - @zachgersh - compute floating-ip-action: adds all tests
- #686 - @zachgersh - compute image-action: adds tests for all commands
- #685 - @zachgersh - compute droplet-action: adds final test for get
- #684 - @bentranter - Add integration tests for firewall CRUD operations
- #683 - @zachgersh - compute droplet-actions: adds all associated integration tests
- #682 - @zachgersh - compute action: adds all integration tests for three commands
- #681 - @zachgersh - volume integration: refactor and missed delete alias
- #680 - @zachgersh - refactor alias test for floating-ip
- #676 - @zachgersh - adds floating-ip tests to suite
- #679 - @zachgersh - adds domain related tests
- #677 - @andrewsomething - image create: Name is a required arg, not flag. (Fixes: #672).
- #675 - @zachgersh - adds all related certificate tests
- #678 - @zachgersh - fixes kubeconfig location display
- #665 - @bentranter - Add test for firewall creates
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.34.0
v1.33.1
- #674 - @zachgersh - bumps viper, along with all of its indirect deps
- #673 - @zachgersh - fixes node pools
- #666 - @zachgersh - consistency across integration tests
- #664 - @zachgersh - adds image tests
- #662 - @zachgersh - adds all volume tests
- #661 - @zachgersh - Adds load balancer tests
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.33.1
v1.33.0
- #657 - @zachgersh - adds all cdn related test
- #646 - @StevenH1901 - Fixed doctl's configuration file location for OS X
- #651 - @bentranter - Allow users to switch contexts
- #653 - @zachgersh - adds global output flag test
- #652 - @hilary - update README: config file location and dependencies
- #649 - @zachgersh - adds database user tests
- #647 - @zachgersh - bumps spec to latest version
- #648 - @zachgersh - covers the final test under projects resources
- #644 - @hilary - readability and maintainability refactoring
- #645 - @zachgersh - removes mistakenly added focus
- #643 - @zachgersh - add missed doctl name of suite
- #642 - @zachgersh - adds get test for projects resources
- #641 - @zachgersh - adds projects related tests
- #639 - @andrewsomething - Add snapshot tests.
- #638 - @zachgersh - adds test for kubernetes create
- #637 - @zachgersh - adds test for projects resources assignment
- #636 - @zachgersh - adds project create tests
- #635 - @zachgersh - tests organized the same but now all appear as one suite
- #634 - @zachgersh - adds first database test to the mix
- #633 - @zachgersh - register your test at the top of the file
- #632 - @hilary - consolidate live and test flag semantics
- #631 - @bentranter - Make image name positional and add default image
- #624 - @VictorAvelar - Add custom image creation
- #629 - @zachgersh - sets env vars for token and url
- #628 - @zachgersh - guards against token parsing from config regression
- #627 - @hilary - add back cobra.OnInitialize
- #625 - @hilary - consolidate and rationalize viper init steps
- #623 - @hilary - remove obsolete windows ssh code
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.33.0
v1.32.3
- #620 - @andrewsomething - Add tests for size list command.
- #622 - @hilary - install gh-changelog-generator in temp dir to protect go.mod
- #621 - @hilary - fix use of github-changelog-generator on travis
- #611 - @hilary - cleanup betacmd and more
- #618 - @andrewsomething - Add region list test
- #617 - @zachgersh - adds a test for the wait flag
- #616 - @zachgersh - adds droplet get test
- #615 - @zachgersh - adds droplet actions test
- #614 - @zachgersh - adds droplet snapshots tests
- #613 - @zachgersh - adds droplet neighbors test
- #612 - @zachgersh - adds droplet backups test
- #610 - @zachgersh - test both tag and untag
- #609 - @hilary - run release script on travis
- #608 - @zachgersh - adds test for droplet tag
- #607 - @zachgersh - adds droplet list tests
- #606 - @zachgersh - adds droplet kernels test
- #605 - @zachgersh - adds droplet delete test
- #603 - @hilary - nuke NSRoot from space!
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.32.3
v1.32.2
- #600 - @zachgersh - Compute integration tests
- #598 - @zachgersh - adds default config integration test
- #602 - @zachgersh - os.RemoveAll on temp dir is best effort
- #601 - @andrewsomething - Add documentation generation script.
- #599 - @bentranter - Remove global variable containing config
- #593 - @zachgersh - displayer no longer relies on a config
- #594 - @snormore - DOKS: use GetCredentials for exec-credential
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.32.2
v1.32.1
NOTICE
This notice affects,
- All MacOS users.
- Windows users who did not have
APPDATA
set.
We do not believe it affects Linux or Plan9 users.
Prior to this release, we had a number of subtle longstanding bugs related to our interpretation of the location of the user's config directory. As of Go 1.13, we're now able to use the new os.UserConfigDir()
to locate this file in a standard way across platforms.
A consequence of this is that it will change the location of your config.yaml
file. The impact of this is as follows,
- You'll be required to re-authenticate (via
doctl auth init
). doctl will tell you this the first time you run a command after updating. - If you've ever manually edited your
config.yaml
file, those manual edits will not be moved over to the new config file location. If you'd like to move over your changes manually, you may do so by copying the old file over to location returned byos.UserConfigDir()
on your system.
Changelog
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.32.1
v1.31.2
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.31.2
v1.31.0
- #577 - @nathanjsweet - commands/k8s: Clarify Tag Update Functionality
- #576 - @snormore - DOKS node pool auto-scale fields
- #575 - @snormore - Update to godo v1.20.0
- #574 - @bentranter - Don't assume the fd for stdin is 0
- #572 - @nosada - Make sure setting variable
DIR
before called on scripts/_build.sh - #571 - @hilary - include snap artifacts in make clean
- #570 - @hilary - split snap, goreleaser deploy jobs on travis
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.31.0
v1.30.0
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.30.0
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.30.0
v1.29.2
Docker images
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.29.2
docker pull digitalocean/doctl:latest
docker pull digitalocean/doctl:1-latest
docker pull digitalocean/doctl:1.29.2