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

chore(release): kfp-tekton 2.0.5 backend release #1452

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,13 @@ commonLabels:
images:
- name: gcr.io/ml-pipeline/api-server
newName: quay.io/aipipeline/apiserver
newTag: 2.1.0-rc0
newTag: 2.0.5
Copy link
Member

Choose a reason for hiding this comment

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

2.1.0 to 2.0.5?

Copy link
Member Author

Choose a reason for hiding this comment

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

I don't think kfp will release 2.1.0 anytime soon. Just want to cut a release with all the recent enhancement we have on Tekton 0.53

Copy link
Member Author

Choose a reason for hiding this comment

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

We will use this release as a benchmark on the upcoming contributions to the Argo optimization.

- name: gcr.io/ml-pipeline/persistenceagent
newName: quay.io/aipipeline/persistenceagent
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: quay.io/aipipeline/scheduledworkflow
newTag: 2.1.0-rc0
newTag: 2.0.5

patchesStrategicMerge:
- tekton-config.yaml
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ resources:
images:
- name: gcr.io/ml-pipeline/api-server
newName: quay.io/aipipeline/apiserver
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/persistenceagent
newName: quay.io/aipipeline/persistenceagent
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: gcr.io/ml-pipeline/scheduledworkflow
newName: quay.io/aipipeline/scheduledworkflow
newTag: 2.1.0-rc0
newTag: 2.0.5

labels:
- includeSelectors: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12,21 +12,21 @@ namespace: tekton-pipelines

images:
- name: quay.io/aipipeline/pipelineloop-controller
newTag: 1.9.1-rc0
newTag: 1.9.2
- name: quay.io/aipipeline/pipelineloop-webhook
newTag: 1.9.1-rc0
newTag: 1.9.2
- name: tekton-exithandler-controller
newName: quay.io/aipipeline/tekton-exithandler-controller
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: tekton-exithandler-webhook
newName: quay.io/aipipeline/tekton-exithandler-webhook
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: tekton-kfptask-controller
newName: quay.io/aipipeline/tekton-kfptask-controller
newTag: 2.1.0-rc0
newTag: 2.0.5
- name: tekton-kfptask-webhook
newName: quay.io/aipipeline/tekton-kfptask-webhook
newTag: 2.1.0-rc0
newTag: 2.0.5
# Deprecated controller
# - name: kfp-v2-dev-driver-controller
# newName: quay.io/aipipeline/tekton-driver
Expand Down