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

Commit

Permalink
Bump to 0.24.0 and added changelogs (#2842)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Foo <[email protected]>
  • Loading branch information
Sam Foo committed Sep 9, 2021
1 parent 3946917 commit 5a86489
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 11 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,11 @@

## Current release:

- [CHANGELOG-0.23.md][23]
- [CHANGELOG-0.24.md][24]

## Older releases:

- [CHANGELOG-0.23.md][23]
- [CHANGELOG-0.22.md][22]
- [CHANGELOG-0.21.md][21]
- [CHANGELOG-0.20.md][20]
Expand Down Expand Up @@ -49,3 +50,4 @@
[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
[23]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.23.md
[24]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.24.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.23.0"
VERSION = "v0.24.0"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
26 changes: 26 additions & 0 deletions changelogs/CHANGELOG-0.24.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
## v0.24.0

#### 2021-08-09

### Download

- https://github.com/vmware-tanzu/octant/releases/v0.24.0

### Highlights

- Added container image manifest for pods (#156, @mklanjsek)
- Added automatic reloading of Go plugins (#178, @wwitzel3)

### Bug Fixes

- Fixed status indicator for text and link components (#1688, @GuessWhoSamFoo)
- Fixed Go plugins spawning terminals under Windows (#2143, @wwitzel3)
- Fixed active tab not selected correctly when provided by plugins (#2809, @GuessWhoSamFoo)

### All Changes

- Added support for custom SVG icons (#1422, @ftovaro)
- Removed deprecated usage of `pb.Timestamp` (#2774, @GuressWhoSamFoo)
- Enabled Go plugins to apply yaml (#2775, @xtreme-vikram-yadav)
- Added better errors for JS plugin watcher (#2776, @xtreme-vikram-yadav)
- Added more granular logging for plugins (#2795, @lenriquez)
1 change: 0 additions & 1 deletion changelogs/unreleased/1422-ftovaro

This file was deleted.

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

This file was deleted.

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

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/178-wwitzel3

This file was deleted.

1 change: 0 additions & 1 deletion changelogs/unreleased/2143-wwitzel3

This file was deleted.

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

This file was deleted.

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

This file was deleted.

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

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

0 comments on commit 5a86489

Please sign in to comment.