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

Make import-flux2-assets.sh aware of the desired Flux version #1601

Merged
merged 1 commit into from
Aug 7, 2023

Commits on Aug 3, 2023

  1. Make import-flux2-assets.sh aware of the desired Flux version

    Since the website will be built for the 2.0.x minor release, the
    import script needs to fetch the API docs for the controller versions
    of the latest 2.0.x Flux release. This change makes the script aware
    of the desired version (derived from the `BRANCH` environment variable
    that is set by Netlify).
    
    This change is a subset of the changes implemented in #1577. We cannot
    simply backport 1577 since the changes in there required some changes
    to the controller API docs which haven't been released as part of a
    Flux 2.0.x release, yet.
    
    Signed-off-by: Max Jonas Werner <[email protected]>
    Max Jonas Werner committed Aug 3, 2023
    Configuration menu
    Copy the full SHA
    871e1ef View commit details
    Browse the repository at this point in the history