diff --git a/pkg/buildinfo/version.go b/pkg/buildinfo/version.go index 65d711c28..b2310360e 100644 --- a/pkg/buildinfo/version.go +++ b/pkg/buildinfo/version.go @@ -21,7 +21,7 @@ package buildinfo // Version is the current version of Sonobuoy, set by the go linker's -X flag at build time. // Ensure that this is bumped manually as well so that Sonobuoy, as a library, also has the right version. -var Version = "v0.56.17" +var Version = "v0.57.2" // GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time. var GitSHA string diff --git a/site/config.yaml b/site/config.yaml index b5c2162b4..da9668362 100644 --- a/site/config.yaml +++ b/site/config.yaml @@ -32,9 +32,10 @@ params: docs_search_index_name: index_name docs_search_api_key: api_key docs_versioning: true - docs_latest: v0.57.1 + docs_latest: v0.57.2 docs_versions: - main + - v0.57.2 - v0.57.1 - v0.57.0 - v0.56.17 diff --git a/site/content/docs/main/cli/sonobuoy.md b/site/content/docs/main/cli/sonobuoy.md index 8f1f426db..f8544739e 100644 --- a/site/content/docs/main/cli/sonobuoy.md +++ b/site/content/docs/main/cli/sonobuoy.md @@ -35,4 +35,4 @@ sonobuoy [flags] * [sonobuoy version](sonobuoy_version.md) - Print sonobuoy version * [sonobuoy wait](sonobuoy_wait.md) - Waits on the Sonobuoy run in the targeted namespace. -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_delete.md b/site/content/docs/main/cli/sonobuoy_delete.md index c38da7dc9..754e7736d 100644 --- a/site/content/docs/main/cli/sonobuoy_delete.md +++ b/site/content/docs/main/cli/sonobuoy_delete.md @@ -30,4 +30,4 @@ sonobuoy delete [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_e2e.md b/site/content/docs/main/cli/sonobuoy_e2e.md index 0987fa7fa..287c75cc2 100644 --- a/site/content/docs/main/cli/sonobuoy_e2e.md +++ b/site/content/docs/main/cli/sonobuoy_e2e.md @@ -29,4 +29,4 @@ sonobuoy e2e [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_gen.md b/site/content/docs/main/cli/sonobuoy_gen.md index a4dfe0114..c1dcbaa98 100644 --- a/site/content/docs/main/cli/sonobuoy_gen.md +++ b/site/content/docs/main/cli/sonobuoy_gen.md @@ -40,7 +40,7 @@ sonobuoy gen [flags] --service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount") --show-default-podspec If true, include the default pod spec used for plugins in the output. --skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks. - --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab") + --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2") --ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin. --ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes. --systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs: (default map[]) @@ -62,4 +62,4 @@ sonobuoy gen [flags] * [sonobuoy gen default-image-config](sonobuoy_gen_default-image-config.md) - Generates the default image registry config for the e2e plugin * [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_gen_config.md b/site/content/docs/main/cli/sonobuoy_gen_config.md index d0b5fb902..024d37da0 100644 --- a/site/content/docs/main/cli/sonobuoy_gen_config.md +++ b/site/content/docs/main/cli/sonobuoy_gen_config.md @@ -40,7 +40,7 @@ sonobuoy gen config [flags] --service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount") --show-default-podspec If true, include the default pod spec used for plugins in the output. --skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks. - --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab") + --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2") --ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin. --ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes. --systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs: (default map[]) @@ -59,4 +59,4 @@ sonobuoy gen config [flags] * [sonobuoy gen](sonobuoy_gen.md) - Generates a sonobuoy manifest for submission via kubectl -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_gen_default-image-config.md b/site/content/docs/main/cli/sonobuoy_gen_default-image-config.md index 048fc34a3..117f2b3ee 100644 --- a/site/content/docs/main/cli/sonobuoy_gen_default-image-config.md +++ b/site/content/docs/main/cli/sonobuoy_gen_default-image-config.md @@ -24,4 +24,4 @@ sonobuoy gen default-image-config [flags] * [sonobuoy gen](sonobuoy_gen.md) - Generates a sonobuoy manifest for submission via kubectl -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_gen_plugin.md b/site/content/docs/main/cli/sonobuoy_gen_plugin.md index f946b1b17..08dbc0f59 100644 --- a/site/content/docs/main/cli/sonobuoy_gen_plugin.md +++ b/site/content/docs/main/cli/sonobuoy_gen_plugin.md @@ -42,4 +42,4 @@ sonobuoy gen plugin -n myPlugin -i myregistry/myimage:v0 * [sonobuoy gen plugin e2e](sonobuoy_gen_plugin_e2e.md) - Generates the e2e plugin definition based on the given options * [sonobuoy gen plugin systemd-logs](sonobuoy_gen_plugin_systemd-logs.md) - Generates the systemd-logs plugin definition based on the given options -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_gen_plugin_e2e.md b/site/content/docs/main/cli/sonobuoy_gen_plugin_e2e.md index ba2a825f2..247e09515 100644 --- a/site/content/docs/main/cli/sonobuoy_gen_plugin_e2e.md +++ b/site/content/docs/main/cli/sonobuoy_gen_plugin_e2e.md @@ -41,7 +41,7 @@ sonobuoy gen plugin e2e [flags] --service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount") --show-default-podspec If true, include the default pod spec used for plugins in the output. --skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks. - --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab") + --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2") --ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin. --ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes. --systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs: (default map[]) @@ -60,4 +60,4 @@ sonobuoy gen plugin e2e [flags] * [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_gen_plugin_systemd-logs.md b/site/content/docs/main/cli/sonobuoy_gen_plugin_systemd-logs.md index 0953525e1..592177d49 100644 --- a/site/content/docs/main/cli/sonobuoy_gen_plugin_systemd-logs.md +++ b/site/content/docs/main/cli/sonobuoy_gen_plugin_systemd-logs.md @@ -40,7 +40,7 @@ sonobuoy gen plugin systemd-logs [flags] --service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount") --show-default-podspec If true, include the default pod spec used for plugins in the output. --skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks. - --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab") + --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2") --ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin. --ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes. --systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs: (default map[]) @@ -59,4 +59,4 @@ sonobuoy gen plugin systemd-logs [flags] * [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_get.md b/site/content/docs/main/cli/sonobuoy_get.md index 515236e30..1dcb5e988 100644 --- a/site/content/docs/main/cli/sonobuoy_get.md +++ b/site/content/docs/main/cli/sonobuoy_get.md @@ -19,4 +19,4 @@ Fetches Sonobuoy resources of a specified type * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins * [sonobuoy get pod](sonobuoy_get_pod.md) - Fetch sonobuoy pods -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_get_pod.md b/site/content/docs/main/cli/sonobuoy_get_pod.md index 6ef037899..f09f7a94e 100644 --- a/site/content/docs/main/cli/sonobuoy_get_pod.md +++ b/site/content/docs/main/cli/sonobuoy_get_pod.md @@ -24,4 +24,4 @@ sonobuoy get pod [flags] * [sonobuoy get](sonobuoy_get.md) - Fetches Sonobuoy resources of a specified type -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images.md b/site/content/docs/main/cli/sonobuoy_images.md index bae8a1ce7..b064fc9da 100644 --- a/site/content/docs/main/cli/sonobuoy_images.md +++ b/site/content/docs/main/cli/sonobuoy_images.md @@ -34,4 +34,4 @@ sonobuoy images [flags] * [sonobuoy images pull](sonobuoy_images_pull.md) - Pulls images to local docker client for a specific plugin * [sonobuoy images push](sonobuoy_images_push.md) - Pushes images to docker registry for a specific plugin -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images_delete.md b/site/content/docs/main/cli/sonobuoy_images_delete.md index fd773d502..a08a2ba08 100644 --- a/site/content/docs/main/cli/sonobuoy_images_delete.md +++ b/site/content/docs/main/cli/sonobuoy_images_delete.md @@ -29,4 +29,4 @@ sonobuoy images delete [flags] * [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e' -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images_download.md b/site/content/docs/main/cli/sonobuoy_images_download.md index b9359ca45..eee79f3b0 100644 --- a/site/content/docs/main/cli/sonobuoy_images_download.md +++ b/site/content/docs/main/cli/sonobuoy_images_download.md @@ -29,4 +29,4 @@ sonobuoy images download [flags] * [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e' -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images_inspect.md b/site/content/docs/main/cli/sonobuoy_images_inspect.md index 0215dce53..bd2466774 100644 --- a/site/content/docs/main/cli/sonobuoy_images_inspect.md +++ b/site/content/docs/main/cli/sonobuoy_images_inspect.md @@ -31,4 +31,4 @@ sonobuoy images inspect [flags] * [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e' -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images_list.md b/site/content/docs/main/cli/sonobuoy_images_list.md index 6f4e6a5fa..2de3239ef 100644 --- a/site/content/docs/main/cli/sonobuoy_images_list.md +++ b/site/content/docs/main/cli/sonobuoy_images_list.md @@ -27,4 +27,4 @@ sonobuoy images list [flags] * [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e' -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images_pull.md b/site/content/docs/main/cli/sonobuoy_images_pull.md index 7e30c71e6..07cc27e4e 100644 --- a/site/content/docs/main/cli/sonobuoy_images_pull.md +++ b/site/content/docs/main/cli/sonobuoy_images_pull.md @@ -29,4 +29,4 @@ sonobuoy images pull [flags] * [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e' -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_images_push.md b/site/content/docs/main/cli/sonobuoy_images_push.md index b8e0b0023..a95c8e047 100644 --- a/site/content/docs/main/cli/sonobuoy_images_push.md +++ b/site/content/docs/main/cli/sonobuoy_images_push.md @@ -30,4 +30,4 @@ sonobuoy images push [flags] * [sonobuoy images](sonobuoy_images.md) - Manage images used in a plugin to facilitate running them in airgapped (or similar) environments. Supported plugins are: 'e2e' -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_logs.md b/site/content/docs/main/cli/sonobuoy_logs.md index 002c43577..ba660dae4 100644 --- a/site/content/docs/main/cli/sonobuoy_logs.md +++ b/site/content/docs/main/cli/sonobuoy_logs.md @@ -27,4 +27,4 @@ sonobuoy logs [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_modes.md b/site/content/docs/main/cli/sonobuoy_modes.md index adc233923..aad268ea0 100644 --- a/site/content/docs/main/cli/sonobuoy_modes.md +++ b/site/content/docs/main/cli/sonobuoy_modes.md @@ -23,4 +23,4 @@ sonobuoy modes [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_plugin.md b/site/content/docs/main/cli/sonobuoy_plugin.md index 8102491ca..0e17e02a6 100644 --- a/site/content/docs/main/cli/sonobuoy_plugin.md +++ b/site/content/docs/main/cli/sonobuoy_plugin.md @@ -22,4 +22,4 @@ Manage your installed plugins * [sonobuoy plugin show](sonobuoy_plugin_show.md) - Print the full definition of the named plugin file * [sonobuoy plugin uninstall](sonobuoy_plugin_uninstall.md) - Uninstall a plugin. You can continue to run any plugin via specifying a file or URL. -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_plugin_install.md b/site/content/docs/main/cli/sonobuoy_plugin_install.md index b05c22efe..134cf2131 100644 --- a/site/content/docs/main/cli/sonobuoy_plugin_install.md +++ b/site/content/docs/main/cli/sonobuoy_plugin_install.md @@ -22,4 +22,4 @@ sonobuoy plugin install [flags] * [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_plugin_list.md b/site/content/docs/main/cli/sonobuoy_plugin_list.md index 7ce469b08..20d8a9d9d 100644 --- a/site/content/docs/main/cli/sonobuoy_plugin_list.md +++ b/site/content/docs/main/cli/sonobuoy_plugin_list.md @@ -22,4 +22,4 @@ sonobuoy plugin list [flags] * [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_plugin_show.md b/site/content/docs/main/cli/sonobuoy_plugin_show.md index 460ca8b6b..df088eb67 100644 --- a/site/content/docs/main/cli/sonobuoy_plugin_show.md +++ b/site/content/docs/main/cli/sonobuoy_plugin_show.md @@ -22,4 +22,4 @@ sonobuoy plugin show [flags] * [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_plugin_uninstall.md b/site/content/docs/main/cli/sonobuoy_plugin_uninstall.md index c9f7c4a58..6dd5fff3f 100644 --- a/site/content/docs/main/cli/sonobuoy_plugin_uninstall.md +++ b/site/content/docs/main/cli/sonobuoy_plugin_uninstall.md @@ -22,4 +22,4 @@ sonobuoy plugin uninstall [flags] * [sonobuoy plugin](sonobuoy_plugin.md) - Manage your installed plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_query.md b/site/content/docs/main/cli/sonobuoy_query.md index a0521985c..9bbd6b66e 100644 --- a/site/content/docs/main/cli/sonobuoy_query.md +++ b/site/content/docs/main/cli/sonobuoy_query.md @@ -24,4 +24,4 @@ sonobuoy query [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_results.md b/site/content/docs/main/cli/sonobuoy_results.md index c0dda077d..8dba9ab3e 100644 --- a/site/content/docs/main/cli/sonobuoy_results.md +++ b/site/content/docs/main/cli/sonobuoy_results.md @@ -26,4 +26,4 @@ sonobuoy results archive.tar.gz [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_retrieve.md b/site/content/docs/main/cli/sonobuoy_retrieve.md index 470164841..8bfb8f4d7 100644 --- a/site/content/docs/main/cli/sonobuoy_retrieve.md +++ b/site/content/docs/main/cli/sonobuoy_retrieve.md @@ -28,4 +28,4 @@ sonobuoy retrieve [path] [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_run.md b/site/content/docs/main/cli/sonobuoy_run.md index 25a22bd36..881dad44c 100644 --- a/site/content/docs/main/cli/sonobuoy_run.md +++ b/site/content/docs/main/cli/sonobuoy_run.md @@ -40,7 +40,7 @@ sonobuoy run [flags] --service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount") --show-default-podspec If true, include the default pod spec used for plugins in the output. --skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks. - --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab") + --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2") --ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin. --ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes. --systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs: (default map[]) @@ -59,4 +59,4 @@ sonobuoy run [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_status.md b/site/content/docs/main/cli/sonobuoy_status.md index fd3938cf2..6b86ae190 100644 --- a/site/content/docs/main/cli/sonobuoy_status.md +++ b/site/content/docs/main/cli/sonobuoy_status.md @@ -27,4 +27,4 @@ sonobuoy status [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_version.md b/site/content/docs/main/cli/sonobuoy_version.md index 0abb5807b..c294d3162 100644 --- a/site/content/docs/main/cli/sonobuoy_version.md +++ b/site/content/docs/main/cli/sonobuoy_version.md @@ -25,4 +25,4 @@ sonobuoy version [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024 diff --git a/site/content/docs/main/cli/sonobuoy_wait.md b/site/content/docs/main/cli/sonobuoy_wait.md index 3ec220275..a1e99ede8 100644 --- a/site/content/docs/main/cli/sonobuoy_wait.md +++ b/site/content/docs/main/cli/sonobuoy_wait.md @@ -40,7 +40,7 @@ sonobuoy wait [flags] --service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount") --show-default-podspec If true, include the default pod spec used for plugins in the output. --skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks. - --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab") + --sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2") --ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin. --ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes. --systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs: (default map[]) @@ -59,4 +59,4 @@ sonobuoy wait [flags] * [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins -###### Auto generated by spf13/cobra on 17-Nov-2023 +###### Auto generated by spf13/cobra on 27-Aug-2024