diff --git a/config/gateway/kustomization.yaml b/config/gateway/kustomization.yaml index 67586513..29c4a157 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.3 + newTag: v0.1.0-rc.5 - name: users newName: aibrix/users - newTag: v0.1.0-rc.3 + newTag: v0.1.0-rc.5 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index 902b4043..b2812d5c 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.3 + newTag: v0.1.0-rc.5 diff --git a/config/overlays/vke/default/gateway/kustomization.yaml b/config/overlays/vke/default/gateway/kustomization.yaml index 982d2e77..c214f5ba 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: nightly + newTag: v0.1.0-rc.5 - 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: nightly + newTag: v0.1.0-rc.5 - 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 a8bf3b5d..0aebb88e 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: nightly \ No newline at end of file + newTag: v0.1.0-rc.5 \ No newline at end of file diff --git a/python/aibrix/pyproject.toml b/python/aibrix/pyproject.toml index 9026a7fc..9187a734 100644 --- a/python/aibrix/pyproject.toml +++ b/python/aibrix/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aibrix" -version = "0.1.0-rc.3" +version = "0.1.0-rc.5" description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure." authors = [ "AIBrix Authors "