Skip to content

Commit

Permalink
Prepare 0.7.9
Browse files Browse the repository at this point in the history
  • Loading branch information
bamarni committed Feb 18, 2019
1 parent 332e7b1 commit 2788afc
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,16 @@

## Next

## 0.7.9

* Security fixes

* Update from Go 1.11.2 to Go 1.11.5, it notably fixes a vulnerability in certificate validation (see https://github.com/golang/go/issues/29233)

* Features

* Bundle the 1.12-patch.7 core CLI, it adds support for `--app-id` in the `dcos package describe` command

## 0.7.8

* Features
Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PKG=github.com/dcos/dcos-cli
PKG_DIR=/go/src/$(PKG)
IMAGE_NAME=dcos/dcos-cli
VERSION?=$(shell git rev-parse HEAD)
CORE_VERSION?=1.12-patch.6
CORE_VERSION?=1.12-patch.7

windows_EXE=.exe

Expand Down

0 comments on commit 2788afc

Please sign in to comment.