Skip to content

Commit 0507140

Browse files
Ignacio Van Droogenbroeckclaude
andcommitted
docs: Update Arc version references to v25.11.2
Update all Docker image references from 25.11.1 to 25.11.2 across documentation. Files updated: - docs/installation/docker.md - docs/getting-started.md - docs/integrations/opentelemetry.md 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
1 parent fc31a00 commit 0507140

5 files changed

Lines changed: 72 additions & 14 deletions

File tree

docs/getting-started.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker run -d \
2222
-p 8000:8000 \
2323
-e STORAGE_BACKEND=local \
2424
-v arc-data:/app/data \
25-
ghcr.io/basekick-labs/arc:25.11.1
25+
ghcr.io/basekick-labs/arc:25.11.2
2626
```
2727

2828
Arc API will be available at `http://localhost:8000`
@@ -42,14 +42,14 @@ curl http://localhost:8000/health
4242
For production deployments on Kubernetes:
4343

4444
```bash
45-
helm install arc https://github.com/Basekick-Labs/arc/releases/download/v25.11.1/arc-25.11.1.tgz
45+
helm install arc https://github.com/Basekick-Labs/arc/releases/download/v25.11.2/arc-25.11.2.tgz
4646
kubectl port-forward svc/arc 8000:8000
4747
```
4848

4949
**Customize your deployment:**
5050

5151
```bash
52-
helm install arc https://github.com/Basekick-Labs/arc/releases/download/v25.11.1/arc-25.11.1.tgz \
52+
helm install arc https://github.com/Basekick-Labs/arc/releases/download/v25.11.2/arc-25.11.2.tgz \
5353
--set persistence.size=20Gi \
5454
--set resources.limits.memory=4Gi
5555
```

docs/installation/docker.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ docker run -d \
2222
-p 8000:8000 \
2323
-e STORAGE_BACKEND=local \
2424
-v arc-data:/app/data \
25-
ghcr.io/basekick-labs/arc:25.11.1
25+
ghcr.io/basekick-labs/arc:25.11.2
2626
```
2727

2828
Arc API will be available at `http://localhost:8000`
@@ -73,7 +73,7 @@ docker run -d \
7373
-e LOG_LEVEL=INFO \
7474
-e ARC_WORKERS=8 \
7575
-v arc-data:/app/data \
76-
ghcr.io/basekick-labs/arc:25.11.1
76+
ghcr.io/basekick-labs/arc:25.11.2
7777
```
7878

7979
**Common environment variables:**
@@ -121,14 +121,14 @@ docker stop <container-id>
121121
docker rm <container-id>
122122

123123
# Pull latest version
124-
docker pull ghcr.io/basekick-labs/arc:25.11.1
124+
docker pull ghcr.io/basekick-labs/arc:25.11.2
125125

126126
# Start new container with same volume
127127
docker run -d \
128128
-p 8000:8000 \
129129
-e STORAGE_BACKEND=local \
130130
-v arc-data:/app/data \
131-
ghcr.io/basekick-labs/arc:25.11.1
131+
ghcr.io/basekick-labs/arc:25.11.2
132132
```
133133

134134
## Storage Backend Options
@@ -140,7 +140,7 @@ docker run -d \
140140
-p 8000:8000 \
141141
-e STORAGE_BACKEND=local \
142142
-v arc-data:/app/data \
143-
ghcr.io/basekick-labs/arc:25.11.1
143+
ghcr.io/basekick-labs/arc:25.11.2
144144
```
145145

146146
### AWS S3
@@ -153,7 +153,7 @@ docker run -d \
153153
-e STORAGE_S3_REGION=us-east-1 \
154154
-e AWS_ACCESS_KEY_ID=your_key \
155155
-e AWS_SECRET_ACCESS_KEY=your_secret \
156-
ghcr.io/basekick-labs/arc:25.11.1
156+
ghcr.io/basekick-labs/arc:25.11.2
157157
```
158158

159159
### MinIO (Self-Hosted S3)
@@ -166,7 +166,7 @@ docker run -d \
166166
-e MINIO_ACCESS_KEY=minioadmin \
167167
-e MINIO_SECRET_KEY=minioadmin123 \
168168
-e MINIO_BUCKET=arc \
169-
ghcr.io/basekick-labs/arc:25.11.1
169+
ghcr.io/basekick-labs/arc:25.11.2
170170
```
171171

172172
## Production Deployment
@@ -180,7 +180,7 @@ docker run -d \
180180
-e STORAGE_BACKEND=local \
181181
-v arc-data:/app/data \
182182
--restart unless-stopped \
183-
ghcr.io/basekick-labs/arc:25.11.1 # ← Pin version
183+
ghcr.io/basekick-labs/arc:25.11.2 # ← Pin version
184184
```
185185

186186
### Resource Limits
@@ -193,7 +193,7 @@ docker run -d \
193193
--memory="8g" \
194194
--cpus="4" \
195195
--restart unless-stopped \
196-
ghcr.io/basekick-labs/arc:25.11.1
196+
ghcr.io/basekick-labs/arc:25.11.2
197197
```
198198

199199
### Health Check Example
@@ -250,7 +250,7 @@ docker run -d \
250250
-e ARC_WORKERS=4 \
251251
-v arc-data:/app/data \
252252
--memory="4g" \
253-
ghcr.io/basekick-labs/arc:25.11.1
253+
ghcr.io/basekick-labs/arc:25.11.2
254254
```
255255

256256
### Can't Find Admin Token

docs/integrations/opentelemetry.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ chmod +x otelcol-arc-linux-amd64
8080
docker run -d -p 8000:8000 \
8181
-e STORAGE_BACKEND=local \
8282
-v arc-data:/app/data \
83-
ghcr.io/basekick-labs/arc:25.11.1
83+
ghcr.io/basekick-labs/arc:25.11.2
8484
```
8585

8686
### 2. Get Your API Token

query.py

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
import requests
2+
import os
3+
4+
token = 'dnXEmHroA5yoQb26AP0TcQIVRYo5REQZKU0D0I9l22g'
5+
6+
response = requests.post(
7+
"http://localhost:8000/api/v1/query",
8+
headers={
9+
"Authorization": f"Bearer {token}",
10+
"Content-Type": "application/json"
11+
},
12+
json={
13+
"sql": "SELECT * FROM prod.cpu ORDER BY time DESC LIMIT 10",
14+
"format": "json"
15+
}
16+
)
17+
18+
data = response.json()
19+
print(f"Rows: {len(data['data'])}")
20+
for row in data['data']:
21+
print(row)

test.py

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
import msgpack
2+
import requests
3+
from datetime import datetime
4+
import os
5+
6+
token = 'dvX59MkYekCaH7gi6bD41AvLZh_9KBZ3sV1jcF0E0_M'
7+
8+
# Send multiple rows in one request
9+
data = {
10+
"m": "cpu",
11+
"columns": {
12+
"time": [
13+
int(datetime.now().timestamp() * 1000),
14+
int(datetime.now().timestamp() * 1000),
15+
int(datetime.now().timestamp() * 1000)
16+
],
17+
"host": ["server01", "server02", "server03"],
18+
"usage_idle": [95.0, 87.5, 92.3],
19+
"usage_user": [3.2, 8.1, 5.4],
20+
"usage_system": [1.8, 4.4, 2.3]
21+
}
22+
}
23+
24+
# Send data
25+
response = requests.post(
26+
"http://localhost:8000/api/v1/write/msgpack",
27+
headers={
28+
"Authorization": f"Bearer {token}",
29+
"Content-Type": "application/msgpack"
30+
},
31+
data=msgpack.packb(data)
32+
)
33+
34+
if response.status_code == 204:
35+
print("Successfully wrote data!")
36+
else:
37+
print(f"Error {response.status_code}: {response.text}")

0 commit comments

Comments
 (0)