Skip to content

Commit

Permalink
Merge pull request vmware-archive#800 from GuessWhoSamFoo/0.11.1
Browse files Browse the repository at this point in the history
Bump to 0.11.1 and changelogs
  • Loading branch information
wwitzel3 authored Mar 30, 2020
2 parents a9f41ce + bcaa209 commit a5f7847
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 6 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.11.0"
VERSION = "v0.11.1"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
15 changes: 15 additions & 0 deletions changelogs/CHANGELOG-0.11.md
Original file line number Diff line number Diff line change
@@ -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

Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/779-mklanjsek

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/792-dotNomad

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

0 comments on commit a5f7847

Please sign in to comment.