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 #401 from wwitzel3/0.9.1
Browse files Browse the repository at this point in the history
version 0.9.1
  • Loading branch information
wwitzel3 authored Nov 1, 2019
2 parents ab4f547 + b2b8676 commit 7c4bd4a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ GOCMD=go
GOBUILD=$(GOCMD) build
GOINSTALL=$(GOCMD) install

VERSION ?= v0.9.0
VERSION ?= v0.9.1

ifdef XDG_CONFIG_HOME
OCTANT_PLUGINSTUB_DIR ?= ${XDG_CONFIG_HOME}/octant/plugins
Expand Down
12 changes: 11 additions & 1 deletion changelogs/CHANGELOG-0.9.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,14 @@
- [v0.9.0](#v090)
- [v0.9.1](#v091)
- [v0.9.0](#v090)

## v0.9.1
#### 2019-11-01

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

### Bug Fixes
- Fix panic with queryer ConfigMapsForPod method. (#400, @wwitzel3)

## v0.9.0
#### 2019-10-30
Expand Down

0 comments on commit 7c4bd4a

Please sign in to comment.