Skip to content

Commit

Permalink
Merge pull request vmware-archive#870 from GuessWhoSamFoo/release-0.12.1
Browse files Browse the repository at this point in the history
Bump version to 0.12.1 and added changelogs
  • Loading branch information
Sam Foo authored Apr 22, 2020
2 parents 0bfc812 + 439abe6 commit 870ee57
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ import (
)

var (
VERSION = "v0.12.0"
VERSION = "v0.12.1"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
10 changes: 10 additions & 0 deletions changelogs/CHANGELOG-0.12.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.12.1
#### 2020-04-22

### Download
- https://github.com/vmware/octant/releases/tag/v0.12.1

### Bug Fixes
* Fixed initial active tab to use first tab if url fragment is missing (#868, @GuessWhoSamFoo)
* Fixed breadcrumbs for non-CRD types (#869, @mklanjsek)

## v0.12.0
#### 2020-04-22

Expand Down
2 changes: 0 additions & 2 deletions changelogs/unreleased/868-GuessWhoSamFoo

This file was deleted.

0 comments on commit 870ee57

Please sign in to comment.