-
Notifications
You must be signed in to change notification settings - Fork 175
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
1. Add release manifest folder for stable version in main branch instead of reusing config/default and distinguish by tags 2. Update tag to v0.2.0-rc.1
- Loading branch information
Showing
10 changed files
with
42 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# this manifest is for public stable release. | ||
# Please override the tag with latest stable tags. | ||
apiVersion: kustomize.config.k8s.io/v1beta1 | ||
kind: Kustomization | ||
|
||
resources: | ||
- ../../default | ||
|
||
images: | ||
- name: quay.io/kuberay/operator | ||
newName: aibrix/kuberay-operator | ||
newTag: v1.2.1-patch | ||
- name: envoyproxy/envoy | ||
newTag: distroless-v1.31.0 | ||
- name: busybox | ||
newTag: stable | ||
- name: redis | ||
newTag: latest | ||
- name: aibrix/plugins | ||
newTag: v0.2.0-rc.1 | ||
- name: aibrix/users | ||
newTag: v0.2.0-rc.1 | ||
- name: aibrix/controller-manager | ||
newTag: v0.2.0-rc.1 | ||
- name: aibrix/runtime | ||
newTag: v0.2.0-rc.1 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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.2.0-rc.1" | ||
description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure." | ||
authors = [ | ||
"AIBrix Authors <[email protected]>" | ||
|