Skip to content

Commit

Permalink
Bump version to 0.13.0-rc0
Browse files Browse the repository at this point in the history
Signed-off-by: Curtis Maddalozzo <cmaddalozzo@bloomberg.net>
  • Loading branch information
cmaddalozzo committed May 6, 2024
1 parent 59d705b commit 86f99ef
Show file tree
Hide file tree
Showing 37 changed files with 44,252 additions and 890 deletions.
2 changes: 1 addition & 1 deletion charts/kserve-crd/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kserve-crd
version: v0.12.1
version: v0.13.0-rc0
description: Helm chart for deploying kserve crds
keywords:
- kserve
Expand Down
631 changes: 0 additions & 631 deletions charts/kserve-crd/templates/serving.kserve.io_inferenceservices.yaml

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion charts/kserve-resources/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
apiVersion: v1
name: kserve
version: v0.12.1
version: v0.13.0-rc0
description: Helm chart for deploying kserve resources
keywords:
- kserve
Expand Down
2 changes: 1 addition & 1 deletion charts/kserve-resources/values.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
kserve:
version: &defaultVersion v0.12.1
version: &defaultVersion v0.13.0-rc0
modelmeshVersion: &defaultModelMeshVersion v0.12.0-rc0
agent:
image: kserve/agent
Expand Down
1 change: 1 addition & 0 deletions hack/generate-install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ RELEASES=(
"v0.12.0-rc1"
"v0.12.0"
"v0.12.1"
"v0.13.0-rc0"
)

TAG=$1
Expand Down
2 changes: 1 addition & 1 deletion hack/quick_install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export ISTIO_VERSION=1.20.4
export ISTIO_DIR=istio-${ISTIO_VERSION}
export KNATIVE_SERVING_VERSION=knative-v1.13.1
export KNATIVE_ISTIO_VERSION=knative-v1.13.1
export KSERVE_VERSION=v0.12.1
export KSERVE_VERSION=v0.13.0-rc0
export CERT_MANAGER_VERSION=v1.9.0
export SCRIPT_DIR="$( dirname -- "${BASH_SOURCE[0]}" )"

Expand Down
Loading

0 comments on commit 86f99ef

Please sign in to comment.