From 5165d110fc1eb30d64e743171c9a5bcd34e72fdf Mon Sep 17 00:00:00 2001 From: Jiaxin Shan Date: Tue, 8 Oct 2024 21:52:02 -0700 Subject: [PATCH] Cut v0.1.0-rc.3 release (#280) --- config/default/kustomization.yaml | 5 +++++ config/gateway/kustomization.yaml | 4 ++-- config/manager/kustomization.yaml | 2 +- python/aibrix/pyproject.toml | 2 +- 4 files changed, 9 insertions(+), 4 deletions(-) diff --git a/config/default/kustomization.yaml b/config/default/kustomization.yaml index e7e934a0..b3f31f77 100644 --- a/config/default/kustomization.yaml +++ b/config/default/kustomization.yaml @@ -28,6 +28,11 @@ resources: # [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'. #- ../prometheus +images: + - name: quay.io/kuberay/operator + newName: aibrix/kuberay-operator + newTag: v1.2.1-patch + patches: # [METRICS] The following patch will enable the metrics endpoint. Ensure that you also protect this endpoint. # More info: https://book.kubebuilder.io/reference/metrics diff --git a/config/gateway/kustomization.yaml b/config/gateway/kustomization.yaml index 4f1426cf..67586513 100644 --- a/config/gateway/kustomization.yaml +++ b/config/gateway/kustomization.yaml @@ -9,7 +9,7 @@ kind: Kustomization images: - name: plugins newName: aibrix/plugins - newTag: nightly + newTag: v0.1.0-rc.3 - name: users newName: aibrix/users - newTag: nightly + newTag: v0.1.0-rc.3 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b79bda07..902b4043 100644 --- a/config/manager/kustomization.yaml +++ b/config/manager/kustomization.yaml @@ -5,4 +5,4 @@ kind: Kustomization images: - name: controller newName: aibrix/controller-manager - newTag: nightly + newTag: v0.1.0-rc.3 diff --git a/python/aibrix/pyproject.toml b/python/aibrix/pyproject.toml index 4f470228..63c87365 100644 --- a/python/aibrix/pyproject.toml +++ b/python/aibrix/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aibrix" -version = "0.1.0-rc.2" +version = "0.1.0-rc.3" description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure." authors = [ "AIBrix Authors "