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

Commit 223e262

Browse files
author
Sam Foo
authored
Bumped to 0.25 and added changelogs (#3035)
Signed-off-by: Sam Foo <[email protected]>
1 parent 2dbcb2b commit 223e262

File tree

7 files changed

+20
-6
lines changed

7 files changed

+20
-6
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,11 @@
44

55
## Current release:
66

7-
- [CHANGELOG-0.24.md][24]
7+
- [CHANGELOG-0.25.md][25]
88

99
## Older releases:
1010

11+
- [CHANGELOG-0.24.md][24]
1112
- [CHANGELOG-0.23.md][23]
1213
- [CHANGELOG-0.22.md][22]
1314
- [CHANGELOG-0.21.md][21]
@@ -51,3 +52,4 @@
5152
[22]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.22.md
5253
[23]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.23.md
5354
[24]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.24.md
55+
[25]: https://github.com/vmware-tanzu/octant/blob/master/changelogs/CHANGELOG-0.25.md

build.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ import (
2525
)
2626

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

changelogs/CHANGELOG-0.25.md

+15
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
## v0.25.0
2+
3+
#### 2021-11-16
4+
5+
### Download
6+
7+
- https://github.com/vmware-tanzu/octant/releases/v0.25.0
8+
9+
### All Changes
10+
11+
- Fixed invalid port when backend service has multiple ports (#2994, @kaitoii11)
12+
- Updated documentation and fix link to octant's references page (#2902, @ftovaro)
13+
- Added check for resource access for namespaces before starting informers (#2900, @GuessWhoSamFoo)
14+
- Bumped to electron 13 and node 16 (#2898, @GuesssWhoSamFoo)
15+

changelogs/unreleased/2898-GuesssWhoSamFoo

-1
This file was deleted.

changelogs/unreleased/2900-GuessWhoSamFoo

-1
This file was deleted.

changelogs/unreleased/2902-ftovaro

-1
This file was deleted.

web/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "octant",
33
"description": "Octant is an extensible platform that provides modules that help developers better understand their Kuberenetes resources.",
44
"author": "The Octant Team",
5-
"version": "0.24.0",
5+
"version": "0.25.0",
66
"homepage": "https://octant.dev",
77
"repository": {
88
"type": "git",

0 commit comments

Comments
 (0)