Skip to content

Commit

Permalink
Cut v0.1.0 release (#385)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Nov 12, 2024
1 parent 501bc80 commit d885131
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions config/gateway/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,4 @@ kind: Kustomization
images:
- name: controller
newName: aibrix/controller-manager
newTag: v0.1.0-rc.5
newTag: v0.1.0
4 changes: 2 additions & 2 deletions config/overlays/vke/default/gateway/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
2 changes: 1 addition & 1 deletion config/overlays/vke/default/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
newTag: v0.1.0
2 changes: 1 addition & 1 deletion python/aibrix/pyproject.toml
Original file line number Diff line number Diff line change
@@ -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 <[email protected]>"
Expand Down

0 comments on commit d885131

Please sign in to comment.