diff --git a/CHANGELOG.md b/CHANGELOG.md index 44cd1e415a..c7ca09a4d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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] @@ -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 diff --git a/build.go b/build.go index a20444c904..975e79487a 100644 --- a/build.go +++ b/build.go @@ -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) diff --git a/changelogs/CHANGELOG-0.12.md b/changelogs/CHANGELOG-0.12.md new file mode 100644 index 0000000000..3fdcb312fc --- /dev/null +++ b/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 diff --git a/changelogs/unreleased/637-wwitzel3 b/changelogs/unreleased/637-wwitzel3 deleted file mode 100644 index 7bd60580fb..0000000000 --- a/changelogs/unreleased/637-wwitzel3 +++ /dev/null @@ -1 +0,0 @@ -Update logging interfaces to support combined loggint and streaming content. diff --git a/changelogs/unreleased/710-mklanjsek b/changelogs/unreleased/710-mklanjsek deleted file mode 100644 index 9ba1554ba2..0000000000 --- a/changelogs/unreleased/710-mklanjsek +++ /dev/null @@ -1 +0,0 @@ -Added breadcrumbs, reworked headers for all pages diff --git a/changelogs/unreleased/737-mklanjsek b/changelogs/unreleased/737-mklanjsek deleted file mode 100644 index 8393233b62..0000000000 --- a/changelogs/unreleased/737-mklanjsek +++ /dev/null @@ -1 +0,0 @@ -Fixed truncation issues with namespace and context selectors diff --git a/changelogs/unreleased/801-bryanl b/changelogs/unreleased/801-bryanl deleted file mode 100644 index 1fc2acdaac..0000000000 --- a/changelogs/unreleased/801-bryanl +++ /dev/null @@ -1 +0,0 @@ -Add support for Clarity's single action for data grid rows diff --git a/changelogs/unreleased/802-bryanl b/changelogs/unreleased/802-bryanl deleted file mode 100644 index 6d61db755b..0000000000 --- a/changelogs/unreleased/802-bryanl +++ /dev/null @@ -1 +0,0 @@ -Add support for creating objects diff --git a/changelogs/unreleased/808-wwitzel3 b/changelogs/unreleased/808-wwitzel3 deleted file mode 100644 index 761dc7de58..0000000000 --- a/changelogs/unreleased/808-wwitzel3 +++ /dev/null @@ -1,3 +0,0 @@ -Add ActionName to service.ActionRequest to allow dispatching of Octant events - -**PLUGIN API BREAKING CHANGE** diff --git a/changelogs/unreleased/817-GuessWhoSamFoo b/changelogs/unreleased/817-GuessWhoSamFoo deleted file mode 100644 index 35f3adc09c..0000000000 --- a/changelogs/unreleased/817-GuessWhoSamFoo +++ /dev/null @@ -1 +0,0 @@ -Added support for different persistent volume sources in summary view diff --git a/changelogs/unreleased/820-wwitzel3 b/changelogs/unreleased/820-wwitzel3 deleted file mode 100644 index 1285fa15f1..0000000000 --- a/changelogs/unreleased/820-wwitzel3 +++ /dev/null @@ -1 +0,0 @@ -add namespacing to Octant actions and events diff --git a/changelogs/unreleased/831-wwitzel3 b/changelogs/unreleased/831-wwitzel3 deleted file mode 100644 index 1717a32c3e..0000000000 --- a/changelogs/unreleased/831-wwitzel3 +++ /dev/null @@ -1 +0,0 @@ -Fix bug that prevented Pod summary loading if status was nil/unknown. diff --git a/changelogs/unreleased/839-wwitzel3 b/changelogs/unreleased/839-wwitzel3 deleted file mode 100644 index 935f5b95fb..0000000000 --- a/changelogs/unreleased/839-wwitzel3 +++ /dev/null @@ -1 +0,0 @@ -Fix nightly builds that broke when we moved to GitHub Actions diff --git a/changelogs/unreleased/840-mklanjsek b/changelogs/unreleased/840-mklanjsek deleted file mode 100644 index f005dae399..0000000000 --- a/changelogs/unreleased/840-mklanjsek +++ /dev/null @@ -1 +0,0 @@ -Fixed logs console errors when timestamp are not present diff --git a/changelogs/unreleased/855-mklanjsek b/changelogs/unreleased/855-mklanjsek deleted file mode 100644 index cd912296db..0000000000 --- a/changelogs/unreleased/855-mklanjsek +++ /dev/null @@ -1 +0,0 @@ -Fixed issues with custom resource breadcrumbs diff --git a/changelogs/unreleased/mklanjsek-835 b/changelogs/unreleased/mklanjsek-835 deleted file mode 100644 index 1f5d5a6e31..0000000000 --- a/changelogs/unreleased/mklanjsek-835 +++ /dev/null @@ -1 +0,0 @@ -Implemented new vertical navigation