diff --git a/Makefile b/Makefile index 7179e4da..6a2c4394 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # nos version. Used by release workflow, do not move this line. -NOS_VERSION ?= 0.1.0 +NOS_VERSION ?= 0.1.1 DOCKER_REGISTRY ?= ghcr.io/nebuly-ai diff --git a/README.md b/README.md index 82510a62..597f9485 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ You can find all the available configuration values in the Chart [documentation] ```bash helm install oci://ghcr.io/nebuly-ai/helm-charts/nos \ - --version 0.1.0 \ + --version 0.1.1 \ --namespace nebuly-nos \ --generate-name \ --create-namespace diff --git a/config/gpuagent/manager/kustomization.yaml b/config/gpuagent/manager/kustomization.yaml index 5578f7d0..7557f731 100644 --- a/config/gpuagent/manager/kustomization.yaml +++ b/config/gpuagent/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: gpu-agent newName: ghcr.io/nebuly-ai/nos-gpu-agent - newTag: 0.1.0 + newTag: 0.1.1 diff --git a/config/gpupartitioner/manager/kustomization.yaml b/config/gpupartitioner/manager/kustomization.yaml index 7bc44f1c..17e2d7f4 100644 --- a/config/gpupartitioner/manager/kustomization.yaml +++ b/config/gpupartitioner/manager/kustomization.yaml @@ -17,4 +17,4 @@ kind: Kustomization images: - name: gpu-partitioner newName: ghcr.io/nebuly-ai/nos-gpu-partitioner - newTag: 0.1.0 + newTag: 0.1.1 diff --git a/config/migagent/manager/kustomization.yaml b/config/migagent/manager/kustomization.yaml index a64835f4..3d3b8262 100644 --- a/config/migagent/manager/kustomization.yaml +++ b/config/migagent/manager/kustomization.yaml @@ -13,4 +13,4 @@ kind: Kustomization images: - name: mig-agent newName: ghcr.io/nebuly-ai/nos-mig-agent - newTag: 0.1.0 + newTag: 0.1.1 diff --git a/config/operator/manager/kustomization.yaml b/config/operator/manager/kustomization.yaml index 2653d9b4..f31391a2 100644 --- a/config/operator/manager/kustomization.yaml +++ b/config/operator/manager/kustomization.yaml @@ -13,7 +13,7 @@ kind: Kustomization images: - name: controller newName: ghcr.io/nebuly-ai/nos-operator - newTag: 0.1.0 + newTag: 0.1.1 - name: operator newName: ghcr.io/nebuly-ai/nos-operator newTag: latest diff --git a/config/scheduler/deployment/kustomization.yaml b/config/scheduler/deployment/kustomization.yaml index 5515f2bb..65a16d1f 100644 --- a/config/scheduler/deployment/kustomization.yaml +++ b/config/scheduler/deployment/kustomization.yaml @@ -14,4 +14,4 @@ kind: Kustomization images: - name: scheduler newName: ghcr.io/nebuly-ai/nos-scheduler - newTag: 0.1.0 + newTag: 0.1.1 diff --git a/demos/gpu-sharing-comparison/Makefile b/demos/gpu-sharing-comparison/Makefile index 3d50594a..5b4ceed1 100644 --- a/demos/gpu-sharing-comparison/Makefile +++ b/demos/gpu-sharing-comparison/Makefile @@ -54,7 +54,7 @@ port-forward-prometheus: ## Components versions NVIDIA_GPU_OPERATOR_VERSION ?= v22.9.0 -NOS_VERSION ?= 0.1.0 +NOS_VERSION ?= 0.1.1 .PHONY: install-cert-manager install-cert-manager: @@ -71,7 +71,7 @@ install-nebuly-device-plugin: .PHONY: install-nos install-nos: helm upgrade --install nebuly-nos oci://ghcr.io/nebuly-ai/helm-charts/nos \ - --version 0.1.0 \ + --version 0.1.1 \ --namespace nebuly-nos \ --create-namespace diff --git a/docs/en/docs/helm-charts/nos/README.md b/docs/en/docs/helm-charts/nos/README.md index 0b4b3dc0..cbef54cc 100644 --- a/docs/en/docs/helm-charts/nos/README.md +++ b/docs/en/docs/helm-charts/nos/README.md @@ -5,7 +5,7 @@ hide: # nos -![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) +![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) The open-source platform for running AI workloads on k8s in an optimized way, both in terms of hardware utilization and workload performance. @@ -100,3 +100,4 @@ The open-source platform for running AI workloads on k8s in an optimized way, bo | scheduler.securityContext | object | `{"privileged":false}` | Sets the security context of the scheduler container | | scheduler.tolerations | list | `[]` | Sets the tolerations of the scheduler deployment. | | shareTelemetry | bool | `true` | If true, shares with Nebuly telemetry data collected only during the Chart installation | + diff --git a/docs/en/docs/installation.md b/docs/en/docs/installation.md index a95f573b..a4b13d3a 100644 --- a/docs/en/docs/installation.md +++ b/docs/en/docs/installation.md @@ -10,7 +10,7 @@ You can find all the available configuration values in the Chart [documentation] ```bash helm install oci://ghcr.io/nebuly-ai/helm-charts/nos \ - --version 0.1.0 \ + --version 0.1.1 \ --namespace nebuly-nos \ --generate-name \ --create-namespace diff --git a/docs/en/docs/telemetry.md b/docs/en/docs/telemetry.md index 9435cabc..46274c33 100644 --- a/docs/en/docs/telemetry.md +++ b/docs/en/docs/telemetry.md @@ -83,7 +83,7 @@ You have two possibilities for opting-out: 1. Set the value `shareTelemetry` to false when installing `nos` with the Helm Chart ```bash helm install oci://ghcr.io/nebuly-ai/helm-charts/nos \ - --version 0.1.0 \ + --version 0.1.1 \ --namespace nebuly-nos \ --generate-name \ --create-namespace \ diff --git a/helm-charts/nos/Chart.yaml b/helm-charts/nos/Chart.yaml index 98284019..59898c82 100644 --- a/helm-charts/nos/Chart.yaml +++ b/helm-charts/nos/Chart.yaml @@ -4,8 +4,8 @@ description: The open-source platform for running AI workloads on k8s in an opti utilization and workload performance. type: application -version: 0.1.0 -appVersion: "0.1.0" +version: 0.1.1 +appVersion: "0.1.1" sources: - https://github.com/nebuly-ai/nos diff --git a/helm-charts/nos/README.md b/helm-charts/nos/README.md index 057e8b41..5dcc7f0b 100644 --- a/helm-charts/nos/README.md +++ b/helm-charts/nos/README.md @@ -1,6 +1,6 @@ # nos -![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) +![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) The open-source platform for running AI workloads on k8s in an optimized way, both in terms of hardware utilization and workload performance.