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

kubeflow-pipelines/2.3.0 package update #27834

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
kubeflow-pipelines/2.3.0 package update
Signed-off-by: wolfi-bot <121097084+wolfi-bot@users.noreply.github.com>
  • Loading branch information
wolfi-bot committed Sep 6, 2024
commit bd2750caabb1b5a61d2ae38307f8b41c85bd60a7
8 changes: 4 additions & 4 deletions kubeflow-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kubeflow-pipelines
version: 2.2.0
epoch: 11
version: 2.3.0
epoch: 0
description: Machine Learning Pipelines for Kubeflow
checks:
disabled:
Expand Down Expand Up @@ -45,7 +45,7 @@ pipeline:
with:
repository: https://github.com/kubeflow/pipelines
tag: ${{package.version}}
expected-commit: dd59f48cdd0f6cd7fac40306277ef5f3dad6e263
expected-commit: 4467df5f9c8242d389f20214f75fecfc4119e8cd

- uses: patch
with:
Expand All @@ -56,7 +56,7 @@ pipeline:

- uses: go/bump
with:
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4 golang.org/x/net@v0.23.0 golang.org/x/crypto@v0.21.0 sigs.k8s.io/controller-runtime@v0.15.3 k8s.io/kubernetes@v1.27.16
deps: google.golang.org/protobuf@v1.33.0 github.com/golang/protobuf@v1.5.4 golang.org/x/net@v0.23.0 sigs.k8s.io/controller-runtime@v0.15.3 k8s.io/kubernetes@v1.27.16
replaces: k8s.io/api=k8s.io/api@v0.27.13 k8s.io/apimachinery=k8s.io/apimachinery@v0.27.13 k8s.io/client-go=k8s.io/client-go@v0.27.13 k8s.io/code-generator=k8s.io/code-generator@v0.27.13

- uses: patch
Expand Down
Loading