diff --git a/Makefile b/Makefile index 6a2c439..db98935 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ # nos version. Used by release workflow, do not move this line. -NOS_VERSION ?= 0.1.1 +NOS_VERSION ?= 0.1.2 DOCKER_REGISTRY ?= ghcr.io/nebuly-ai diff --git a/README.md b/README.md index 597f948..ccf48b3 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.1 \ + --version 0.1.2 \ --namespace nebuly-nos \ --generate-name \ --create-namespace diff --git a/config/gpuagent/manager/kustomization.yaml b/config/gpuagent/manager/kustomization.yaml index 7557f73..d118a9b 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.1 + newTag: 0.1.2 diff --git a/config/gpupartitioner/manager/kustomization.yaml b/config/gpupartitioner/manager/kustomization.yaml index 17e2d7f..8cd336a 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.1 + newTag: 0.1.2 diff --git a/config/migagent/manager/kustomization.yaml b/config/migagent/manager/kustomization.yaml index 3d3b826..3bb99b7 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.1 + newTag: 0.1.2 diff --git a/config/operator/crd/bases/nos.nebuly.com_compositeelasticquotas.yaml b/config/operator/crd/bases/nos.nebuly.com_compositeelasticquotas.yaml index 4f3f9ed..20373f9 100644 --- a/config/operator/crd/bases/nos.nebuly.com_compositeelasticquotas.yaml +++ b/config/operator/crd/bases/nos.nebuly.com_compositeelasticquotas.yaml @@ -4,6 +4,7 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null name: compositeelasticquotas.nos.nebuly.com spec: group: nos.nebuly.com diff --git a/config/operator/crd/bases/nos.nebuly.com_elasticquotas.yaml b/config/operator/crd/bases/nos.nebuly.com_elasticquotas.yaml index 26b86e0..58aa57a 100644 --- a/config/operator/crd/bases/nos.nebuly.com_elasticquotas.yaml +++ b/config/operator/crd/bases/nos.nebuly.com_elasticquotas.yaml @@ -4,6 +4,7 @@ kind: CustomResourceDefinition metadata: annotations: controller-gen.kubebuilder.io/version: v0.9.2 + creationTimestamp: null name: elasticquotas.nos.nebuly.com spec: group: nos.nebuly.com diff --git a/config/operator/manager/kustomization.yaml b/config/operator/manager/kustomization.yaml index f31391a..fd25a6b 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.1 + newTag: 0.1.2 - 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 65a16d1..0956cec 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.1 + newTag: 0.1.2 diff --git a/demos/gpu-sharing-comparison/Makefile b/demos/gpu-sharing-comparison/Makefile index 5b4ceed..4042bbf 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.1 +NOS_VERSION ?= 0.1.2 .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.1 \ + --version 0.1.2 \ --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 cbef54c..121f939 100644 --- a/docs/en/docs/helm-charts/nos/README.md +++ b/docs/en/docs/helm-charts/nos/README.md @@ -1,11 +1,6 @@ ---- -hide: - - toc ---- - # nos -![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) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-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. diff --git a/docs/en/docs/installation.md b/docs/en/docs/installation.md index a4b13d3..c1c766c 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.1 \ + --version 0.1.2 \ --namespace nebuly-nos \ --generate-name \ --create-namespace diff --git a/docs/en/docs/telemetry.md b/docs/en/docs/telemetry.md index 46274c3..a556061 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.1 \ + --version 0.1.2 \ --namespace nebuly-nos \ --generate-name \ --create-namespace \ diff --git a/helm-charts/nos/Chart.yaml b/helm-charts/nos/Chart.yaml index 59898c8..17e3356 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.1 -appVersion: "0.1.1" +version: 0.1.2 +appVersion: "0.1.2" sources: - https://github.com/nebuly-ai/nos diff --git a/helm-charts/nos/README.md b/helm-charts/nos/README.md index 5dcc7f0..121f939 100644 --- a/helm-charts/nos/README.md +++ b/helm-charts/nos/README.md @@ -1,6 +1,6 @@ # nos -![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) +![Version: 0.1.2](https://img.shields.io/badge/Version-0.1.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 0.1.2](https://img.shields.io/badge/AppVersion-0.1.2-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.