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

Commit

Permalink
Bumped to 0.25 and added changelogs (#3035)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Foo <[email protected]>
  • Loading branch information
Sam Foo authored Nov 16, 2021
1 parent 2dbcb2b commit 223e262
Show file tree
Hide file tree
Showing 7 changed files with 20 additions and 6 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.24.md][24]
- [CHANGELOG-0.25.md][25]

## Older releases:

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

#### 2021-11-16

### Download

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

### All Changes

- Fixed invalid port when backend service has multiple ports (#2994, @kaitoii11)
- Updated documentation and fix link to octant's references page (#2902, @ftovaro)
- Added check for resource access for namespaces before starting informers (#2900, @GuessWhoSamFoo)
- Bumped to electron 13 and node 16 (#2898, @GuesssWhoSamFoo)

1 change: 0 additions & 1 deletion changelogs/unreleased/2898-GuesssWhoSamFoo

This file was deleted.

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

This file was deleted.

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

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

0 comments on commit 223e262

Please sign in to comment.