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 #2288 from GuessWhoSamFoo/bump-to-0.19
Browse files Browse the repository at this point in the history
Bump to 0.19.0 and added changelogs
  • Loading branch information
Sam Foo authored Apr 9, 2021
2 parents 41628eb + 67afb07 commit ed8bc93
Show file tree
Hide file tree
Showing 13 changed files with 32 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.18.md][18]
* [CHANGELOG-0.19.md][19]

## Older releases:
* [CHANGELOG-0.18.md][18]
* [CHANGELOG-0.17.md][17]
* [CHANGELOG-0.16.md][16]
* [CHANGELOG-0.15.md][15]
Expand Down Expand Up @@ -36,3 +37,4 @@
[16]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.16.md
[17]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.17.md
[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
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.18.0"
VERSION = "v0.19.0"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
27 changes: 27 additions & 0 deletions changelogs/CHANGELOG-0.19.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,27 @@
## v0.19.0
#### 2021-04-08

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

### Breaking API Changes
* Moved `request.ClientID` to `request.ClientState` (#2244, @xtreme-vikram-yadav)
* Changed button groups to accept button components (@2255, @ftovaro)

### Highlights
* Upgraded project to Clarity 5 (#2222, @mklanjsek)
* Shared partial octant state with plugins (#2244, @xtreme-vikram-yadav)
* Created ButtonComponent and extended LinkComponent to receive components to be wrapped as links (#2255, @ftovaro)
* Added Delete and Create object store calls for Go Plugins (#2257, @xtreme-vikram-yadav)

### Bug Fixes
* Fixed expression selector rendering (#2252, @xtreme-jon-ji)
* Fixed changelog generation script to support usernames containing '-' (#2270, @xtreme-jon-ji)
* Fixed Resource Viewer bug with missing pods (#2280, @mklanjsek)

### All Changes
* Refactored forms to improve re-usability (#1504, @lenriquez)
* Added Signpost (#2018, @lenriquez)
* Added ability to change dynamic component on the fly (#2215, @mklanjsek)
* Added CreateLink method with objects for go plugin (#2276, @GuessWhoSamFoo)

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2252-xtreme-jon-ji

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2270-xtreme-jon-ji

This file was deleted.

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

This file was deleted.

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

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

0 comments on commit ed8bc93

Please sign in to comment.