Skip to content

Commit b0766a9

Browse files
authored
Cut v0.1.2 release (#561)
1 parent 5a7209e commit b0766a9

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

config/gateway/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ kind: Kustomization
99
images:
1010
- name: plugins
1111
newName: aibrix/plugins
12-
newTag: v0.1.1
12+
newTag: v0.1.2
1313
- name: users
1414
newName: aibrix/users
15-
newTag: v0.1.1
15+
newTag: v0.1.2

config/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ kind: Kustomization
55
images:
66
- name: controller
77
newName: aibrix/controller-manager
8-
newTag: v0.1.1
8+
newTag: v0.1.2

config/overlays/vke/default/gateway/kustomization.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ images:
1414
newTag: stable
1515
- name: aibrix/plugins
1616
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/plugins
17-
newTag: v0.1.1
17+
newTag: v0.1.2
1818
- name: envoyproxy/envoy
1919
newName: aibrix-container-registry-cn-beijing.cr.volces.com/envoyproxy/envoy
2020
newTag: distroless-v1.31.0
2121
- name: aibrix/users
2222
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/users
23-
newTag: v0.1.1
23+
newTag: v0.1.2
2424
- name: redis
2525
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/redis
2626
newTag: latest

config/overlays/vke/default/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,4 @@ resources:
44
images:
55
- name: aibrix/controller-manager
66
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
7-
newTag: v0.1.1
7+
newTag: v0.1.2

python/aibrix/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "aibrix"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure."
55
authors = [
66
"AIBrix Authors <[email protected]>"

0 commit comments

Comments
 (0)