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.1 and added changelogs (#3199)
Browse files Browse the repository at this point in the history
Signed-off-by: Sam Foo <[email protected]>
  • Loading branch information
Sam Foo committed Feb 24, 2022
1 parent 4956779 commit f16cbb9
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
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.25.0"
VERSION = "v0.25.1"
GOPATH = os.Getenv("GOPATH")
GIT_COMMIT = gitCommit()
BUILD_TIME = time.Now().UTC().Format(time.RFC3339)
Expand Down
13 changes: 13 additions & 0 deletions changelogs/CHANGELOG-0.25.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## v0.25.1

#### 2022-2-24

### Download

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

### All Changes

- Fixed disabled buttons (#3057, @GuessWhoSamFoo)
- Fixed uncached GVR DynamicCache returning as nil (#3177, @liys87x)

## v0.25.0

#### 2021-11-16
Expand Down
1 change: 0 additions & 1 deletion changelogs/unreleased/3057-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.25.0",
"version": "0.25.1",
"homepage": "https://octant.dev",
"repository": {
"type": "git",
Expand Down

0 comments on commit f16cbb9

Please sign in to comment.