Skip to content

Commit d93537e

Browse files
committed
Bump version to 0.1.2
1 parent 284a9a6 commit d93537e

File tree

15 files changed

+17
-20
lines changed

15 files changed

+17
-20
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# nos version. Used by release workflow, do not move this line.
2-
NOS_VERSION ?= 0.1.1
2+
NOS_VERSION ?= 0.1.2
33

44
DOCKER_REGISTRY ?= ghcr.io/nebuly-ai
55

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ You can find all the available configuration values in the Chart [documentation]
4343

4444
```bash
4545
helm install oci://ghcr.io/nebuly-ai/helm-charts/nos \
46-
--version 0.1.1 \
46+
--version 0.1.2 \
4747
--namespace nebuly-nos \
4848
--generate-name \
4949
--create-namespace

config/gpuagent/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: gpu-agent
1515
newName: ghcr.io/nebuly-ai/nos-gpu-agent
16-
newTag: 0.1.1
16+
newTag: 0.1.2

config/gpupartitioner/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ kind: Kustomization
1717
images:
1818
- name: gpu-partitioner
1919
newName: ghcr.io/nebuly-ai/nos-gpu-partitioner
20-
newTag: 0.1.1
20+
newTag: 0.1.2

config/migagent/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,4 @@ kind: Kustomization
1313
images:
1414
- name: mig-agent
1515
newName: ghcr.io/nebuly-ai/nos-mig-agent
16-
newTag: 0.1.1
16+
newTag: 0.1.2

config/operator/crd/bases/nos.nebuly.com_compositeelasticquotas.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: compositeelasticquotas.nos.nebuly.com
89
spec:
910
group: nos.nebuly.com

config/operator/crd/bases/nos.nebuly.com_elasticquotas.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@ kind: CustomResourceDefinition
44
metadata:
55
annotations:
66
controller-gen.kubebuilder.io/version: v0.9.2
7+
creationTimestamp: null
78
name: elasticquotas.nos.nebuly.com
89
spec:
910
group: nos.nebuly.com

config/operator/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ kind: Kustomization
1313
images:
1414
- name: controller
1515
newName: ghcr.io/nebuly-ai/nos-operator
16-
newTag: 0.1.1
16+
newTag: 0.1.2
1717
- name: operator
1818
newName: ghcr.io/nebuly-ai/nos-operator
1919
newTag: latest

config/scheduler/deployment/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ kind: Kustomization
1414
images:
1515
- name: scheduler
1616
newName: ghcr.io/nebuly-ai/nos-scheduler
17-
newTag: 0.1.1
17+
newTag: 0.1.2

demos/gpu-sharing-comparison/Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ port-forward-prometheus:
5454

5555
## Components versions
5656
NVIDIA_GPU_OPERATOR_VERSION ?= v22.9.0
57-
NOS_VERSION ?= 0.1.1
57+
NOS_VERSION ?= 0.1.2
5858

5959
.PHONY: install-cert-manager
6060
install-cert-manager:
@@ -71,7 +71,7 @@ install-nebuly-device-plugin:
7171
.PHONY: install-nos
7272
install-nos:
7373
helm upgrade --install nebuly-nos oci://ghcr.io/nebuly-ai/helm-charts/nos \
74-
--version 0.1.1 \
74+
--version 0.1.2 \
7575
--namespace nebuly-nos \
7676
--create-namespace
7777

0 commit comments

Comments
 (0)