-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix docs for v0.57.2 #1987
base: main
Are you sure you want to change the base?
Fix docs for v0.57.2 #1987
Conversation
With the latest goreleaser, using the `--rm-dist` flag leads to an error: ``` error=unknown flag: --rm-dist ``` Instead, the recommendation is to use `--clean` instead. Signed-off-by: Nikhita Raghunath <nikhita.raghunath@broadcom.com>
https://sonobuoy.io/docs defaults to https://sonobuoy.io/docs/v0.57.2 and we missed adding content for v0.57.2. This commits copies over the content from the `main` branch and updates some metadata to point to v0.57.2. Signed-off-by: Nikhita Raghunath <nikhita.raghunath@broadcom.com>
9e303bc
to
ef182f0
Compare
@mohitsharma-in can you review? |
If you're encountering rate limit on this, you can use VMware-provided mirror with: | ||
|
||
```bash | ||
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't have latest version on this might need to manually sync from dockerhub or update dockerhub ref
Then on running conformance: | ||
|
||
```bash | ||
sonobuoy run --sonobuoy-image projects.registry.vmware.com/sonobuoy/sonobuoy:<VERSION> --e2e-repo-config conformance-image-config.yaml |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probably change this to sonobuoy/sonobuoy https://hub.docker.com/r/sonobuoy/sonobuoy/tags
What this PR does / why we need it:
https://sonobuoy.io/docs defaults to https://sonobuoy.io/docs/v0.57.2
and we missed adding content for v0.57.2.
This commits copies over the content from the
main
branchand updates some metadata to point to v0.57.2.
Special notes for your reviewer:
This PR also has an additional fix to github actions to fix the goreleaser command. We download the latest version of goreleaser and it doesn't support the
--rm-dist
flag.Release note: