Skip to content

Commit f921374

Browse files
ffjlabot-kikuc
andauthored
Cherry-pick #5025 #5137 (#5139)
* Fix: Update latest version of docs (#5025) Signed-off-by: t-kikuc <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> * Update to v0.48.6 (#5137) Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> Signed-off-by: Yoshiki Fujikane <[email protected]> Co-authored-by: Tetsuya Kikuchi <[email protected]>
1 parent d8d1df0 commit f921374

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

RELEASE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
tag: v0.48.4
1+
tag: v0.48.6
22

33
releaseNoteGenerator:
44
showCommitter: false

docs/main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ import (
2828
const dir = "/public"
2929

3030
// Don't update here manually. /hack/gen-release-docs.sh does.
31-
const latestPath = "/docs-v0.47.x/"
31+
const latestPath = "/docs-v0.48.x/"
3232

3333
func main() {
3434
var (

0 commit comments

Comments
 (0)