diff --git a/build.go b/build.go index 22165ae560..d1f7900dff 100644 --- a/build.go +++ b/build.go @@ -23,7 +23,7 @@ import ( ) var ( - VERSION = "v0.14.0" + VERSION = "v0.14.1" GOPATH = os.Getenv("GOPATH") GIT_COMMIT = gitCommit() BUILD_TIME = time.Now().UTC().Format(time.RFC3339) diff --git a/changelogs/CHANGELOG-0.14 b/changelogs/CHANGELOG-0.14 index 94216011b6..ec17f637e2 100644 --- a/changelogs/CHANGELOG-0.14 +++ b/changelogs/CHANGELOG-0.14 @@ -1,3 +1,14 @@ +## v0.14.1 +#### 2020-07-20 + +### Download + - https://github.com/vmware-tanzu/octant/releases/v0.14.1 + +### Bug Fixes + * Fixed bug where `--kubeconfig` flag does not work (#1133, @wwitzel3) + * Fixed bug where the client would request from the loading API with a valid kubeconfig (#1133, @wwitzel3) + * Changed breadcrumb link color in dark mode (#1134, @mklanjsek) + ## v0.14.0 #### 2020-07-15 diff --git a/changelogs/unreleased/1129-wwitzel3 b/changelogs/unreleased/1129-wwitzel3 deleted file mode 100644 index 8f811e4be1..0000000000 --- a/changelogs/unreleased/1129-wwitzel3 +++ /dev/null @@ -1,2 +0,0 @@ -Fixed bug where the client would request from the loading API with a valid kubeconfig. -Fixed bug where --kubeconfig flag would not work.