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 #863 from wwitzel3/release-0.12
Browse files Browse the repository at this point in the history
release 0.12
  • Loading branch information
wwitzel3 committed Apr 22, 2020
2 parents efac907 + 6f84b98 commit f232c18
Show file tree
Hide file tree
Showing 16 changed files with 60 additions and 17 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Expand Up @@ -2,9 +2,10 @@
* [Unreleased Changes][0]

## Current release:
* [CHANGELOG-0.11.md][11]
* [CHANGELOG-0.12.md][12]

## Older releases:
* [CHANGELOG-0.11.md][11]
* [CHANGELOG-0.10.md][10]
* [CHANGELOG-0.9.md][9]
* [CHANGELOG-0.8.md][8]
Expand All @@ -22,3 +23,4 @@
[9]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.9.md
[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
2 changes: 1 addition & 1 deletion build.go
Expand Up @@ -21,7 +21,7 @@ import (
)

var (
VERSION = "v0.11.1"
VERSION = "v0.12.0"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
56 changes: 56 additions & 0 deletions changelogs/CHANGELOG-0.12.md
@@ -0,0 +1,56 @@
## v0.12.0
#### 2020-04-22

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

### Highlights
* Add new vertical navigation (@mklanjsek, #835)
* Add breadcrumbs, reworked headers for all pages (#710, @mklanjsek)
* Add support for Clarity's single action for data grid rows (#801, @bryanl)
* Add support for creating objects (#802, @bryanl)
* Update logging interfaces to support combined loggint and streaming content. (#637, @wwitzel3)
* Add support for different persistent volume sources in summary view (#817, @GuessWhoSamFoo)
* Add network policy printer (#813, @GuessWhoSamFoo)

### Breaking API Changes
* **PLUGIN API** Add ActionName to service.ActionRequest to allow dispatching of Octant events (#808, @wwitzel3)
* Add namespacing to Octant actions and events (#820, @wwitzel3)

### All Changes
* Refactor backend tab creation. (#861, @bryanl)
* Improve UI link rendering time. (#854, @bryanl)
* Fix issues with custom resource breadcrumbs (#855, @mklanjsek)
* Fix truncation issues with namespace and context selectors (#737, @mklanjsek)
* Fix logs console errors when timestamp are not present (#840, @mklanjsek)
* Fix nightly builds that broke when we moved to GitHub Actions (#839, @wwitzel3)
* Fix bug that prevented Pod summary loading if status was nil/unknown. (#831, @wwitzel3)
* Fix issues with custom resource breadcrumbs
* Enhance multiple change detections with different values from pipe
* Decrease link latency
* Fix truncation issues with namespace and context selectors
* Fix logs console errors when no timestamp
* Update ngx-highlightjx to ivy compatible version
* Remove setup-go path steps and bump setup-node versions
* Update karma and protractor versions
* Add unit tests for navigation service
* Update nightly with tag and tmp file
* Load summary for pods with nil status
* Improve selection indication for vertical nav
* Add ellipsis to labels when they are long to avoid overflow
* Fix labels/selectors overflow their containers
* Add plugin topic link to README.md
* Enhance heading anchors actually visible/usable
* Fix error logging causing console spam
* Add describer for generalized network policy cases
* Fix event types for remaining handlers
* Fix datagrid filtering
* Fix frontend handler assignment
* Add more context to Overview links
* Support different volume sources in summary view
* Fix go mod issues by ignoring go build and doc main files
* Remove old reference to CLA
* Add e2e test proposal
* Run prettier on angular app dir
* Extract creation of frontend/backend handlers
* Update client side dependencies
1 change: 0 additions & 1 deletion changelogs/unreleased/637-wwitzel3

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/801-bryanl

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/802-bryanl

This file was deleted.

3 changes: 0 additions & 3 deletions changelogs/unreleased/808-wwitzel3

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit f232c18

Please sign in to comment.