From b46c133c970b70c2672c55b6e73c86cdbb81d8ee Mon Sep 17 00:00:00 2001 From: Shinnosuke Sawada-Dazai Date: Tue, 10 Sep 2024 10:19:30 +0900 Subject: [PATCH] Release v0.48.9 (#5205) * Release v0.48.9 Signed-off-by: Shinnosuke Sawada-Dazai * Add document for git password Signed-off-by: Shinnosuke Sawada-Dazai --------- Signed-off-by: Shinnosuke Sawada-Dazai --- RELEASE | 2 +- .../user-guide/managing-piped/configuration-reference.md | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/RELEASE b/RELEASE index a01984e4c8..a0e1a85613 100644 --- a/RELEASE +++ b/RELEASE @@ -1,6 +1,6 @@ # Generated by `make release` command. # DO NOT EDIT. -tag: v0.48.8 +tag: v0.48.9 releaseNoteGenerator: showCommitter: false diff --git a/docs/content/en/docs-v0.48.x/user-guide/managing-piped/configuration-reference.md b/docs/content/en/docs-v0.48.x/user-guide/managing-piped/configuration-reference.md index ba9e43ac1f..c65dcf1352 100644 --- a/docs/content/en/docs-v0.48.x/user-guide/managing-piped/configuration-reference.md +++ b/docs/content/en/docs-v0.48.x/user-guide/managing-piped/configuration-reference.md @@ -49,6 +49,7 @@ spec: | hostName | string | The hostname or IP address of the remote git server. Default is the same value with Host. | No | | sshKeyFile | string | The path to the private ssh key file. This will be used to clone the source code of the specified git repositories. | No | | sshKeyData | string | Base64 encoded string of SSH key. | No | +| password | string | The base64 encoded password for git used while cloning above Git repository. | No | ## GitRepository