Skip to content

Commit

Permalink
Update version and tags to v0.2.0 (#687)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeffwan authored Feb 17, 2025
1 parent 102fa59 commit 70bbce6
Show file tree
Hide file tree
Showing 14 changed files with 31 additions and 31 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,10 @@ kubectl create -k config/default
Install stable distribution
```shell
# Install component dependencies
kubectl create -k "github.com/aibrix/aibrix/config/dependency?ref=v0.2.0-rc.2"
kubectl create -k "github.com/aibrix/aibrix/config/dependency?ref=v0.2.0"

# Install aibrix components
kubectl create -k "github.com/aibrix/aibrix/config/overlays/release?ref=v0.2.0-rc.2"
kubectl create -k "github.com/aibrix/aibrix/config/overlays/release?ref=v0.2.0"
```

## Documentation
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/autoscaling/7b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ spec:
fi
done
- name: aibrix-runtime
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0-rc.2
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
command:
- aibrix_runtime
- --port
Expand Down
4 changes: 2 additions & 2 deletions benchmarks/autoscaling/deepseek-llm-7b-chat/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
- name: dshm
mountPath: /dev/shm
- name: aibrix-runtime
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0-rc.2
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
command:
- aibrix_runtime
- --port
Expand Down Expand Up @@ -127,7 +127,7 @@ spec:
periodSeconds: 10
initContainers:
- name: init-model
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0-rc.2
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
command:
- aibrix_download
- --model-uri
Expand Down
2 changes: 1 addition & 1 deletion benchmarks/gateway/7b.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ spec:
fi
done
- name: aibrix-runtime
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0-rc.2
image: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime:v0.2.0
command:
- aibrix_runtime
- --port
Expand Down
8 changes: 4 additions & 4 deletions config/overlays/release/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ images:
- name: redis
newTag: latest
- name: aibrix/gateway-plugins
newTag: v0.2.0-rc.2
newTag: v0.2.0
- name: aibrix/metadata-service
newTag: v0.2.0-rc.2
newTag: v0.2.0
- name: aibrix/controller-manager
newTag: v0.2.0-rc.2
newTag: v0.2.0
- name: aibrix/runtime
newTag: v0.2.0-rc.2
newTag: v0.2.0
2 changes: 1 addition & 1 deletion config/overlays/vke-dev/manager/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,4 @@ resources:
images:
- name: aibrix/controller-manager
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
newTag: v0.2.0-rc.2
newTag: v0.2.0
12 changes: 6 additions & 6 deletions config/overlays/vke-ipv4/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ patches:
name: aibrix-custom-proxy-config

images:
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/plugins
newTag: v0.2.0-rc.2
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/users
newTag: v0.2.0-rc.2
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/gateway-plugins
newTag: v0.2.0
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/metadata-service
newTag: v0.2.0
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
newTag: v0.2.0-rc.2
newTag: v0.2.0
- name: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime
newTag: v0.2.0-rc.2
newTag: v0.2.0

8 changes: 4 additions & 4 deletions config/overlays/vke/default/kustomization.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,13 @@ images:
newTag: latest
- name: aibrix/gateway-plugins
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/gateway-plugins
newTag: v0.2.0-rc.2-pr-599
newTag: v0.2.0
- name: aibrix/metadata-service
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/metadata-service
newTag: v0.2.0-rc.2
newTag: v0.2.0
- name: aibrix/controller-manager
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/controller-manager
newTag: v0.2.0-rc.2
newTag: v0.2.0
- name: aibrix/runtime
newName: aibrix-container-registry-cn-beijing.cr.volces.com/aibrix/runtime
newTag: v0.2.0-rc.2
newTag: v0.2.0
4 changes: 2 additions & 2 deletions docs/source/development/release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,8 @@ we need to retag the images and push to VKE Container Registry.

.. code-block:: bash
./hack/release/sync-images.sh v0.2.0-rc.2 aibrix-container-registry-cn-beijing.cr.volces.com
./hack/release/sync-images.sh v0.2.0-rc.2 aibrix-container-registry-cn-shanghai.cr.volces.com
./hack/release/sync-images.sh v0.2.0 aibrix-container-registry-cn-beijing.cr.volces.com
./hack/release/sync-images.sh v0.2.0 aibrix-container-registry-cn-shanghai.cr.volces.com
Update released tags in main branch docs
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/installation/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,10 +23,10 @@ Stable Version
.. code:: bash
# Install component dependencies
kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.2.0-rc.2/aibrix-dependency-v0.2.0-rc.2.yaml
kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.2.0/aibrix-dependency-v0.2.0.yaml
# Install aibrix components
kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.2.0-rc.2/aibrix-core-v0.2.0-rc.2.yaml
kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.2.0/aibrix-core-v0.2.0.yaml
Nightly Version
Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/installation/lambda.rst
Original file line number Diff line number Diff line change
Expand Up @@ -120,10 +120,10 @@ Once the cluster is up and running, install AIBrix components:
.. code-block:: bash
# install dependencies
kubectl create -k "github.com/aibrix/aibrix/config/dependency?ref=v0.2.0-rc.2"
kubectl create -k "github.com/aibrix/aibrix/config/dependency?ref=v0.2.0"
# install core components
kubectl create -k "github.com/aibrix/aibrix/config/overlays/release?ref=v0.2.0-rc.2"
kubectl create -k "github.com/aibrix/aibrix/config/overlays/release?ref=v0.2.0"
Verify that the AIBrix components are installed successfully:

Expand Down
4 changes: 2 additions & 2 deletions docs/source/getting_started/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Get your kubernetes cluster ready, run following commands to install aibrix comp

.. code-block:: bash
kubectl create -f https://github.com/aibrix/aibrix/releases/download/v0.2.0-rc.2/aibrix-dependency-v0.2.0-rc.2.yaml
kubectl create -f https://github.com/aibrix/aibrix/releases/download/v0.2.0-rc.2/aibrix-core-v0.2.0-rc.2.yaml
kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.2.0/aibrix-dependency-v0.2.0.yaml
kubectl apply -f https://github.com/aibrix/aibrix/releases/download/v0.2.0/aibrix-core-v0.2.0.yaml
Wait for few minutes and run `kubectl get pods -n aibrix-system` to check pod status util they are ready.

Expand Down
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.2.0-rc.2"
version = "0.2.0"
description = "AIBrix, the foundational building blocks for constructing your own GenAI inference infrastructure."
authors = [
"AIBrix Authors <[email protected]>"
Expand Down
2 changes: 1 addition & 1 deletion samples/adapter/base.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ spec:
requests:
nvidia.com/gpu: "1"
- name: aibrix-runtime
image: aibrix/runtime:nightly
image: aibrix/runtime:v0.2.0
command:
- aibrix_runtime
- --port
Expand Down

0 comments on commit 70bbce6

Please sign in to comment.