We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dbc69a2 commit 7e69a98Copy full SHA for 7e69a98
CHANGELOG.md
@@ -1,6 +1,12 @@
1
Changelog
2
---
3
4
+## v0.12.5 (Oct 2, 2020)
5
+
6
+* Add a new `wait-policy` directive to disable waits on specific deployments
7
+ and daemonsets. The annotation `"directives.qbec.io/wait-policy": "never"`
8
+ will cause qbec to not wait on the deployment even if it has changed.
9
10
## v0.12.4 (Sep 24, 2020)
11
12
* Add `--wait-all` flag to the `apply` command to wait on all objects instead of just the ones that were changed in the
Makefile
@@ -1,6 +1,6 @@
include Makefile.tools
-VERSION := 0.12.4
+VERSION := 0.12.5
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
0 commit comments