From d8851316ee1d073aa83430db1ad7b6d324e8505f Mon Sep 17 00:00:00 2001 From: Jiaxin Shan Date: Tue, 12 Nov 2024 11:24:19 -0800 Subject: [PATCH] Cut v0.1.0 release (#385) --- config/gateway/kustomization.yaml | 4 ++-- config/manager/kustomization.yaml | 2 +- config/overlays/vke/default/gateway/kustomization.yaml | 4 ++-- config/overlays/vke/default/manager/kustomization.yaml | 2 +- python/aibrix/pyproject.toml | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/config/gateway/kustomization.yaml b/config/gateway/kustomization.yaml index 29c4a157..407d2984 100644 --- a/config/gateway/kustomization.yaml +++ b/config/gateway/kustomization.yaml @@ -9,7 +9,7 @@ kind: Kustomization images: - name: plugins newName: aibrix/plugins - newTag: v0.1.0-rc.5 + newTag: v0.1.0 - name: users newName: aibrix/users - newTag: v0.1.0-rc.5 + newTag: v0.1.0 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index b2812d5c..2fce9acf 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: v0.1.0-rc.5 + newTag: v0.1.0 diff --git a/config/overlays/vke/default/gateway/kustomization.yaml b/config/overlays/vke/default/gateway/kustomization.yaml index c214f5ba..90415549 100644 --- a/config/overlays/vke/default/gateway/kustomization.yaml +++ b/config/overlays/vke/default/gateway/kustomization.yaml @@ -14,13 +14,13 @@ images: newTag: stable - name: aibrix/plugins newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/plugins - newTag: v0.1.0-rc.5 + newTag: v0.1.0 - name: envoyproxy/envoy newName: aibrix-container-registry-cn-beijing.cr.volces.com/envoyproxy/envoy newTag: distroless-v1.31.0 - name: aibrix/users newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/users - newTag: v0.1.0-rc.5 + newTag: v0.1.0 - name: redis newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/redis newTag: latest \ No newline at end of file diff --git a/config/overlays/vke/default/manager/kustomization.yaml b/config/overlays/vke/default/manager/kustomization.yaml index 0aebb88e..989e18af 100644 --- a/config/overlays/vke/default/manager/kustomization.yaml +++ b/config/overlays/vke/default/manager/kustomization.yaml @@ -4,4 +4,4 @@ resources: images: - name: aibrix/controller-manager newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager - newTag: v0.1.0-rc.5 \ No newline at end of file + newTag: v0.1.0 \ No newline at end of file diff --git a/python/aibrix/pyproject.toml b/python/aibrix/pyproject.toml index 080261f3..93005520 100644 --- a/python/aibrix/pyproject.toml +++ b/python/aibrix/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aibrix" -version = "0.1.0-rc.5" +version = "0.1.0" description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure." authors = [ "AIBrix Authors "