From b630c36f09a75c2a70d5a95cedbd364dba5d7834 Mon Sep 17 00:00:00 2001 From: Julian Miller Date: Mon, 9 Apr 2018 16:32:36 -0400 Subject: [PATCH] Update changelog --- CHANGELOG.md | 6 ++++++ Dockerfile | 2 +- README.md | 8 ++++---- snap/snapcraft.yaml | 2 +- 4 files changed, 12 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f20d22650..65c49b13f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,12 @@ All changes to `doctl` will be documented in this file. +## [1.8.0] - 2018-04-09 + +- #295 commands: fix configuration file location for windows xp users - @xmudrii +- #296 Confirm dialog for deleting by ID now specifies number of droplets to be deleted - @justinbeal +- #299 Implement context switching, allowing for multiple configured API access keys - @kamaln7 + ## [1.7.2] - 2018-03-07 - #186 ssh: windows support for command forwarding - @xmudrii diff --git a/Dockerfile b/Dockerfile index e303f724a..4ed61dbbd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,6 +1,6 @@ FROM alpine:3.5 -ENV DOCTL_VERSION=1.7.2 +ENV DOCTL_VERSION=1.8.0 RUN apk add --no-cache curl diff --git a/README.md b/README.md index f32f38f03..37d263979 100644 --- a/README.md +++ b/README.md @@ -55,25 +55,25 @@ For example, with `wget`: ``` cd ~ -wget https://github.com/digitalocean/doctl/releases/download/v1.7.2/doctl-1.7.2-linux-amd64.tar.gz +wget https://github.com/digitalocean/doctl/releases/download/v1.8.0/doctl-1.8.0-linux-amd64.tar.gz ``` Or with `curl`: ``` cd ~ -curl -OL https://github.com/digitalocean/doctl/releases/download/v1.7.2/doctl-1.7.2-linux-amd64.tar.gz +curl -OL https://github.com/digitalocean/doctl/releases/download/v1.8.0/doctl-1.8.0-linux-amd64.tar.gz ``` Extract the binary. On GNU/Linux or OS X systems, you can use `tar`. ``` -tar xf ~/doctl-1.7.2-linux-amd64.tar.gz +tar xf ~/doctl-1.8.0-linux-amd64.tar.gz ``` Or download and extract with this oneliner: ``` -curl -sL https://github.com/digitalocean/doctl/releases/download/v1.7.2/doctl-1.7.2-linux-amd64.tar.gz | tar -xzv +curl -sL https://github.com/digitalocean/doctl/releases/download/v1.8.0/doctl-1.8.0-linux-amd64.tar.gz | tar -xzv ``` On Windows systems, you should be able to double-click the zip archive to extract the `doctl` executable. diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index a09ed180a..48c8b03dc 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: doctl -version: "1.7.2" +version: "1.8.0" summary: A command line tool for DigitalOcean services description: doctl is a command line tool for DigitalOcean servics using the API. confinement: strict