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 #2648 from xtreme-vikram-yadav/bump-to-0.22.0
Browse files Browse the repository at this point in the history
Bump to 0.22.0 and added changelogs
  • Loading branch information
wwitzel3 committed Jul 14, 2021
2 parents a32eec1 + ec56ad5 commit a723e6e
Show file tree
Hide file tree
Showing 5 changed files with 24 additions and 4 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.21.md][21]
* [CHANGELOG-0.22.md][22]

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

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

### Highlights
* Added checks for AccessErrors for CRDs and Events (#2587, @wwitzel3)
* Added default radio selection (#2582, @GuessWhoSamFoo)

### Bug Fixes
* Fixed bug where textArea don't diplay on forms (#2614, @ftovaro-lenriquez)
* Fixed compilation errors after generating TypeScript plugin components (#2605, @liamrathke)

### All Changes
* Created websocket streaming interface (#2581, @mstergianis, @wwitzel3)
* Exported config.Dash and related interfaces to allow easier usage of Octant as a library (#2610, @wwitzel3)
* Updated namespace list to be expandable (#2548, @xtreme-vikram-yadav)
* Updated broken link to octant introduction on octant website (#2427, @xtreme-vikram-yadav)
1 change: 0 additions & 1 deletion changelogs/unreleased/2610-wwitzel3

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.21.0",
"version": "0.22.0",
"homepage": "https://octant.dev",
"repository": {
"type": "git",
Expand Down

0 comments on commit a723e6e

Please sign in to comment.