Update kubeflow/notebooks manifests to v1.11.0#3494
Merged
google-oss-prow[bot] merged 1 commit intoJun 5, 2026
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Note
Copilot was unable to run its full agentic suite in this review.
Updates the Kubeflow Notebooks v1 synced manifests and references from the v1.11.0 release candidate to the final v1.11.0 release.
Changes:
- Bump notebooks-v1 sync target (git tag) and downstream image tags to
v1.11.0. - Simplify README link rewriting for
kubeflow/notebooksreferences and consolidate README table entry. - Update the Jupyter web app spawner UI default/option images to
v1.11.0(with a changed options list).
Reviewed changes
Copilot reviewed 9 out of 9 changed files in this pull request and generated 4 comments.
Show a summary per file
| File | Description |
|---|---|
| scripts/synchronize-notebooks-v1-manifests.sh | Switch sync tag to v1.11.0 and adjust README link rewrite behavior. |
| applications/notebooks-v1/upstream/volumes-web-app/base/kustomization.yaml | Update image tag to v1.11.0. |
| applications/notebooks-v1/upstream/tensorboards-web-app/base/kustomization.yaml | Update image tag to v1.11.0. |
| applications/notebooks-v1/upstream/tensorboard-controller/base/kustomization.yaml | Update image tag to v1.11.0. |
| applications/notebooks-v1/upstream/pvcviewer-controller/base/kustomization.yaml | Update image tag to v1.11.0. |
| applications/notebooks-v1/upstream/notebook-controller/base/kustomization.yaml | Update image tag to v1.11.0. |
| applications/notebooks-v1/upstream/jupyter-web-app/base/kustomization.yaml | Update image tag to v1.11.0. |
| applications/notebooks-v1/upstream/jupyter-web-app/base/configs/spawner_ui_config.yaml | Update spawner image defaults/options to v1.11.0 and modify the available options list. |
| README.md | Update the Notebooks references/version and reformat lines (including line-ending changes). |
Signed-off-by: Christian Heusel <christian@heusel.eu>
238f1c9 to
ca68c0d
Compare
Member
|
/lgtm |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: juliusvonkohout The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
Comment on lines
29
to
+36
| TARGET_DIR="applications/notebooks-v1/upstream/" | ||
|
|
||
| copy_component_manifests "components/crud-web-apps/jupyter/manifests" \ | ||
| "${TARGET_DIR}/jupyter-web-app/" \ | ||
| "crud-web-apps/jupyter/manifests" | ||
| "${TARGET_DIR}/jupyter-web-app/" | ||
| copy_component_manifests "components/crud-web-apps/volumes/manifests" \ | ||
| "${TARGET_DIR}/volumes-web-app/" \ | ||
| "crud-web-apps/volumes/manifests" | ||
| "${TARGET_DIR}/volumes-web-app/" | ||
| copy_component_manifests "components/crud-web-apps/tensorboards/manifests" \ | ||
| "${TARGET_DIR}/tensorboards-web-app/" \ | ||
| "crud-web-apps/tensorboards/manifests" | ||
| "${TARGET_DIR}/tensorboards-web-app/" |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Pull Request Template for Kubeflow Manifests
✏️ Summary of Changes
Update Kubeflow Notebooks to
v1.11.0.📦 Dependencies
None
🐛 Related Issues
Related to #3465.
✅ Contributor Checklist