Skip to content

Commit

Permalink
Merge pull request vmware-archive#1138 from GuessWhoSamFoo/release-0.…
Browse files Browse the repository at this point in the history
…14.1

Bump to version 0.14.1 and added changelogs
  • Loading branch information
Sam Foo authored Jul 20, 2020
2 parents 07e7f69 + 21eebd5 commit 51ce7f6
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
11 changes: 11 additions & 0 deletions changelogs/CHANGELOG-0.14
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 0 additions & 2 deletions changelogs/unreleased/1129-wwitzel3

This file was deleted.

0 comments on commit 51ce7f6

Please sign in to comment.