Skip to content

Commit

Permalink
chore: Prepare v0.12.0-rc0 release (kserve#3325)
Browse files Browse the repository at this point in the history
* chore: Prepare v0.12.0-rc0 release

Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Dan Sun <[email protected]>

* python version should not contain dash

Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Dan Sun <[email protected]>

* modelmeshVersion bump and python packages bump

Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Dan Sun <[email protected]>

* Update helm values

Signed-off-by: Dan Sun <[email protected]>

* Update release

Signed-off-by: Dan Sun <[email protected]>

---------

Signed-off-by: Yuan Tang <[email protected]>
Signed-off-by: Dan Sun <[email protected]>
Co-authored-by: Dan Sun <[email protected]>
  • Loading branch information
terrytangyuan and yuzisun authored Dec 24, 2023
1 parent 69862ae commit 85eca89
Show file tree
Hide file tree
Showing 39 changed files with 44,603 additions and 31 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.11.1
version: v0.12.0-rc0
description: Helm chart for deploying kserve crds
keywords:
- kserve
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -870,6 +870,19 @@ spec:
format: int32
type: integer
type: object
resizePolicy:
items:
properties:
resourceName:
type: string
restartPolicy:
type: string
required:
- resourceName
- restartPolicy
type: object
type: array
x-kubernetes-list-type: atomic
resources:
properties:
claims:
Expand Down Expand Up @@ -901,6 +914,8 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -414,6 +414,19 @@ spec:
format: int32
type: integer
type: object
resizePolicy:
items:
properties:
resourceName:
type: string
restartPolicy:
type: string
required:
- resourceName
- restartPolicy
type: object
type: array
x-kubernetes-list-type: atomic
resources:
properties:
claims:
Expand Down Expand Up @@ -445,6 +458,8 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
restartPolicy:
type: string
securityContext:
properties:
allowPrivilegeEscalation:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -473,6 +473,9 @@ spec:
x-kubernetes-int-or-string: true
type: object
type: object
timeout:
format: int64
type: integer
required:
- nodes
type: object
Expand Down
Loading

0 comments on commit 85eca89

Please sign in to comment.