Skip to content
Draft
Show file tree
Hide file tree
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
28 changes: 3 additions & 25 deletions kubeflow-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
package:
name: kubeflow-pipelines
version: "2.14.4"
epoch: 1 # GHSA-j5w8-q4qc-rx2x
version: "2.15.0"
epoch: 0 # GHSA-j5w8-q4qc-rx2x
description: Machine Learning Pipelines for Kubeflow
checks:
disabled:
Expand Down Expand Up @@ -40,30 +40,13 @@ pipeline:
with:
repository: https://github.com/kubeflow/pipelines
tag: ${{package.version}}
expected-commit: 417091dceddb1f35f26203f9779cb18ee260d6ad
expected-commit: 8fe8d7bdd88f027bde080f619762a0b3294796db

- uses: go/bump
with:
deps: |-
github.com/go-viper/mapstructure/[email protected]
github.com/argoproj/argo-workflows/[email protected]
golang.org/x/[email protected]

- name: Fix Build issue by removing the version constraints from requirements.in
uses: patch
with:
patches: fix-build-Removing-version-constraint-kfp.patch

- name: Fix CVE releted to urllib3
uses: patch
with:
patches: fix-CVE-urllib3.patch

- name: Fix CVE in backend by updating
uses: patch
with:
patches: fix-CVE-GHSA-9wx4-h78v-vm56.patch

- uses: patch
with:
patches: add-samples.patch
Expand Down Expand Up @@ -196,11 +179,6 @@ subpackages:
- nodejs
- wget
pipeline:
- uses: patch
with:
patches: |
GHSA-952p-6rrq-rcjv.patch
GHSA-4hjh-wcwx-xvwj.patch
- runs: |
mkdir -p ${{targets.subpkgdir}}/server
mkdir -p ${{targets.subpkgdir}}/client
Expand Down
47 changes: 0 additions & 47 deletions kubeflow-pipelines/GHSA-4hjh-wcwx-xvwj.patch

This file was deleted.

13 changes: 0 additions & 13 deletions kubeflow-pipelines/GHSA-952p-6rrq-rcjv.patch

This file was deleted.

35 changes: 0 additions & 35 deletions kubeflow-pipelines/fix-CVE-GHSA-9wx4-h78v-vm56.patch

This file was deleted.

28 changes: 0 additions & 28 deletions kubeflow-pipelines/fix-CVE-urllib3.patch

This file was deleted.

28 changes: 0 additions & 28 deletions kubeflow-pipelines/fix-build-Removing-version-constraint-kfp.patch

This file was deleted.

Loading