-
Notifications
You must be signed in to change notification settings - Fork 56
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
Merge v2.8.0 #735
Merge v2.8.0 #735
Conversation
Update stable to v2.7.0
This reverts commit df5c004.
Setting the same image that rhoai dashboard is currently using Signed-off-by: Jorge Garcia Oncins <[email protected]>
Signed-off-by: Jorge Garcia Oncins <[email protected]>
…y-image fix: update oauth-proxy-image and MLMD Envoy images
Signed-off-by: Humair Khan <[email protected]>
when a dspa is marked for deletion, there is no state logic to handle dspa statuses, so the update can at times try to update a dspa that may have already been deleted, this change should prevent (or reduce) the chances of this happening, in the future proper/graceful dspa termination handling should be added Signed-off-by: Humair Khan <[email protected]>
…_err prevent dspa status update on a terminating dspa
This change adds a new apiversion "v1", which will remove all the dsp "v1" related fields, and also defaults to dsp "v2". The new apiversion is set as the stored version, however k8s will continue to serve v1alpha1, however it is deprecated. All tests are updated acordingly. Signed-off-by: Humair Khan <[email protected]>
This change makes it so that new reconciles on dspa owned resources are labelled with a dsp-version=<dspa-version> label. This is to allow for the dspa selectively watch (for manual WatchesRawSources) on resources that are descendents of DSPAs with .spec.dspVersion set to supported versions. Signed-off-by: Humair Khan <[email protected]>
Chore: Remove v1 fields and reconcile logic from dspo
this will match the config path to what we are specifying for env vars for the pa image foudn in config/base/params.env i.e. IMAGES_PERSISTENCEAGENT should match Images.PersistenceAgent Signed-off-by: Humair Khan <[email protected]>
Signed-off-by: Humair Khan <[email protected]>
correct pa config path
Signed-off-by: Humair Khan <[email protected]>
update compatibility doc for 2.8
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here.
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
A new image has been built to help with testing out this PR: To use this image run the following: cd $(mktemp -d)
git clone [email protected]:opendatahub-io/data-science-pipelines-operator.git
cd data-science-pipelines-operator/
git fetch origin pull/735/head
git checkout -b pullrequest 57db0b4d0839776a1c1382ba207f0a987e4dd23d
oc new-project opendatahub
make deploy IMG="quay.io/opendatahub/data-science-pipelines-operator:pr-735" More instructions here on how to deploy and test a Data Science Pipelines Application. |
Merge v2.8.0