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 #1404 from GuessWhoSamFoo/release-0.16
Browse files Browse the repository at this point in the history
Bump to 0.16 and added changelogs
  • Loading branch information
Sam Foo authored Sep 24, 2020
2 parents c3fb733 + 830104e commit eed5b46
Show file tree
Hide file tree
Showing 19 changed files with 38 additions and 19 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.15.md][15]
* [CHANGELOG-0.16.md][16]

## Older releases:
* [CHANGELOG-0.15.md][15]
* [CHANGELOG-0.14.md][14]
* [CHANGELOG-0.13.md][13]
* [CHANGELOG-0.12.md][12]
Expand All @@ -30,3 +31,4 @@
[13]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.13.md
[14]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.14.md
[15]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.15.md
[16]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.16.md
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import (
)

var (
VERSION = "v0.15.0"
VERSION = "v0.16.0"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
34 changes: 34 additions & 0 deletions changelogs/CHANGELOG-0.16.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
## v0.16.0
#### 2020-09-24

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

### Highlights
* Added a 404-style error page when a resource is not found (#422, @scothis)
* Changed default log viewer to show last 5 minutes and allow selecting a broader range (#1209, @wwitzel3)
* Added `SendAlert` to plugin interface (#1216, @GuessWhoSamFoo)
* Changed to dynamic component loading (#1242, @bryanl)
* Added `Ctrl+/` keyboard shortcut and list of keyboard shortcuts (#1319, @wwitzel3)
* Updated quick switcher UI and added namespace to search (#1381, @GuessWhoSamFoo)

### Bug Fixes
* Fixed default provided namespaces to initial namespace when empty (#838, @wwitzel3)
* Fixed problem with Storybook rendering of dynamic components (#1289, @mklanjsek)
* Fixed editing service to show sorted selectors (#1302, @GuessWhoSamFoo)
* Fixed safari height bug in the header so all browsers render the header the same. (#1313, @alexbarbato)
* Fixed configuring GRPC message size to API Client (#1324, @nodece)
* Fixed compiler warnings by colidating SCSS dependencies (#1357, @mklanjsek)
* Fixed pv list generation when claimRef pvc cannot be found (#1358, @GuessWhoSamFoo)
* Fixed unreferenced ConfigMap crashing summary tab (#1362, @GuessWhoSamFoo)

### All Changes
* Exposed full selector capabilities through `Key` object (#1201, @ipsi)
* Updated build to use Golang 1.15 (#1248, @scothis)
* Added `SendEvent` support to JavaScript plugin runtime (#1290, @wwitzel3)
* Added an optional button group to data grid tables (#1299, @scothis)
* Added validator and action payload for stepper (#1300, @GuessWhoSamFoo)
* Added support for selectors in JavaScript plugin dashboard client (#1304, @bryanl)
* Added modal component and opening modals through buttons (#1305, @GuessWhoSamFoo)
* Added an Octant log sink for zap message (#1321, @bryanl)
* Changed to icons and colors for indicator to make it more accessible (#1335, @wwitzel3)
1 change: 0 additions & 1 deletion changelogs/unreleased/1201-ipsi

This file was deleted.

2 changes: 0 additions & 2 deletions changelogs/unreleased/1209-wwitzel3

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1248-scothis

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1299-scothis

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1313-alexbarbato

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1324-nodece

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/422-scothis

This file was deleted.

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

This file was deleted.

0 comments on commit eed5b46

Please sign in to comment.