Skip to content
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

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Aug 29, 2024

  1. github-actions: fix the goreleaser command

    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 <[email protected]>
    Nikhita Raghunath committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    9315fde View commit details
    Browse the repository at this point in the history
  2. Fix docs for v0.57.2

    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 <[email protected]>
    Nikhita Raghunath committed Aug 29, 2024
    Configuration menu
    Copy the full SHA
    ef182f0 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2024

  1. Configuration menu
    Copy the full SHA
    bf40d18 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24f9b80 View commit details
    Browse the repository at this point in the history