Skip to content

Commit c22b053

Browse files
authored
Update RELEASE to v0.49.1 and update v0.49.x docs (#5263)
* update RELEASE to v0.49.1 Signed-off-by: t-kikuc <[email protected]> * update docs of v0.49.x by `make release version=v0.49.1` Signed-off-by: t-kikuc <[email protected]> --------- Signed-off-by: t-kikuc <[email protected]>
1 parent cf39825 commit c22b053

File tree

2 files changed

+24
-20
lines changed

2 files changed

+24
-20
lines changed

RELEASE

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Generated by `make release` command.
22
# DO NOT EDIT.
3-
tag: v0.49.0
3+
tag: v0.49.1
44

55
releaseNoteGenerator:
66
showCommitter: false

docs/content/en/docs-v0.49.x/user-guide/managing-piped/runtime-options.md

+23-19
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ Flags:
2020
--app-manifest-cache-count int The number of app manifests to cache. The cache-key contains the commit hash. The default is 150. (default 150)
2121
--cert-file string The path to the TLS certificate file.
2222
--config-aws-secret string The ARN of secret that contains Piped config and be stored in AWS Secrets Manager.
23+
--config-aws-ssm-parameter string The name of parameter of Piped config stored in AWS Systems Manager Parameter Store. SecureString is also supported.
2324
--config-data string The base64 encoded string of the configuration data.
2425
--config-file string The path to the configuration file.
2526
--config-gcp-secret string The resource ID of secret that contains Piped config and be stored in GCP SecretManager.
@@ -46,25 +47,28 @@ Usage:
4647
launcher launcher [flags]
4748
4849
Flags:
49-
--aws-secret-id string The ARN of secret that contains Piped config in AWS Secrets Manager service.
50-
--cert-file string The path to the TLS certificate file.
51-
--check-interval duration Interval to periodically check desired config/version to restart Piped. Default is 1m. (default 1m0s)
52-
--config-data string The base64 encoded string of the configuration data.
53-
--config-file string The path to the configuration file.
54-
--config-from-aws-secret Whether to load Piped config that is being stored in AWS Secrets Manager service.
55-
--config-from-gcp-secret Whether to load Piped config that is being stored in GCP SecretManager service.
56-
--config-from-git-repo Whether to load Piped config that is being stored in a git repository.
57-
--default-version string The version should be run when no desired version was specified. Empty means using the same version with Launcher.
58-
--gcp-secret-id string The resource ID of secret that contains Piped config in GCP SecretManager service.
59-
--git-branch string Branch of git repository to for Piped config.
60-
--git-piped-config-file string Relative path within git repository to locate Piped config file.
61-
--git-repo-url string The remote URL of git repository to fetch Piped config.
62-
--git-ssh-key-file string The path to SSH private key to fetch private git repository.
63-
--grace-period duration How long to wait for graceful shutdown. (default 30s)
64-
-h, --help help for launcher
65-
--home-dir string The working directory of Launcher.
66-
--insecure Whether disabling transport security while connecting to control-plane.
67-
--launcher-admin-port int The port number used to run a HTTP server for admin tasks such as metrics, healthz.
50+
--aws-secret-id string The ARN of secret that contains Piped config in AWS Secrets Manager service.
51+
--aws-ssm-parameter string The name of parameter of Piped config stored in AWS Systems Manager Parameter Store. SecureString is also supported.
52+
--cert-file string The path to the TLS certificate file.
53+
--check-interval duration Interval to periodically check desired config/version to restart Piped. Default is 1m. (default 1m0s)
54+
--config-data string The base64 encoded string of the configuration data.
55+
--config-file string The path to the configuration file.
56+
--config-from-aws-secret Whether to load Piped config that is being stored in AWS Secrets Manager service.
57+
--config-from-aws-ssm-parameter-store Whether to load Piped config that is being stored in AWS Systems Manager Parameter Store.
58+
--config-from-gcp-secret Whether to load Piped config that is being stored in GCP SecretManager service.
59+
--config-from-git-repo Whether to load Piped config that is being stored in a git repository.
60+
--default-version string The version should be run when no desired version was specified. Empty means using the same version with Launcher.
61+
--gcp-secret-id string The resource ID of secret that contains Piped config in GCP SecretManager service.
62+
--git-branch string Branch of git repository to for Piped config.
63+
--git-piped-config-file string Relative path within git repository to locate Piped config file.
64+
--git-repo-url string The remote URL of git repository to fetch Piped config.
65+
--git-ssh-key-data string Base64 encoded value of SSH private key to fetch Piped config from the private git repository.
66+
--git-ssh-key-file string The path to SSH private key to fetch Piped config from private git repository.
67+
--grace-period duration How long to wait for graceful shutdown. (default 30s)
68+
-h, --help help for launcher
69+
--home-dir string The working directory of Launcher.
70+
--insecure Whether disabling transport security while connecting to control-plane.
71+
--launcher-admin-port int The port number used to run a HTTP server for admin tasks such as metrics, healthz.
6872
6973
Global Flags:
7074
--log-encoding string The encoding type for logger [json|console|humanize]. (default "humanize")

0 commit comments

Comments
 (0)