Skip to content

Commit

Permalink
chore: bump schedworkflows 2.3.0 -> 2.4.0 (#173)
Browse files Browse the repository at this point in the history
Bump the rock 2.3.0 -> 2.4.0 in preparation for a new release.
  • Loading branch information
DnPlas authored Feb 7, 2025
1 parent c10a229 commit 22f5698
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions scheduledworkflow/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# Based on: https://github.com/kubeflow/pipelines/blob/2.3.0/backend/Dockerfile.scheduledworkflow
# Based on: https://github.com/kubeflow/pipelines/blob/2.4.0/backend/Dockerfile.scheduledworkflow
name: scheduledworkflow
summary: Reusable end-to-end ML workflows built using the Kubeflow Pipelines SDK
description: |
This component serves as the backend scheduled workflow of Kubeflow pipelines.
version: "2.3.0"
version: "2.4.0"
license: Apache-2.0
base: [email protected]
platforms:
Expand All @@ -30,9 +30,9 @@ parts:
controller:
plugin: go
source: https://github.com/kubeflow/pipelines.git
source-tag: 2.3.0
source-tag: 2.4.0
build-snaps:
- go/1.21/stable
- go/1.22/stable
build-environment:
- GO111MODULE: "on"
override-build: |
Expand Down

0 comments on commit 22f5698

Please sign in to comment.