We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d5fa3ba commit 575bd64Copy full SHA for 575bd64
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# CHANGELOG
2
3
+## 0.7.12
4
+
5
+* Features
6
7
+ * Bundle the 1.12-patch.10 core CLI, which fixes the `dcos task log` command
8
9
## 0.7.11
10
11
* Features
Makefile
@@ -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.9
+CORE_VERSION?=1.12-patch.10
windows_EXE=.exe
0 commit comments