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 #2565 from GuessWhoSamFoo/bump-to-0.21
Browse files Browse the repository at this point in the history
Bump to 0.21.0 and added changelogs
  • Loading branch information
Sam Foo authored Jun 16, 2021
2 parents dccd770 + 3158aa5 commit 3c7e607
Show file tree
Hide file tree
Showing 13 changed files with 27 additions and 12 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,10 @@
* [Unreleased Changes][0]

## Current release:
* [CHANGELOG-0.20.md][20]
* [CHANGELOG-0.21.md][21]

## Older releases:
* [CHANGELOG-0.20.md][20]
* [CHANGELOG-0.19.md][19]
* [CHANGELOG-0.18.md][18]
* [CHANGELOG-0.17.md][17]
Expand Down Expand Up @@ -40,3 +41,4 @@
[18]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.18.md
[19]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.19.md
[20]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.20.md
[21]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.21.md
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.20.0"
VERSION = "v0.21.0"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
22 changes: 22 additions & 0 deletions changelogs/CHANGELOG-0.21.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
## v0.21.0
#### 2021-06-16

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

### Highlights
* Added Horizontal stacking of fields (#2020, @lenriquez)
* Improved Resource Viewer initial selection (#2408, @mklanjsek)
* Updated preferences to show local path to kube config (#2478, @xtreme-vikram-yadav)

### Bug Fixes
* Fixed bug where actions were not passed to components (#2458, @GuessWhoSamFoo)

### All Changes
* Moved managed fields in YAML tab to metadata using JSON editor (#2132, @GuessWhoSamFoo)
* Added flag to disable cross origin check (#2384, @GuessWhoSamFoo)
* Added properties pane to Resource Viewer (#2409, @mklanjsek)
* Added SelectFile component (#2425, @mklanjsek)
* Added support for cds-alert for cards, flexbox, modal and summary components. (#2438, @xtreme-vikram-yadav)
* Added tabs as components (#2482, @ftovaro-lenriquez)

1 change: 0 additions & 1 deletion changelogs/unreleased/2020-lenriquez

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2408-mklanjsek

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2409-mklanjsek

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2438-xtreme-vikram-yadav

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2478-xtreme-vikram-yadav

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2482-ftovaro-lenriquez

This file was deleted.

2 changes: 1 addition & 1 deletion web/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "octant",
"description": "Octant is an extensible platform that provides modules that help developers better understand their Kuberenetes resources.",
"author": "The Octant Team",
"version": "0.20.0",
"version": "0.21.0",
"homepage": "https://octant.dev",
"repository": {
"type": "git",
Expand Down

0 comments on commit 3c7e607

Please sign in to comment.