From bcaa209557d10329a514bb73c9f830042852d4c0 Mon Sep 17 00:00:00 2001 From: GuessWhoSamFoo Date: Fri, 27 Mar 2020 13:58:04 -0700 Subject: [PATCH] Bump to 0.11.1 and changelogs Signed-off-by: GuessWhoSamFoo --- build.go | 2 +- changelogs/CHANGELOG-0.11.md | 15 +++++++++++++++ changelogs/unreleased/779-mklanjsek | 1 - changelogs/unreleased/792-dotNomad | 1 - changelogs/unreleased/795-GuessWhoSamFoo | 1 - changelogs/unreleased/796-GuessWhoSamFoo | 1 - changelogs/unreleased/798-GuessWhoSamFoo | 1 - 7 files changed, 16 insertions(+), 6 deletions(-) delete mode 100644 changelogs/unreleased/779-mklanjsek delete mode 100644 changelogs/unreleased/792-dotNomad delete mode 100644 changelogs/unreleased/795-GuessWhoSamFoo delete mode 100644 changelogs/unreleased/796-GuessWhoSamFoo delete mode 100644 changelogs/unreleased/798-GuessWhoSamFoo diff --git a/build.go b/build.go index a46c101908..2d5ab307a9 100644 --- a/build.go +++ b/build.go @@ -19,7 +19,7 @@ import ( ) var ( - VERSION = "v0.11.0" + VERSION = "v0.11.1" GOPATH = os.Getenv("GOPATH") GIT_COMMIT = gitCommit() BUILD_TIME = time.Now().UTC().Format(time.RFC3339) diff --git a/changelogs/CHANGELOG-0.11.md b/changelogs/CHANGELOG-0.11.md index c95f9d6dc9..45a4c5fe6c 100644 --- a/changelogs/CHANGELOG-0.11.md +++ b/changelogs/CHANGELOG-0.11.md @@ -1,5 +1,20 @@ +- [v0.11.1](#v0111) - [v0.11.0](#v0110) +## v0.11.1 +#### 2020-03-27 + +### Download + - https://github.com/vmware/octant/releases/tag/v0.11.1 + +### All Changes + + * Moved tooltip for timestamps to left side if not enough space (#779, @mklanjsek) + * Add `NG_CLI_ANALYTICS` instructions to HACKING (#792, @dotNomad) + * Fixed bug where pending PVCs prevents content from loading (#795, @GuessWhoSamFoo) + * Used json serialization instead of unstructured converter due to upstream int/float conversion failure (#796, @GuessWhoSamFoo) + * Fix tab errors when service spec uses externalName (#798, @GuessWhoSamFoo) + ## v0.11.0 #### 2020-03-20 diff --git a/changelogs/unreleased/779-mklanjsek b/changelogs/unreleased/779-mklanjsek deleted file mode 100644 index 9b96023939..0000000000 --- a/changelogs/unreleased/779-mklanjsek +++ /dev/null @@ -1 +0,0 @@ -Moved tooltip for timestamps to left side if not enough space diff --git a/changelogs/unreleased/792-dotNomad b/changelogs/unreleased/792-dotNomad deleted file mode 100644 index f8e21fb33e..0000000000 --- a/changelogs/unreleased/792-dotNomad +++ /dev/null @@ -1 +0,0 @@ -Add NG_CLI_ANALYTICS instructions to HACKING diff --git a/changelogs/unreleased/795-GuessWhoSamFoo b/changelogs/unreleased/795-GuessWhoSamFoo deleted file mode 100644 index d0437d947c..0000000000 --- a/changelogs/unreleased/795-GuessWhoSamFoo +++ /dev/null @@ -1 +0,0 @@ -Fixed bug where pending PVCs prevents content from loading diff --git a/changelogs/unreleased/796-GuessWhoSamFoo b/changelogs/unreleased/796-GuessWhoSamFoo deleted file mode 100644 index c731fb8d97..0000000000 --- a/changelogs/unreleased/796-GuessWhoSamFoo +++ /dev/null @@ -1 +0,0 @@ -Used json serialization instead of unstructured converter due to upstream int/float conversion failure diff --git a/changelogs/unreleased/798-GuessWhoSamFoo b/changelogs/unreleased/798-GuessWhoSamFoo deleted file mode 100644 index 21dd397309..0000000000 --- a/changelogs/unreleased/798-GuessWhoSamFoo +++ /dev/null @@ -1 +0,0 @@ -Fix tab errors when service spec uses externalName