Skip to content

Commit cc22d58

Browse files
authored
Merge pull request #1986 from mohitsharma-in/topic/mohitsh/release-v0.57.2
Release v0.57.2
2 parents f060fe6 + 6566176 commit cc22d58

34 files changed

Lines changed: 41 additions & 40 deletions

pkg/buildinfo/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ package buildinfo
2121

2222
// Version is the current version of Sonobuoy, set by the go linker's -X flag at build time.
2323
// Ensure that this is bumped manually as well so that Sonobuoy, as a library, also has the right version.
24-
var Version = "v0.56.17"
24+
var Version = "v0.57.2"
2525

2626
// GitSHA is the actual commit that is being built, set by the go linker's -X flag at build time.
2727
var GitSHA string

site/config.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,9 +32,10 @@ params:
3232
docs_search_index_name: index_name
3333
docs_search_api_key: api_key
3434
docs_versioning: true
35-
docs_latest: v0.57.1
35+
docs_latest: v0.57.2
3636
docs_versions:
3737
- main
38+
- v0.57.2
3839
- v0.57.1
3940
- v0.57.0
4041
- v0.56.17

site/content/docs/main/cli/sonobuoy.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,4 +35,4 @@ sonobuoy [flags]
3535
* [sonobuoy version](sonobuoy_version.md) - Print sonobuoy version
3636
* [sonobuoy wait](sonobuoy_wait.md) - Waits on the Sonobuoy run in the targeted namespace.
3737

38-
###### Auto generated by spf13/cobra on 17-Nov-2023
38+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_delete.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,4 +30,4 @@ sonobuoy delete [flags]
3030

3131
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
3232

33-
###### Auto generated by spf13/cobra on 17-Nov-2023
33+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_e2e.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ sonobuoy e2e [flags]
2929

3030
* [sonobuoy](sonobuoy.md) - Generate reports on your Kubernetes cluster by running plugins
3131

32-
###### Auto generated by spf13/cobra on 17-Nov-2023
32+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_gen.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy gen [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -62,4 +62,4 @@ sonobuoy gen [flags]
6262
* [sonobuoy gen default-image-config](sonobuoy_gen_default-image-config.md) - Generates the default image registry config for the e2e plugin
6363
* [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin
6464

65-
###### Auto generated by spf13/cobra on 17-Nov-2023
65+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_gen_config.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ sonobuoy gen config [flags]
4040
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4141
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4242
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
43-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab")
43+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
4444
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4545
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4646
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -59,4 +59,4 @@ sonobuoy gen config [flags]
5959

6060
* [sonobuoy gen](sonobuoy_gen.md) - Generates a sonobuoy manifest for submission via kubectl
6161

62-
###### Auto generated by spf13/cobra on 17-Nov-2023
62+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_gen_default-image-config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,4 +24,4 @@ sonobuoy gen default-image-config [flags]
2424

2525
* [sonobuoy gen](sonobuoy_gen.md) - Generates a sonobuoy manifest for submission via kubectl
2626

27-
###### Auto generated by spf13/cobra on 17-Nov-2023
27+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_gen_plugin.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,4 +42,4 @@ sonobuoy gen plugin -n myPlugin -i myregistry/myimage:v0
4242
* [sonobuoy gen plugin e2e](sonobuoy_gen_plugin_e2e.md) - Generates the e2e plugin definition based on the given options
4343
* [sonobuoy gen plugin systemd-logs](sonobuoy_gen_plugin_systemd-logs.md) - Generates the systemd-logs plugin definition based on the given options
4444

45-
###### Auto generated by spf13/cobra on 17-Nov-2023
45+
###### Auto generated by spf13/cobra on 27-Aug-2024

site/content/docs/main/cli/sonobuoy_gen_plugin_e2e.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ sonobuoy gen plugin e2e [flags]
4141
--service-account-name string Name of the service account to be used by sonobuoy. (default "sonobuoy-serviceaccount")
4242
--show-default-podspec If true, include the default pod spec used for plugins in the output.
4343
--skip-preflight strings[=true] Skips the specified preflight checks. Valid values are [dnscheck, versioncheck, existingnamespace] or true to skip all of the checks.
44-
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.0-4-g87baecab")
44+
--sonobuoy-image string Container image override for the sonobuoy worker and aggregator. (default "sonobuoy/sonobuoy:v0.57.2")
4545
--ssh-key yamlFile Path to the private key enabling SSH to cluster nodes. May be required by some tests from the e2e plugin.
4646
--ssh-user envModifier SSH user for ssh-key. Required if running e2e plugin with certain tests that require SSH access to nodes.
4747
--systemd-logs-image image Container image override for the systemd-logs plugin. Shorthand for --plugin-image=systemd-logs:<string> (default map[])
@@ -60,4 +60,4 @@ sonobuoy gen plugin e2e [flags]
6060

6161
* [sonobuoy gen plugin](sonobuoy_gen_plugin.md) - Generates the manifest Sonobuoy uses to define a plugin
6262

63-
###### Auto generated by spf13/cobra on 17-Nov-2023
63+
###### Auto generated by spf13/cobra on 27-Aug-2024

0 commit comments

Comments
 (0)