We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a46c79b commit d2f2dccCopy full SHA for d2f2dcc
CHANGELOG.md
@@ -1,6 +1,10 @@
1
Changelog
2
---
3
4
+## v0.15.1 (Feb 4, 2022)
5
+
6
+* Fix info in `qbec version`
7
8
## v0.15.0 (Feb 4, 2022)
9
10
* `apply` now waits for `batch/job` objects (thanks @kvaps)
Makefile
@@ -1,6 +1,6 @@
include Makefile.tools
-VERSION := 0.15.0
+VERSION := 0.15.1
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
FMT_OPTIONS := -x '**/testdata' -x site/themes -x '.vscode/*' -x dist -t jsonnet -t json -t yaml
0 commit comments