diff --git a/build.go b/build.go index 2577155414..486b9e4c7f 100644 --- a/build.go +++ b/build.go @@ -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) diff --git a/changelogs/CHANGELOG-0.25.md b/changelogs/CHANGELOG-0.25.md index cc8f9b3f06..4d35294565 100644 --- a/changelogs/CHANGELOG-0.25.md +++ b/changelogs/CHANGELOG-0.25.md @@ -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 diff --git a/changelogs/unreleased/3057-GuessWhoSamFoo b/changelogs/unreleased/3057-GuessWhoSamFoo deleted file mode 100644 index 15002378fa..0000000000 --- a/changelogs/unreleased/3057-GuessWhoSamFoo +++ /dev/null @@ -1 +0,0 @@ -Fixed disabled buttons diff --git a/web/package.json b/web/package.json index cae8e3866c..52afdd7f80 100644 --- a/web/package.json +++ b/web/package.json @@ -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",