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

Conversation

gkurz
Copy link
Member

@gkurz gkurz commented Jul 7, 2023

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.

Fixes https://issues.redhat.com/browse/KATA-2245

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 gkurz requested review from jensfr and cpmeadors July 7, 2023 15:35
@openshift-ci openshift-ci bot requested a review from bpradipt July 7, 2023 15:36
Copy link
Contributor

@bpradipt bpradipt left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

/lgtm
Thanks @gkurz

@openshift-ci openshift-ci bot added the lgtm Indicates that a PR is ready to be merged. label Jul 10, 2023
@tbuskey
Copy link
Contributor

tbuskey commented Jul 10, 2023

We'll still want to be able to install channel stable-1.3, but that will be in 1.4 still
lgtm

@gkurz gkurz merged commit fc6dc21 into openshift:devel Jul 10, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
lgtm Indicates that a PR is ready to be merged.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants