Skip to content

Commit ccc7511

Browse files
committed
Bump version to 0.1.1
1 parent ff93b0b commit ccc7511

File tree

13 files changed

+16
-15
lines changed

13 files changed

+16
-15
lines changed

Makefile

+1-1
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.0
2+
NOS_VERSION ?= 0.1.1
33

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

README.md

+1-1
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.0 \
46+
--version 0.1.1 \
4747
--namespace nebuly-nos \
4848
--generate-name \
4949
--create-namespace

config/gpuagent/manager/kustomization.yaml

+1-1
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.0
16+
newTag: 0.1.1

config/gpupartitioner/manager/kustomization.yaml

+1-1
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.0
20+
newTag: 0.1.1

config/migagent/manager/kustomization.yaml

+1-1
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.0
16+
newTag: 0.1.1

config/operator/manager/kustomization.yaml

+1-1
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.0
16+
newTag: 0.1.1
1717
- name: operator
1818
newName: ghcr.io/nebuly-ai/nos-operator
1919
newTag: latest

config/scheduler/deployment/kustomization.yaml

+1-1
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.0
17+
newTag: 0.1.1

demos/gpu-sharing-comparison/Makefile

+2-2
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.0
57+
NOS_VERSION ?= 0.1.1
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.0 \
74+
--version 0.1.1 \
7575
--namespace nebuly-nos \
7676
--create-namespace
7777

docs/en/docs/helm-charts/nos/README.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ hide:
55

66
# nos
77

8-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
8+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
99

1010
The open-source platform for running AI workloads on k8s in an optimized way, both in terms of hardware utilization and workload performance.
1111

@@ -100,3 +100,4 @@ The open-source platform for running AI workloads on k8s in an optimized way, bo
100100
| scheduler.securityContext | object | `{"privileged":false}` | Sets the security context of the scheduler container |
101101
| scheduler.tolerations | list | `[]` | Sets the tolerations of the scheduler deployment. |
102102
| shareTelemetry | bool | `true` | If true, shares with Nebuly telemetry data collected only during the Chart installation |
103+

docs/en/docs/installation.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ You can find all the available configuration values in the Chart [documentation]
1010

1111
```bash
1212
helm install oci://ghcr.io/nebuly-ai/helm-charts/nos \
13-
--version 0.1.0 \
13+
--version 0.1.1 \
1414
--namespace nebuly-nos \
1515
--generate-name \
1616
--create-namespace

docs/en/docs/telemetry.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ You have two possibilities for opting-out:
8383
1. Set the value `shareTelemetry` to false when installing `nos` with the Helm Chart
8484
```bash
8585
helm install oci://ghcr.io/nebuly-ai/helm-charts/nos \
86-
--version 0.1.0 \
86+
--version 0.1.1 \
8787
--namespace nebuly-nos \
8888
--generate-name \
8989
--create-namespace \

helm-charts/nos/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,8 @@ description: The open-source platform for running AI workloads on k8s in an opti
44
utilization and workload performance.
55

66
type: application
7-
version: 0.1.0
8-
appVersion: "0.1.0"
7+
version: 0.1.1
8+
appVersion: "0.1.1"
99

1010
sources:
1111
- https://github.com/nebuly-ai/nos

helm-charts/nos/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# nos
22

3-
![Version: 0.1.0](https://img.shields.io/badge/Version-0.1.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.0](https://img.shields.io/badge/AppVersion-0.1.0-informational?style=flat-square)
3+
![Version: 0.1.1](https://img.shields.io/badge/Version-0.1.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.1](https://img.shields.io/badge/AppVersion-0.1.1-informational?style=flat-square)
44

55
The open-source platform for running AI workloads on k8s in an optimized way, both in terms of hardware utilization and workload performance.
66

0 commit comments

Comments
 (0)