Skip to content

Commit 7209959

Browse files
committed
chore: prep for 0.4.0 release
1 parent 7c22e23 commit 7209959

File tree

5 files changed

+10
-10
lines changed

5 files changed

+10
-10
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,12 +25,12 @@ NVSentinel is a comprehensive collection of Kubernetes services that automatical
2525
```bash
2626
# Install from GitHub Container Registry
2727
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
28-
--version v0.3.0 \
28+
--version v0.4.0 \
2929
--namespace nvsentinel \
3030
--create-namespace
3131

3232
# View chart information
33-
helm show chart oci://ghcr.io/nvidia/nvsentinel --version v0.3.0
33+
helm show chart oci://ghcr.io/nvidia/nvsentinel --version v0.4.0
3434
```
3535

3636
## ✨ Key Features
@@ -75,7 +75,7 @@ helm upgrade --install prometheus prometheus-community/kube-prometheus-stack \
7575
### 3. Install NVSentinel
7676

7777
```bash
78-
NVSENTINEL_VERSION=v0.3.0
78+
NVSENTINEL_VERSION=v0.4.0
7979

8080
helm upgrade --install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
8181
--namespace nvsentinel --create-namespace \
@@ -91,7 +91,7 @@ kubectl get pods -n nvsentinel
9191
kubectl get nodes # Verify GPU nodes are visible
9292

9393
# Run comprehensive validation
94-
./scripts/validate-nvsentinel.sh --version v0.3.0 --verbose
94+
./scripts/validate-nvsentinel.sh --version v0.4.0 --verbose
9595
```
9696

9797
> **Testing**: The example above uses default settings. For production, customize values for your environment.

demos/local-fault-injection-demo/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -223,7 +223,7 @@ After completing this demo, you'll understand:
223223

224224
### Using a Different NVSentinel Version
225225

226-
By default, the demo uses NVSentinel v0.3.0 (the latest published release). To use a different version:
226+
By default, the demo uses NVSentinel v0.4.0 (the latest published release). To use a different version:
227227

228228
```bash
229229
# Use a specific version (replace vX.Y.Z with your desired version)

demos/local-fault-injection-demo/scripts/00-setup.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -274,7 +274,7 @@ EOF
274274

275275
# Install NVSentinel from OCI registry (uses published images)
276276
# For latest development code, build and load images into KIND first
277-
local nvsentinel_version="${NVSENTINEL_VERSION:-v0.3.0}"
277+
local nvsentinel_version="${NVSENTINEL_VERSION:-v0.4.0}"
278278

279279
log "Installing NVSentinel ${nvsentinel_version} from OCI registry..."
280280
log "(Set NVSENTINEL_VERSION env var to use a different version)"

distros/kubernetes/README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,13 @@ helm install prometheus prometheus-community/kube-prometheus-stack \
3636
```bash
3737
# Install with default configuration
3838
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel \
39-
--version v0.3.0 \
39+
--version v0.4.0 \
4040
--namespace nvsentinel \
4141
--create-namespace
4242

4343
# Upgrade to a new version
4444
helm upgrade nvsentinel oci://ghcr.io/nvidia/nvsentinel \
45-
--version v0.3.0 \
45+
--version v0.4.0 \
4646
--namespace nvsentinel
4747

4848
# Uninstall
@@ -306,5 +306,5 @@ For detailed documentation of all available configuration options, see:
306306
To view all options from the published chart:
307307

308308
```bash
309-
helm show values oci://ghcr.io/nvidia/nvsentinel --version v0.3.0
309+
helm show values oci://ghcr.io/nvidia/nvsentinel --version v0.4.0
310310
```

docs/OVERVIEW.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ NVSentinel is open source and easy to deploy:
110110

111111
1. **Install** (one command, takes ~5 minutes):
112112
```bash
113-
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel --version v0.3.0
113+
helm install nvsentinel oci://ghcr.io/nvidia/nvsentinel --version v0.4.0
114114
```
115115

116116
2. **Configure** (choose what actions to enable):

0 commit comments

Comments
 (0)