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

Commit

Permalink
Merge pull request #966 from wwitzel3/master
Browse files Browse the repository at this point in the history
add 0.13 changelog
  • Loading branch information
Sam Foo authored Jun 1, 2020
2 parents eb8a678 + 9bcc69c commit d7d0660
Show file tree
Hide file tree
Showing 13 changed files with 62 additions and 12 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
58 changes: 58 additions & 0 deletions changelogs/CHANGELOG-0.13.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,58 @@
## v0.13.0
#### 2020-06-01

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

### Highlights
* 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

### All Changes
* Fixed Terminal window resizing issues (#935, @mklanjsek)
* Fixed Graphviz component performance (#951, @mklanjsek)
* Fixed problems with the graphviz component (#948, @mklanjsek)
* Added informer error handler using latest client-go (#942, @wwitzel3)
* Added `--namespace-list` flag to accept a slice of namespaces (#928, @GuessWhoSamFoo)
* Added terminal support for multiple containers (#916, @GuessWhoSamFoo)
* Added tooltips for selectors and labels (#884, @mklanjsek)
* Updated terminal manager and map terminal instances to each websocket client (#887, @GuessWhoSamFoo)
* Fixed case where unclaimed persistent volumes causes panic (#889, @GuessWhoSamFoo)
* Added missing label selector to protobuf key request (#908, @GuessWhoSamFoo)
* Fixed replica spec to checked for desired replica count
* Added helper menu with build information
* Fixed Terminal window resizing issues
* 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
* Fixed graphviz component
* Fixed dark mode colors for log viewer
* Removed duplicated titles and color from visited breadcrumb links
* Fixed missing context from namespace get
* Updated schema.Convert tests and data
* Fixed terminal exit corner cases
* Upgrade gomock to 1.4.3
* Removed k8s.io/kubernetes from deps
* Fixed potential race in config watcher test
* Removed old style icons and icon package
* Added CLI argument `browser-path`
* Fixed problems with timestamp tooltips and overflow labels/selectors
* Added delete action to object lists
* Fixed client caching, no-cache, no-store headers for root (index) request
* Fixed missing label selector to protobuf key request
* Added Show service account secrets
* Fixed a couple of Tooltips issues on Firefox
* Fixed case where unclaimed persistent volume causes panic
* Fixed container log tests
* Added editing of objects
* Fixed layout MarkdownText better in tables/cards
* Added logging UI improvements
* Added ellipsis to selector overflow pattern & fix lint issues
1 change: 0 additions & 1 deletion changelogs/unreleased/884-mklanjsek

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/887-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/889-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/908-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/916-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/928-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/935-mklanjsek

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/942-wwitzel3

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/948-mklanjsek

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/951-mklanjsek

This file was deleted.

0 comments on commit d7d0660

Please sign in to comment.