From 85306fd751d30dcb7487b96e4e954df33c2878f5 Mon Sep 17 00:00:00 2001 From: misohu Date: Wed, 12 Jun 2024 12:29:55 +0200 Subject: [PATCH 1/2] Update controller to v0.13.0 --- controller/rockcraft.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/controller/rockcraft.yaml b/controller/rockcraft.yaml index f8b4c4a..6013cdb 100644 --- a/controller/rockcraft.yaml +++ b/controller/rockcraft.yaml @@ -1,8 +1,8 @@ -# Based on https://github.com/kserve/kserve/blob/v0.12.1/Dockerfile +# Based on https://github.com/kserve/kserve/blob/v0.13.0/Dockerfile name: kserve-controller summary: KServe controller description: "KServe controller manager" -version: "0.12.1" +version: "0.13.0" license: Apache-2.0 base: ubuntu@22.04 platforms: @@ -29,7 +29,7 @@ parts: plugin: go source: https://github.com/kserve/kserve source-type: git - source-tag: v0.12.1 + source-tag: v0.13.0 build-snaps: - go/1.21/stable build-environment: From f4c013c8df7cd0f694393522ad90aa3c57e6932e Mon Sep 17 00:00:00 2001 From: misohu Date: Wed, 12 Jun 2024 13:26:28 +0200 Subject: [PATCH 2/2] Use snap skopeo test --- .github/workflows/on_pull_request.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/on_pull_request.yaml b/.github/workflows/on_pull_request.yaml index 7d1c4a6..3f41918 100644 --- a/.github/workflows/on_pull_request.yaml +++ b/.github/workflows/on_pull_request.yaml @@ -7,7 +7,7 @@ jobs: on-pull-request: name: Get ROCKs modified and build-scan-test them - uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@main + uses: canonical/charmed-kubeflow-workflows/.github/workflows/get-rocks-modified-and-build-scan-test-publish.yaml@KF-5866-fix-skopeo permissions: pull-requests: read secrets: inherit