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

Commit ac09954

Browse files
author
Sam Foo
authored
Merge pull request #392 from GuessWhoSamFoo/release-0.9
Bump makefile and add changelog
2 parents 19fd08f + 361c727 commit ac09954

9 files changed

+26
-9
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* [Unreleased Changes][0]
33

44
## Current release:
5-
* [CHANGELOG-0.8.md][8]
5+
* [CHANGELOG-0.9.md][8]
66

77
## Older releases:
8+
* [CHANGELOG-0.8.md][8]
89
* [CHANGELOG-0.7.md][7]
910
* [CHANGELOG-0.6.md][6]
1011
* [CHANGELOG-0.5.md][5]
@@ -16,3 +17,4 @@
1617
[6]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.6.md
1718
[7]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.7.md
1819
[8]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.8.md
20+
[9]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.9.md

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ GOCMD=go
1111
GOBUILD=$(GOCMD) build
1212
GOINSTALL=$(GOCMD) install
1313

14-
VERSION ?= v0.8.0
14+
VERSION ?= v0.9.0
1515

1616
ifdef XDG_CONFIG_HOME
1717
OCTANT_PLUGINSTUB_DIR ?= ${XDG_CONFIG_HOME}/octant/plugins

changelogs/CHANGELOG-0.9.md

+22
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
- [v0.9.0](#v090)
2+
3+
## v0.9.0
4+
#### 2019-10-30
5+
6+
### Download
7+
- https://github.com/vmware/octant/releases/tag/v0.9.0
8+
9+
### Highlights
10+
- All flags can now also be environment variables (#205, @wwitzel3)
11+
- Nightly builds are now available (#343, @wwitzel3)
12+
- Added Octant website using Jekyll (#364, @lspringer)
13+
- Added experimental arm and arm64 support (#388, @GuessWhoSamFoo)
14+
15+
### All Changes
16+
* Included accessor when unmarshaling component metadata (#179, @bryanl)
17+
* Updated import paths from `vmware` to `vmware-tanzu` (#354, @wwitzel3)
18+
* Fixed javascript mime type for Windows (#355, @wwitzel3)
19+
* Added ConfigMap and Secret node edges to Pod in resource viewer (#367, @GuessWhoSamFoo)
20+
* Documentation fixes, formatting, and markdown linting (#375, @jonasrosland)
21+
* Fixed link to readme (#376, @edwardmlyte)
22+
* Added flag to disable cluster overview (#380, @GuessWhoSamFoo)

changelogs/unreleased/179-bryanl

-2
This file was deleted.

changelogs/unreleased/205-wwitzel3

-1
This file was deleted.

changelogs/unreleased/355-wwitzel3

-1
This file was deleted.

changelogs/unreleased/367-GuessWhoSamFoo

-1
This file was deleted.

changelogs/unreleased/380-GuessWhoSamFoo

-1
This file was deleted.

changelogs/unreleased/388-GuessWhoSamFoo

-1
This file was deleted.

0 commit comments

Comments
 (0)