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

Bump outdated versions of OSC components #332

Merged
merged 1 commit into from
Jul 10, 2023

Commits on Jul 7, 2023

  1. Bump outdated versions of OSC components

    Despite 1.4.0 was released about a month ago, there are still some mentions
    of 1.3.x in the tree :
    
    $ git grep -e '1\.3\.[0123]' -- ':!go.*'
    config/manager/kustomization.yaml:  newTag: 1.3.1
    config/samples/deploy.yaml: image:  quay.io/openshift_sandboxed_containers/openshift-sandboxed-containers-operator-catalog:v1.3.0
    config/samples/deploy.yaml:  startingCSV: sandboxed-containers-operator.v1.3.0
    
    This is essentially because we don't do automated upstream builds.
    
    Let's bump the versions to latest public release : 1.4.0.
    
    Signed-off-by: Greg Kurz <groug@kaod.org>
    gkurz committed Jul 7, 2023
    Configuration menu
    Copy the full SHA
    10ae4db View commit details
    Browse the repository at this point in the history