File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
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
Original file line number Diff line number Diff line change 11include Makefile.tools
22
3- VERSION := 0.12.1
3+ VERSION := 0.12.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