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

Commit ed8bc93

Browse files
author
Sam Foo
authored
Merge pull request #2288 from GuessWhoSamFoo/bump-to-0.19
Bump to 0.19.0 and added changelogs
2 parents 41628eb + 67afb07 commit ed8bc93

File tree

13 files changed

+32
-12
lines changed

13 files changed

+32
-12
lines changed

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,10 @@
22
* [Unreleased Changes][0]
33

44
## Current release:
5-
* [CHANGELOG-0.18.md][18]
5+
* [CHANGELOG-0.19.md][19]
66

77
## Older releases:
8+
* [CHANGELOG-0.18.md][18]
89
* [CHANGELOG-0.17.md][17]
910
* [CHANGELOG-0.16.md][16]
1011
* [CHANGELOG-0.15.md][15]
@@ -36,3 +37,4 @@
3637
[16]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.16.md
3738
[17]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.17.md
3839
[18]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.18.md
40+
[19]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.19.md

build.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

2727
var (
28-
VERSION = "v0.18.0"
28+
VERSION = "v0.19.0"
2929
GOPATH = os.Getenv("GOPATH")
3030
GIT_COMMIT = gitCommit()
3131
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)

changelogs/CHANGELOG-0.19.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
## v0.19.0
2+
#### 2021-04-08
3+
4+
### Download
5+
- https://github.com/vmware-tanzu/octant/releases/v0.19.0
6+
7+
### Breaking API Changes
8+
* Moved `request.ClientID` to `request.ClientState` (#2244, @xtreme-vikram-yadav)
9+
* Changed button groups to accept button components (@2255, @ftovaro)
10+
11+
### Highlights
12+
* Upgraded project to Clarity 5 (#2222, @mklanjsek)
13+
* Shared partial octant state with plugins (#2244, @xtreme-vikram-yadav)
14+
* Created ButtonComponent and extended LinkComponent to receive components to be wrapped as links (#2255, @ftovaro)
15+
* Added Delete and Create object store calls for Go Plugins (#2257, @xtreme-vikram-yadav)
16+
17+
### Bug Fixes
18+
* Fixed expression selector rendering (#2252, @xtreme-jon-ji)
19+
* Fixed changelog generation script to support usernames containing '-' (#2270, @xtreme-jon-ji)
20+
* Fixed Resource Viewer bug with missing pods (#2280, @mklanjsek)
21+
22+
### All Changes
23+
* Refactored forms to improve re-usability (#1504, @lenriquez)
24+
* Added Signpost (#2018, @lenriquez)
25+
* Added ability to change dynamic component on the fly (#2215, @mklanjsek)
26+
* Added CreateLink method with objects for go plugin (#2276, @GuessWhoSamFoo)
27+

changelogs/unreleased/1504-lenriquez

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/unreleased/2018-lenriquez

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/unreleased/2215-mklanjsek

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/unreleased/2244-xtreme-vikram-yadav

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/unreleased/2252-xtreme-jon-ji

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/unreleased/2255-ftovaro

Lines changed: 0 additions & 1 deletion
This file was deleted.

changelogs/unreleased/2270-xtreme-jon-ji

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)