Skip to content

Commit 0db7cee

Browse files
author
Maurício Linhares
committed
Closing 1.6.1
1 parent 288d193 commit 0db7cee

File tree

4 files changed

+31
-7
lines changed

4 files changed

+31
-7
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,30 @@
22

33
All changes to `doctl` will be documented in this file.
44

5+
## [1.6.1] - 2017-05-17
6+
7+
### Added
8+
- #202 Including missing API endpoints for doctl - @xmudrii
9+
- #206 Bash and ZSH completion - @xmudrii
10+
- #220 domains: Add TTL field - @xmudrii
11+
12+
### Changed
13+
- #210 Deprecate tag rename (PUT /v2/tags/:name) - @mchitten
14+
- #208 Remove Detach function - @xmudrii
15+
- #215 Allow certificate-chain-path to be optional - @viola
16+
- #214 Rename DetachByDropletID function to Detach - @xmudrii
17+
- #217 Minimize Docker build context - @SISheogorath
18+
- #228 Upgrading doctl version - @mauricio
19+
- #224 consistency changes: ask for confirm added to all delete actions - @xmudrii
20+
- #222 docs: improve package manager part in readme - @xmudrii
21+
22+
### Fixed
23+
- #198 Hiding public images by deault - @xmudrii
24+
- #194 Use apk's --no-cache option instead of updating and removing cache - @cspicer
25+
- #201 fix vektra/{errors,mockery} to static vendoring instead submodule - @zchee
26+
- #223 completion: fix command description typos - @xmudrii
27+
- #225 completion: make completion code generation independent on auth status - @xmudrii
28+
529
## [1.6.0] - 2017-03-10
630

731
### Added

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
FROM alpine:3.4
1+
FROM alpine:3.5
22

3-
ENV DOCTL_VERSION=1.6.0
3+
ENV DOCTL_VERSION=1.6.1
44

55
RUN apk add --no-cache curl
66

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -59,12 +59,12 @@ You can download the archive from your browser, or copy its URL and retrieve it
5959
cd ~
6060
6161
# OS X
62-
curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-darwin-10.6-amd64.tar.gz | tar xz
62+
curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-darwin-10.6-amd64.tar.gz | tar xz
6363
6464
# linux (with wget)
65-
wget -qO- https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-linux-amd64.tar.gz | tar xz
65+
wget -qO- https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-linux-amd64.tar.gz | tar xz
6666
# linux (with curl)
67-
curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-linux-amd64.tar.gz | tar xz
67+
curl -L https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-linux-amd64.tar.gz | tar xz
6868
```
6969

7070
Move the `doctl` binary to somewhere in your path. For example:
@@ -167,4 +167,4 @@ repository is required.
167167
168168
[tutorial]: https://www.digitalocean.com/community/tutorials/how-to-use-doctl-the-official-digitalocean-command-line-client
169169
[doctl-releases]: https://github.com/digitalocean/doctl/releases
170-
[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.6.0/doctl-1.6.0-windows-4.0-amd64.zip
170+
[windows-release]: https://github.com/digitalocean/doctl/releases/download/v1.6.1/doctl-1.6.1-windows-4.0-amd64.zip

snap/snapcraft.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name: doctl
2-
version: "1.6.0"
2+
version: "1.6.1"
33
summary: A command line tool for DigitalOcean services
44
description: doctl is a command line tool for DigitalOcean servics using the API.
55
confinement: strict

0 commit comments

Comments
 (0)