Skip to content

Commit 3ef9f8e

Browse files
committed
update changelog, up version
1 parent b2adc0b commit 3ef9f8e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
Changelog
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

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.13.1
3+
VERSION := 0.13.2
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)