Skip to content

Commit 7e69a98

Browse files
committed
update changelog, up version
1 parent dbc69a2 commit 7e69a98

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
Changelog
22
---
33

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+
410
## v0.12.4 (Sep 24, 2020)
511

612
* Add `--wait-all` flag to the `apply` command to wait on all objects instead of just the ones that were changed in the

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
include Makefile.tools
22

3-
VERSION := 0.12.4
3+
VERSION := 0.12.5
44
SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
55
GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
66

0 commit comments

Comments
 (0)