Skip to content

Commit

Permalink
Bump version to 0.1.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Telemaco019 committed Apr 6, 2023
1 parent 284a9a6 commit d93537e
Show file tree
Hide file tree
Showing 15 changed files with 17 additions and 20 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/gpuagent/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/gpupartitioner/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/migagent/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion config/operator/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/scheduler/deployment/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,4 @@ kind: Kustomization
images:
- name: scheduler
newName: ghcr.io/nebuly-ai/nos-scheduler
newTag: 0.1.1
newTag: 0.1.2
4 changes: 2 additions & 2 deletions demos/gpu-sharing-comparison/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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

Expand Down
7 changes: 1 addition & 6 deletions docs/en/docs/helm-charts/nos/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/installation.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/en/docs/telemetry.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 \
Expand Down
4 changes: 2 additions & 2 deletions helm-charts/nos/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion helm-charts/nos/README.md
Original file line number Diff line number Diff line change
@@ -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.

Expand Down

0 comments on commit d93537e

Please sign in to comment.