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 #1472 from GuessWhoSamFoo/release-0.16.1
Browse files Browse the repository at this point in the history
Bump to version 0.16.1 and added changelogs
  • Loading branch information
Sam Foo authored Oct 7, 2020
2 parents ebf6c10 + d4733fe commit 8aebb34
Show file tree
Hide file tree
Showing 10 changed files with 19 additions and 9 deletions.
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.16.0"
VERSION = "v0.16.1"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
18 changes: 18 additions & 0 deletions changelogs/CHANGELOG-0.16.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
## v0.16.1
#### 2020-10-07

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

### All Changes
* Fixed resource viewer unmarshal bug (#1424, @scothis)
* Added a streamer interface for logger (#1425, @bryanl)
* Fixed syntax highlighting in YAML tab (#1436, @GuessWhoSamFoo)
* Changed default internal DashService API to 127.0.0.1 rather than localhost (#1438, @joshrosso)
* Fixed clientID not added to ActionRequest (#1441, @GuessWhoSamFoo)
* Moved breadcrumb/title generation to tab component (#1445, @GuessWhoSamFoo)
* Fixed regression with multiple plugin tabs overwriting (#1446, @GuessWhoSamFoo)
* Added `trustedContent` flag for Markdown (#1460, @wwitzel3)
* Changed redirect path when switching namespaces to be more intuitive (#1461, @GuessWhoSamFoo)
* Fixed logs not scrolling to bottom when selecting container or time (#1464, @GuessWhoSamFoo)

## v0.16.0
#### 2020-09-24

Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/1436-GuessWhoSamFoo

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/1438-joshrosso

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit 8aebb34

Please sign in to comment.