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

Update controller to v0.13.0 #83

Merged
merged 3 commits into from
Jun 14, 2024
Merged
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
6 changes: 3 additions & 3 deletions controller/rockcraft.yaml
Original file line number Diff line number Diff line change
@@ -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: [email protected]
platforms:
Expand All @@ -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:
Expand Down
Loading