Skip to content

Commit 0ceaae9

Browse files
authored
Updates artifacts for v1.0.2 release (#1735)
Signed-off-by: Daneyon Hansen <[email protected]>
1 parent 1683f61 commit 0ceaae9

File tree

8 files changed

+7
-13
lines changed

8 files changed

+7
-13
lines changed

config/charts/body-based-routing/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ bbr:
44
image:
55
name: bbr
66
hub: registry.k8s.io/gateway-api-inference-extension
7-
tag: v1.0.1
7+
tag: v1.0.2
88
pullPolicy: Always
99
port: 9004
1010
healthCheckPort: 9005

config/charts/inferencepool/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ inferenceExtension:
33
image:
44
name: epp
55
hub: registry.k8s.io/gateway-api-inference-extension
6-
tag: v1.0.1
6+
tag: v1.0.2
77
pullPolicy: Always
88
extProcPort: 9002
99
env: []

config/crd/bases/inference.networking.k8s.io_inferencepools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
annotations:
55
api-approved.kubernetes.io: https://github.com/kubernetes-sigs/gateway-api-inference-extension/pull/1173
6-
inference.networking.k8s.io/bundle-version: v1.0.1
6+
inference.networking.k8s.io/bundle-version: v1.0.2
77
name: inferencepools.inference.networking.k8s.io
88
spec:
99
group: inference.networking.k8s.io

config/crd/bases/inference.networking.x-k8s.io_inferenceobjectives.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: apiextensions.k8s.io/v1
22
kind: CustomResourceDefinition
33
metadata:
44
annotations:
5-
inference.networking.k8s.io/bundle-version: v1.0.1
5+
inference.networking.k8s.io/bundle-version: v1.0.2
66
name: inferenceobjectives.inference.networking.x-k8s.io
77
spec:
88
group: inference.networking.x-k8s.io

config/crd/bases/inference.networking.x-k8s.io_inferencepools.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ kind: CustomResourceDefinition
33
metadata:
44
annotations:
55
api-approved.kubernetes.io: unapproved, experimental-only
6-
inference.networking.k8s.io/bundle-version: v1.0.1
6+
inference.networking.k8s.io/bundle-version: v1.0.2
77
name: inferencepools.inference.networking.x-k8s.io
88
spec:
99
group: inference.networking.x-k8s.io

site-src/reference/spec.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -217,7 +217,7 @@ _Appears in:_
217217

218218
| Field | Description | Default | Validation |
219219
| --- | --- | --- | --- |
220-
| `matchLabels` _object (keys:[LabelKey](#labelkey), values:[LabelValue](#labelvalue))_ | MatchLabels contains a set of required \{key,value\} pairs.<br />An object must match every label in this map to be selected.<br />The matching logic is an AND operation on all entries. | | MaxItems: 64 <br />MinItems: 1 <br /> |
220+
| `matchLabels` _object (keys:[LabelKey](#labelkey), values:[LabelValue](#labelvalue))_ | MatchLabels contains a set of required \{key,value\} pairs.<br />An object must match every label in this map to be selected.<br />The matching logic is an AND operation on all entries. | | MaxProperties: 64 <br />MinProperties: 1 <br /> |
221221

222222

223223
#### LabelValue

site-src/reference/x-spec.md

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -123,12 +123,6 @@ performance and latency goals for the model. These workloads are
123123
expected to operate within an InferencePool sharing compute capacity with other
124124
InferenceObjectives, defined by the Inference Platform Admin.
125125

126-
InferenceObjective's modelName (not the ObjectMeta name) is unique for a given InferencePool,
127-
if the name is reused, an error will be shown on the status of a
128-
InferenceObjective that attempted to reuse. The oldest InferenceObjective, based on
129-
creation timestamp, will be selected to remain valid. In the event of a race
130-
condition, one will be selected at random.
131-
132126

133127

134128
_Appears in:_

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ const (
3030
BundleVersionAnnotation = "inference.networking.k8s.io/bundle-version"
3131

3232
// BundleVersion is the value used for labeling the version of the gateway-api-inference-extension.
33-
BundleVersion = "v1.0.1"
33+
BundleVersion = "v1.0.2"
3434
)

0 commit comments

Comments
 (0)