Skip to content

Commit 49df38e

Browse files
authored
Bump AIBrix version to v0.2.1 in manifests (#839)
* Bump AIBrix version to v0.2.1 in manifests Release was done against release-0.2 branch, this PR is to update related manifests Signed-off-by: Jiaxin Shan <[email protected]> * Add Latest News in README Signed-off-by: Jiaxin Shan <[email protected]> --------- Signed-off-by: Jiaxin Shan <[email protected]>
1 parent e008fa4 commit 49df38e

File tree

16 files changed

+38
-33
lines changed

16 files changed

+38
-33
lines changed

README.md

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ Welcome to AIBrix, an open-source initiative designed to provide essential build
77
| <a href="https://aibrix.readthedocs.io/latest/"><b>Documentation</b></a> | <a href="https://aibrix.github.io/"><b>Blog</b></a> | <a href="https://github.com/vllm-project/aibrix/blob/main/docs/paper/AIBrix_White_Paper_0219_2025.pdf"><b>White Paper</b></a> | <a href="https://x.com/vllm_project"><b>Twitter/X</b></a> | <a href="https://vllm-dev.slack.com/archives/C08EQ883CSV"><b>Developer Slack</b></a> |
88
</p>
99

10+
## Latest News
11+
12+
- **[2025-03-09]** AIBrix v0.2.1 is released. DeepSeek-R1 full weights deployment is supported and gateway stability has been improved! Check [Blog Post](https://aibrix.github.io/posts/2025-03-10-deepseek-r1/) for more details.
13+
- **[2025-02-19]** AIBrix v0.2.0 is released. Check out the [release notes](https://github.com/vllm-project/aibrix/releases/tag/v0.2.0) for more details.
14+
1015
## Key Features
1116

1217
The initial release includes the following key features:
@@ -44,10 +49,10 @@ kubectl create -k config/default
4449
Install stable distribution
4550
```shell
4651
# Install component dependencies
47-
kubectl create -k "github.com/vllm-project/aibrix/config/dependency?ref=v0.2.0"
52+
kubectl create -k "github.com/vllm-project/aibrix/config/dependency?ref=v0.2.1"
4853

4954
# Install aibrix components
50-
kubectl create -k "github.com/vllm-project/aibrix/config/overlays/release?ref=v0.2.0"
55+
kubectl create -k "github.com/vllm-project/aibrix/config/overlays/release?ref=v0.2.1"
5156
```
5257

5358
## Documentation

benchmarks/autoscaling/deepseek-llm-7b-chat/deploy.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
- name: dshm
9898
mountPath: /dev/shm
9999
- name: aibrix-runtime
100-
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
100+
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.1
101101
command:
102102
- aibrix_runtime
103103
- --port
@@ -127,7 +127,7 @@ spec:
127127
periodSeconds: 10
128128
initContainers:
129129
- name: init-model
130-
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
130+
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.1
131131
command:
132132
- aibrix_download
133133
- --model-uri

benchmarks/gateway/7b.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ spec:
9797
fi
9898
done
9999
- name: aibrix-runtime
100-
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
100+
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.1
101101
command:
102102
- aibrix_runtime
103103
- --port

config/overlays/release/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@ images:
1717
- name: redis
1818
newTag: latest
1919
- name: aibrix/gateway-plugins
20-
newTag: v0.2.0
20+
newTag: v0.2.1
2121
- name: aibrix/metadata-service
22-
newTag: v0.2.0
22+
newTag: v0.2.1
2323
- name: aibrix/controller-manager
24-
newTag: v0.2.0
24+
newTag: v0.2.1
2525
- name: aibrix/runtime
26-
newTag: v0.2.0
26+
newTag: v0.2.1

config/overlays/vke-dev/manager/kustomization.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ resources:
66
images:
77
- name: aibrix/controller-manager
88
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
9-
newTag: v0.2.0
9+
newTag: nightly

config/overlays/vke-ipv4/default/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,11 @@ patches:
1212

1313
images:
1414
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/gateway-plugins
15-
newTag: v0.2.0
15+
newTag: v0.2.1
1616
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/metadata-service
17-
newTag: v0.2.0
17+
newTag: v0.2.1
1818
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
19-
newTag: v0.2.0
19+
newTag: v0.2.1
2020
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime
21-
newTag: v0.2.0
21+
newTag: v0.2.1
2222

config/overlays/vke/default/kustomization.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,13 +23,13 @@ images:
2323
newTag: latest
2424
- name: aibrix/gateway-plugins
2525
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/gateway-plugins
26-
newTag: v0.2.0
26+
newTag: v0.2.1
2727
- name: aibrix/metadata-service
2828
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/metadata-service
29-
newTag: v0.2.0
29+
newTag: v0.2.1
3030
- name: aibrix/controller-manager
3131
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
32-
newTag: v0.2.0
32+
newTag: v0.2.1
3333
- name: aibrix/runtime
3434
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime
35-
newTag: v0.2.0
35+
newTag: v0.2.1

docs/source/development/release.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,8 +113,8 @@ we need to retag the images and push to VKE Container Registry.
113113

114114
.. code-block:: bash
115115
116-
./hack/release/sync-images.sh v0.2.0 aibrix-container-registry-cn-beijing.cr.volces.com
117-
./hack/release/sync-images.sh v0.2.0 aibrix-container-registry-cn-shanghai.cr.volces.com
116+
./hack/release/sync-images.sh v0.2.1 aibrix-container-registry-cn-beijing.cr.volces.com
117+
./hack/release/sync-images.sh v0.2.1 aibrix-container-registry-cn-shanghai.cr.volces.com
118118
119119
120120
Update released tags in main branch docs

docs/source/getting_started/installation/installation.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,10 +23,10 @@ Stable Version
2323
.. code:: bash
2424
2525
# Install component dependencies
26-
kubectl create -f https://github.com/vllm-project/aibrix/releases/download/v0.2.0/aibrix-dependency-v0.2.0.yaml
26+
kubectl create -f https://github.com/vllm-project/aibrix/releases/download/v0.2.1/aibrix-dependency-v0.2.1.yaml
2727
2828
# Install aibrix components
29-
kubectl create -f https://github.com/vllm-project/aibrix/releases/download/v0.2.0/aibrix-core-v0.2.0.yaml
29+
kubectl create -f https://github.com/vllm-project/aibrix/releases/download/v0.2.1/aibrix-core-v0.2.1.yaml
3030
3131
3232
Nightly Version

docs/source/getting_started/installation/lambda.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,10 +123,10 @@ Once the cluster is up and running, install AIBrix components:
123123
.. code-block:: bash
124124
125125
# install dependencies
126-
kubectl create -k "github.com/vllm-project/aibrix/config/dependency?ref=v0.2.0"
126+
kubectl create -k "github.com/vllm-project/aibrix/config/dependency?ref=v0.2.1"
127127
128128
# install core components
129-
kubectl create -k "github.com/vllm-project/aibrix/config/overlays/release?ref=v0.2.0"
129+
kubectl create -k "github.com/vllm-project/aibrix/config/overlays/release?ref=v0.2.1"
130130
131131
Verify that the AIBrix components are installed successfully:
132132

0 commit comments

Comments
 (0)