Unverified Commit 9080caeb authored by Wayne Witzel III's avatar Wayne Witzel III
Browse files

release 0.3

Signed-off-by: default avatarWayne Witzel III <wayne@riotousliving.com>
parent 7b874092
Showing with 32 additions and 15 deletions
+32 -15
......@@ -2,11 +2,13 @@
* [Unreleased Changes][0]
## Current release:
* [CHANGELOG-0.2.md][2]
* [CHANGELOG-0.3.md][3]
## Older releases:
* [CHANGELOG-0.2.md][2]
* [CHANGELOG-0.1.md][1]
[3]: https://github.com/heptio/developer-dash/blob/master/changelogs/CHANGELOG-0.3.md
[2]: https://github.com/heptio/developer-dash/blob/master/changelogs/CHANGELOG-0.2.md
[1]: https://github.com/heptio/developer-dash/blob/master/changelogs/CHANGELOG-0.1.md
[0]: https://github.com/heptio/developer-dash/blob/master/changelogs/unreleased
......@@ -8,7 +8,7 @@ GOCMD=go
GOBUILD=$(GOCMD) build
GOINSTALL=$(GOCMD) install
VERSION ?= v0.2.1
VERSION ?= v0.3.0
.PHONY: version
version:
......
- [v0.3.0](#v030)
## v0.3.0
#### 2019-06-17
### Download
- https://gitlab.eng.vmware.com/cna-oss/developer-dashboard/tags/v0.3.0
### Highlights
- Speed and UX improvements.
- Better error handling.
- Ability to switch contexts from the UI.
- Documentation for Plugins
### All Changes:
* Fix resource viewer to make it stop sending invalid object graphs (#827, @bryanl)
* Improve UX by adding loading and error pages. (#829, @wwitzel3)
* Allow sorting sorting of link compnents (#818, @bryanl)
* Add support for showing current context to frontend (#832, @bryanl)
* Support cluster level custom resources (#817, @bryanl)
* Fix panic when trying to get container statuses from unscheduled pods (#797, @bryanl)
* Show service account from workload view (#692, @bryanl)
* Added `CLUSTEREYE_PLUGIN_PATH` environment variable to take list of paths (#790, @GuessWhoSamFoo)
* Added api endpoint for registered plugins (#788, @GuessWhoSamFoo)
* Added clean command to Makefile for generated mock files. (#765, @GuessWhoSamFoo)
* Added links to Service Accounts from Role Binding (#687, @GuessWhoSamFoo)
* Resource Viewer now shows a loading message for graph generation that takes longer than 750ms (#585, @wwitzel3)
* Check access per resource to provide a better user experience for non-admins. (#774, @wwitzel3)
Resource Viewer now shows a loading message for graph generation that takes longer than 750ms
Added links to Service Accounts from Role Binding
Show service account from workload view
Added clean command to Makefile for generated mock files.
Check access per resource to provide a better user experience for non-admins.
Added api endpoint for registered plugins
Added `CLUSTEREYE_PLUGIN_PATH` environment variable to take list of paths
Fix panic when trying to get container statuses from unscheduled pods
Support cluster level custom resources
Allow sorting sorting of link compnents
Fix resource viewer to make it stop sending invalid object graphs
Improve UX by adding loading and error pages.
Add support for showing current context to frontend
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment