Skip to content

Commit

Permalink
Merge pull request #444 from digitalocean/awg/release-1.18.0
Browse files Browse the repository at this point in the history
Release v1.18.0
  • Loading branch information
adamwg authored May 15, 2019
2 parents cf9ddde + 32d97ba commit a14fa2c
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 4 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,12 @@

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

## [1.18.0] - UNRELEASED
## [1.18.0] - 2019-05-15

- #443 Remove beta flag from Kubernetes commands. - @adamwg
- #442 Add support for Kubernetes cluster upgrades. - @adamwg
- #440 Add flag to set local KubeConfig's current-context. - @eddiezane
- #426 Add support for configuring Kubernetes maintenance windows. - @fatih

## [1.17.0] - 2019-05-08

Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM alpine:3.8

ENV DOCTL_VERSION=1.17.0
ENV DOCTL_VERSION=1.18.0

RUN apk add --no-cache curl

Expand Down
2 changes: 1 addition & 1 deletion doit.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ var (
// DoitVersion is doit's version.
DoitVersion = Version{
Major: 1,
Minor: 17,
Minor: 18,
Patch: 0,
Label: "dev",
}
Expand Down
2 changes: 1 addition & 1 deletion snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: doctl
version: "1.17.0"
version: "1.18.0"
summary: A command line tool for DigitalOcean services
description: doctl is a command line tool for DigitalOcean servics using the API.
confinement: classic
Expand Down

0 comments on commit a14fa2c

Please sign in to comment.