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

Commit 5a86489

Browse files
author
Sam Foo
authored
Bump to 0.24.0 and added changelogs (#2842)
Signed-off-by: Sam Foo <foos@vmware.com>
1 parent 3946917 commit 5a86489

12 files changed

Lines changed: 31 additions & 11 deletions

CHANGELOG.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
## Current release:
66

7-
- [CHANGELOG-0.23.md][23]
7+
- [CHANGELOG-0.24.md][24]
88

99
## Older releases:
1010

11+
- [CHANGELOG-0.23.md][23]
1112
- [CHANGELOG-0.22.md][22]
1213
- [CHANGELOG-0.21.md][21]
1314
- [CHANGELOG-0.20.md][20]
@@ -49,3 +50,4 @@
4950
[21]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.21.md
5051
[22]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.22.md
5152
[23]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.23.md
53+
[24]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.24.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.23.0"
28+
VERSION = "v0.24.0"
2929
GOPATH = os.Getenv("GOPATH")
3030
GIT_COMMIT = gitCommit()
3131
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)

changelogs/CHANGELOG-0.24.md

Lines changed: 26 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
## v0.24.0
2+
3+
#### 2021-08-09
4+
5+
### Download
6+
7+
- https://github.com/vmware-tanzu/octant/releases/v0.24.0
8+
9+
### Highlights
10+
11+
- Added container image manifest for pods (#156, @mklanjsek)
12+
- Added automatic reloading of Go plugins (#178, @wwitzel3)
13+
14+
### Bug Fixes
15+
16+
- Fixed status indicator for text and link components (#1688, @GuessWhoSamFoo)
17+
- Fixed Go plugins spawning terminals under Windows (#2143, @wwitzel3)
18+
- Fixed active tab not selected correctly when provided by plugins (#2809, @GuessWhoSamFoo)
19+
20+
### All Changes
21+
22+
- Added support for custom SVG icons (#1422, @ftovaro)
23+
- Removed deprecated usage of `pb.Timestamp` (#2774, @GuressWhoSamFoo)
24+
- Enabled Go plugins to apply yaml (#2775, @xtreme-vikram-yadav)
25+
- Added better errors for JS plugin watcher (#2776, @xtreme-vikram-yadav)
26+
- Added more granular logging for plugins (#2795, @lenriquez)

changelogs/unreleased/1422-ftovaro

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

changelogs/unreleased/156-mklanjsek

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

changelogs/unreleased/1688-GuessWhoSamFoo

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

changelogs/unreleased/178-wwitzel3

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

changelogs/unreleased/2143-wwitzel3

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

changelogs/unreleased/2775-xtreme-vikram-yadav

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

changelogs/unreleased/2776-xtreme-vikram-yadav

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

0 commit comments

Comments
 (0)