diff --git a/config/gateway/kustomization.yaml b/config/gateway/kustomization.yaml index 8fa3a375..4258b0aa 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.1 + newTag: v0.1.2 - name: users newName: aibrix/users - newTag: v0.1.1 + newTag: v0.1.2 diff --git a/config/manager/kustomization.yaml b/config/manager/kustomization.yaml index a67c9e4c..4aee38d5 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.1 + newTag: v0.1.2 diff --git a/config/overlays/vke/default/gateway/kustomization.yaml b/config/overlays/vke/default/gateway/kustomization.yaml index 42ca7c7f..95f512af 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.1 + newTag: v0.1.2 - 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.1 + newTag: v0.1.2 - 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 ef6fb7db..f8f92daa 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.1 \ No newline at end of file + newTag: v0.1.2 \ No newline at end of file diff --git a/python/aibrix/pyproject.toml b/python/aibrix/pyproject.toml index 7ff2619d..267b05cd 100644 --- a/python/aibrix/pyproject.toml +++ b/python/aibrix/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "aibrix" -version = "0.1.1" +version = "0.1.2" description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure." authors = [ "AIBrix Authors "