Skip to content

Commit 7a20c12

Browse files
authored
feat: update migration-v1.4.0 docs
feat: update migration-v1.4.0 docs
2 parents 5d2491d + 8726802 commit 7a20c12

3 files changed

Lines changed: 6 additions & 7 deletions

File tree

README.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ With the built-in **AI SRE Agent**, Versus goes further — continuously observi
2323
- [Understanding Custom Templates](#understanding-custom-templates-with-monitoring-webhooks)
2424
- [Deploy on Kubernetes](https://versuscontrol.github.io/versus-incident/userguide/kubernetes.html)
2525
- [Helm Chart](https://versuscontrol.github.io/versus-incident/userguide/helm.html)
26-
- [SNS Usage](#sns-usage)
2726
- [AI Agent](#ai-agent)
2827
- [On-Call](#on-call)
2928
- [Configuration](#complete-configuration)

helm/versus-incident/Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: versus-incident
33
description: A Helm chart for Versus Incident Management System
44
type: application
5-
version: 1.4.1
5+
version: 1.4.0
66
appVersion: "1.4.0"
77

88
# Dependencies

src/migration/migration-v1.4.0.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -137,20 +137,20 @@ If you fork the channel templates, see §4.
137137

138138
```bash
139139
# Docker
140-
docker pull ghcr.io/versuscontrol/versus-incident:1.4.0
140+
docker pull ghcr.io/versuscontrol/versus-incident:v1.4.0-beta
141141
142142
# Helm
143143
helm repo update
144144
helm upgrade versus-incident oci://ghcr.io/versuscontrol/charts/versus-incident \
145-
--version 1.4.1
145+
--version 1.4.0
146146
```
147147

148148
Restart the service to apply the changes. Existing pattern catalogs
149149
and shadow logs are forward-compatible (no schema migration).
150150

151-
### Helm chart changes (1.3.x → 1.4.1)
151+
### Helm chart changes (1.3.x → 1.4.0)
152152

153-
Chart `1.4.1` adds first-class support for everything that v1.4.0
153+
Chart `1.4.0` adds first-class support for everything that v1.4.0
154154
ships in the binary. Key additions to `values.yaml`:
155155

156156
```yaml
@@ -212,7 +212,7 @@ endpoints are not registered. Generate a strong value at install:
212212
```bash
213213
helm upgrade --install versus-incident \
214214
oci://ghcr.io/versuscontrol/charts/versus-incident \
215-
--version 1.4.1 \
215+
--version 1.4.0 \
216216
-f values.yaml \
217217
--set gatewaySecret="$(openssl rand -hex 32)" \
218218
--set agent.ai.apiKey="$OPENAI_API_KEY"

0 commit comments

Comments
 (0)