Skip to content

Commit 9215f77

Browse files
committed
add changelog, up version
1 parent 471d63f commit 9215f77

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

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

4+
## v0.12.2 (Aug 30, 2020)
5+
6+
* Fix a bug where under certain circumstances of failed discovery, qbec would delete resources not meant to be deleted.
7+
Thanks to @sj14 for the bug report and partial fix.
8+
* Add a warning when remote listing for GC switches to cluster scoped mode with a reason as to why this is happening.
9+
These are typically setup errors by authors who want to deploy to a single namespace.
10+
* Fix pluralization for more kinds when using the kind filter
11+
* Create and run basic integration tests for qbec against a local kind cluster
12+
413
## v0.12.1 (Jun 20, 2020)
514

615
* Add an `error-exit` option to the `diff` command to be able to exit 0 even when diffs are present. This currently has a

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.1
3+
VERSION := 0.12.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)