Skip to content
This repository has been archived by the owner on Jan 19, 2023. It is now read-only.

Commit

Permalink
Bump to v0.10.1 and changelogs
Browse files Browse the repository at this point in the history
Signed-off-by: GuessWhoSamFoo <[email protected]>
  • Loading branch information
GuessWhoSamFoo committed Jan 30, 2020
1 parent e2d049c commit bb30650
Show file tree
Hide file tree
Showing 12 changed files with 21 additions and 18 deletions.
2 changes: 1 addition & 1 deletion build.go
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ import (
)

var (
VERSION = "v0.10.0"
VERSION = "v0.10.1"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
21 changes: 20 additions & 1 deletion changelogs/CHANGELOG-0.10.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,23 @@
- [v0.10.0](#v010)
- [v0.10.1](#v0101)
- [v0.10.0](#v0100)

## v0.10.1
#### 2020-01-30

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

### All Changes
* Fixed error type assertion for AccessError. (#562, @wwitzel3)
* Fixed Workload navigation on Windows (#568, @wwitzel3)
* Added status column to pod conditions (#569, @bryanl)
* Fixed workload view failure if pod metrics are not available for a pod (#572, @bryanl)
* Fixed typo on GO111MODULE in build script's goInstall() (#574, @ilayaperumalg)
* Added a backoff strategy for objectstore access (#579, @wwitzel3)
* Removed extra pod log view (#585, @bryanl)
* Fixed CRD watcher race condition (#588, @GuessWhoSamFoo)
* Added cluster client reload when kubeconfig changes (#591, @bryanl)
* Disabled CircleCI builds (#603, @bryanl)

## v0.10.0
#### 2020-01-22
Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/562-wwitzel3

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/574-ilayaperumalg

This file was deleted.

7 changes: 0 additions & 7 deletions changelogs/unreleased/579-wwitzel3

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit bb30650

Please sign in to comment.