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

website: redirect previous releases to the latest patch release #4598

Merged

Commits on Apr 21, 2022

  1. website/redirects: redirect previous patch releases to latest patch r…

    …elease
    
    This will result in the _redirects page having a bunch of entries like this:
    
        # previous minor versions
        /docs/v0.38.0/* /docs/v0.38.1/:splat
        /docs/v0.37.1/* /docs/v0.37.2/:splat
        /docs/v0.37.0/* /docs/v0.37.2/:splat
        /docs/v0.36.0/* /docs/v0.36.1/:splat
        /docs/v0.34.1/* /docs/v0.34.2/:splat
        /docs/v0.34.0/* /docs/v0.34.2/:splat
        /docs/v0.33.0/* /docs/v0.33.1/:splat
        /docs/v0.32.0/* /docs/v0.32.1/:splat
    
    Fixes open-policy-agent#4225.
    
    Signed-off-by: Stephan Renatus <[email protected]>
    srenatus committed Apr 21, 2022
    Configuration menu
    Copy the full SHA
    061d7d4 View commit details
    Browse the repository at this point in the history