File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 11Changelog
22---
33
4+ ## v0.13.2 (Dec 3, 2020)
5+
6+ * Allow force options to be set via environment variables (thanks @splkforrest )
7+
48## v0.13.1 (Dec 2, 2020)
59
610* Fix a bug where the ` alpha fmt ` command would stop processing arguments after encountering a directory.
@@ -15,7 +19,7 @@ Changelog
1519* Use per-namespace queries by default when multiple namespaces are present, allow using cluster-scoped queries
1620 using an opt-in flag.
1721* The ` --env-file ` option now allows http(s) URLs in addition to local files. In addition, the ` envFiles ` attribute
18- in ` qbec.yaml ` can also contain http(s) URLs.
22+ in ` qbec.yaml ` can also contain http(s) URLs. (thanks @ dan1 )
1923* String data in secrets is now obfuscated in addition to binary data
2024
2125### Incompatibilities
Original file line number Diff line number Diff line change 11include Makefile.tools
22
3- VERSION := 0.13.1
3+ VERSION := 0.13.2
44SHORT_COMMIT := $(shell git rev-parse --short HEAD 2>/dev/null || echo dev)
55GO_VERSION := $(shell go version | awk '{ print $$3}' | sed 's/^go//')
66
You can’t perform that action at this time.
0 commit comments