Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
release version 0.13
Browse files Browse the repository at this point in the history
Signed-off-by: Wayne Witzel III <[email protected]>
  • Loading branch information
wwitzel3 committed Jun 1, 2020
1 parent 770f3dd commit 9bcc69c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 5 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
* [Unreleased Changes][0]

## Current release:
* [CHANGELOG-0.12.md][12]
* [CHANGELOG-0.13.md][13]

## Older releases:
* [CHANGELOG-0.12.md][12]
* [CHANGELOG-0.11.md][11]
* [CHANGELOG-0.10.md][10]
* [CHANGELOG-0.9.md][9]
Expand All @@ -24,3 +25,4 @@
[10]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.10.md
[11]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.11.md
[12]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.12.md
[13]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.13.md
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ import (
)

var (
VERSION = "v0.12.1"
VERSION = "v0.13.0"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
7 changes: 4 additions & 3 deletions changelogs/CHANGELOG-0.13.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,10 @@
- https://github.com/vmware-tanzu/octant/releases/tag/v0.13.0

### Highlights
* Added Datagrid actions
* Added Resource deleting indicators
* Added Storybook for UI prototying and exploring
* Added resource editing
* Added datagrid actions
* Added resource deleting indicators
* Added storybook for UI prototying and exploring
* Added Electron prototype
* Upgraded client-go and remove k8s.io/kubernetes imports
* Upgraded to Angular 9.1.9 and Clarity 3.1.3
Expand Down

0 comments on commit 9bcc69c

Please sign in to comment.