-
Notifications
You must be signed in to change notification settings - Fork 23
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
Prepare release 2.14.1 #239
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Sorry that my instructions weren't complete. Unfortunately the deploy-olm-testing
changes bundle manifests that we commit, so it probably would have been better if we had a step between 4 and 5 in relprep.sh that said "Don't add/commit the new changes to the bundle resulting from deploy-olm-testing runs" or something like that. We only want the stuff up to step 1 to go into the commit.
You should be able to revert almost everything by running:
make bundle
(You'll also need to lop off all but the top two lines of config/manager/kustomization.yaml
)
- This also adds a RESTRICTED variable to the Makefile and relprep instructions to allow for more successful testing against clusters with restricted namespaces - The envtest 1.29.4 assets are problematic and panic the functionality tests, but the 1.29.3 assets work properly. I don't know root cause, I just know that 1.29.4 doesn't work. Signed-off-by: John Kyros <jkyros@redhat.com>
Diff 9c9
< app.kubernetes.io/version: 2.14.0
---
> app.kubernetes.io/version: 2.14.1
|
Diff 9c9
< app.kubernetes.io/version: 2.14.0
---
> app.kubernetes.io/version: 2.14.1
|
Diff 9c9
< app.kubernetes.io/version: 2.14.0
---
> app.kubernetes.io/version: 2.14.1
|
Diff 118c118
< containerImage: ghcr.io/kedacore/keda-olm-operator:2.14.0
---
> containerImage: ghcr.io/kedacore/keda-olm-operator:2.14.1
126c126
< name: keda.v2.14.0
---
> name: keda.v2.14.1
604c604
< image: ghcr.io/kedacore/keda-olm-operator:2.14.0
---
> image: ghcr.io/kedacore/keda-olm-operator:2.14.1
676c676
< replaces: keda.v2.13.1
---
> replaces: keda.v2.14.0
678c678
< version: 2.14.0
---
> version: 2.14.1
|
Diff 9c9
< app.kubernetes.io/version: 2.14.0
---
> app.kubernetes.io/version: 2.14.1
|
Diff output of |
Diff 9c9
< app.kubernetes.io/version: 2.14.0
---
> app.kubernetes.io/version: 2.14.1
|
make VERSION=2.14.1 IMAGE_REGISTRY=quay.io IMAGE_REPO=jkyros RESTRICTED=true deploy-olm-testing
, which will make sure the--security-context-config restricted
argument gets supplied when running the bundle.Checklist