Skip to content

Commit

Permalink
Cut v0.1.0-rc.3 release (#280)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Oct 9, 2024
1 parent 85a7411 commit 5165d11
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions config/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,11 @@ resources:
# [PROMETHEUS] To enable prometheus monitor, uncomment all sections with 'PROMETHEUS'.
#- ../prometheus

images:
- name: quay.io/kuberay/operator
newName: aibrix/kuberay-operator
newTag: v1.2.1-patch

patches:
# [METRICS] The following patch will enable the metrics endpoint. Ensure that you also protect this endpoint.
# More info: https://book.kubebuilder.io/reference/metrics
Expand Down
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: nightly
newTag: v0.1.0-rc.3
- name: users
newName: aibrix/users
newTag: nightly
newTag: v0.1.0-rc.3
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: nightly
newTag: v0.1.0-rc.3
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.2"
version = "0.1.0-rc.3"
description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure."
authors = [
"AIBrix Authors <[email protected]>"
Expand Down

0 comments on commit 5165d11

Please sign in to comment.