From 0db7ceeda9bf1b9467b9b5939c8f5052f9000b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Linhares?= Date: Wed, 17 May 2017 14:45:56 -0400 Subject: [PATCH] Closing 1.6.1 --- CHANGELOG.md | 24 ++++++++++++++++++++++++ Dockerfile | 4 ++-- README.md | 8 ++++---- snap/snapcraft.yaml | 2 +- 4 files changed, 31 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2b4e80d0b..fdd86f641 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,30 @@ All changes to `doctl` will be documented in this file. +## [1.6.1] - 2017-05-17 + +### Added +- #202 Including missing API endpoints for doctl - @xmudrii +- #206 Bash and ZSH completion - @xmudrii +- #220 domains: Add TTL field - @xmudrii + +### Changed +- #210 Deprecate tag rename (PUT /v2/tags/:name) - @mchitten +- #208 Remove Detach function - @xmudrii +- #215 Allow certificate-chain-path to be optional - @viola +- #214 Rename DetachByDropletID function to Detach - @xmudrii +- #217 Minimize Docker build context - @SISheogorath +- #228 Upgrading doctl version - @mauricio +- #224 consistency changes: ask for confirm added to all delete actions - @xmudrii +- #222 docs: improve package manager part in readme - @xmudrii + +### Fixed +- #198 Hiding public images by deault - @xmudrii +- #194 Use apk's --no-cache option instead of updating and removing cache - @cspicer +- #201 fix vektra/{errors,mockery} to static vendoring instead submodule - @zchee +- #223 completion: fix command description typos - @xmudrii +- #225 completion: make completion code generation independent on auth status - @xmudrii + ## [1.6.0] - 2017-03-10 ### Added diff --git a/Dockerfile b/Dockerfile index d709c7b77..3d3079a9b 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ -FROM alpine:3.4 +FROM alpine:3.5 -ENV DOCTL_VERSION=1.6.0 +ENV DOCTL_VERSION=1.6.1 RUN apk add --no-cache curl diff --git a/README.md b/README.md index 63b36accf..539ea9802 100644 --- a/README.md +++ b/README.md @@ -59,12 +59,12 @@ You can download the archive from your browser, or copy its URL and retrieve it cd ~ # OS X -curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-darwin-10.6-amd64.tar.gz | tar xz +curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-darwin-10.6-amd64.tar.gz | tar xz # linux (with wget) -wget -qO- https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-linux-amd64.tar.gz | tar xz +wget -qO- https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-linux-amd64.tar.gz | tar xz # linux (with curl) -curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-linux-amd64.tar.gz | tar xz +curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-linux-amd64.tar.gz | tar xz ``` Move the `doctl` binary to somewhere in your path. For example: @@ -167,4 +167,4 @@ repository is required. [tutorial]: https://www.digitalocean.com/community/tutorials/how-to-use-doctl-the-official-digitalocean-command-line-client [doctl-releases]: https://github.com/digitalocean/doctl/releases -[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-windows-4.0-amd64.zip +[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-windows-4.0-amd64.zip diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 3b9169d4b..cc4878e1a 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: doctl -version: "1.6.0" +version: "1.6.1" summary: A command line tool for DigitalOcean services description: doctl is a command line tool for DigitalOcean servics using the API. confinement: strict