Skip to content

Commit

Permalink
v2.3.8 (#395)
Browse files Browse the repository at this point in the history
Signed-off-by: nameczz <zizhao.chen@zilliz.com>
  • Loading branch information
nameczz authored Feb 4, 2024
1 parent b1f9bba commit 134f48f
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 7 deletions.
5 changes: 2 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
# Attu

[![typescript](https://badges.aleen42.com/src/typescript.svg)](https://badges.aleen42.com/src/typescript.svg)
[![downloads](https://img.shields.io/docker/pulls/zilliz/attu)](https://img.shields.io/docker/pulls/zilliz/attu)

Expand All @@ -15,7 +14,7 @@ Before you begin, make sure that you have Milvus installed on either [Zilliz Clo

| Milvus Version | Recommended Attu Version |
| -------------- | ---------------------------------------------------------------- |
| 2.3.x | [v2.3.7](https://github.com/zilliztech/attu/releases/tag/v2.3.7) |
| 2.3.x | [v2.3.8](https://github.com/zilliztech/attu/releases/tag/v2.3.8) |
| 2.2.x | [v2.2.8](https://github.com/zilliztech/attu/releases/tag/v2.2.8) |
| 2.1.x | [v2.2.2](https://github.com/zilliztech/attu/releases/tag/v2.2.2) |

Expand All @@ -24,7 +23,7 @@ Before you begin, make sure that you have Milvus installed on either [Zilliz Clo
Here are the steps to start a container for running Attu:

```code
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.3.7
docker run -p 8000:3000 -e MILVUS_URL={milvus server IP}:19530 zilliz/attu:v2.3.8
```

Make sure that the Attu container can access the Milvus IP address. After starting the container, open your web browser and enter `http://{ Attu IP }:8000` to view the Attu GUI.
Expand Down
2 changes: 1 addition & 1 deletion attu-k8s-deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ spec:
spec:
containers:
- name: attu
image: zilliz/attu:v2.3.7
image: zilliz/attu:v2.3.8
imagePullPolicy: IfNotPresent
ports:
- name: attu
Expand Down
2 changes: 1 addition & 1 deletion examples/attu-k8s-deploy-ConfigMap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ spec:
spec:
containers:
- name: attu
image: zilliz/attu:v2.3.7
image: zilliz/attu:v2.3.8
imagePullPolicy: IfNotPresent
ports:
- name: attu
Expand Down
4 changes: 2 additions & 2 deletions server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "attu",
"version": "2.3.7",
"version": "2.3.8",
"license": "MIT",
"author": {
"name": "zilliz",
Expand Down Expand Up @@ -143,4 +143,4 @@
]
}
}
}
}

0 comments on commit 134f48f

Please sign in to comment.