Skip to content

Commit 8109b4c

Browse files
authored
Remove CalVer from NOTES.txt and README notice (#384)
* Remove CalVer from NOTES.txt and README notice * Remove lingering end * Minor doc update
1 parent 3f25f63 commit 8109b4c

File tree

2 files changed

+7
-27
lines changed

2 files changed

+7
-27
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,12 @@
11
# Bitwarden Helm Charts Repository
2-
> [!IMPORTANT]
3-
> **CalVer Deprecation Notice**
4-
>
5-
> The CalVer versioning scheme for the Bitwarden self-host chart will be deprecated on **November 13, 2025**.
6-
>
7-
> After this date, only SemVer versions will be supported and released.
8-
>
9-
> For more information, see the chart's [NOTES.txt](https://github.com/bitwarden/helm-charts/blob/main/charts/self-host/templates/NOTES.txt).
102

3+
This is a collection of Bitwarden maintained charts for https://github.com/bitwarden projects.
114

125
- [Self-Host](charts/self-host/README.md)
136
- [Secrets Manager Operator](charts/sm-operator/README.md)
7+
8+
The charts can be added using following command:
9+
10+
```bash
11+
helm repo add bitwarden https://charts.bitwarden.com/
12+
```
Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,7 @@
1-
{{- $isCalVer := regexMatch "^[0-9]{4}\\." .Chart.Version }}
21
{{- $chartVersion := .Chart.Version }}
32

43
=====================================================
54
Bitwarden Self-Host Helm Chart {{ $chartVersion }}
65
=====================================================
76

87
Bitwarden been successfully deployed!
9-
10-
{{- if $isCalVer }}
11-
12-
IMPORTANT MIGRATION NOTICE
13-
14-
CalVer Deprecation: November 13, 2025
15-
The CalVer versioning scheme ({{ $chartVersion }}) will be deprecated on November 13, 2025.
16-
After this date, only SemVer versions will be supported and released.
17-
18-
Start Using SemVer (Optional)
19-
20-
To start using SemVer 1.0.0 now:
21-
helm upgrade {{ .Release.Name }} bitwarden/self-host --version <semver-version> -n {{ .Release.Namespace }}
22-
23-
Note: For SemVer installations until November 13, 2025, you must always specify --version <semver-version> during upgrades
24-
to avoid reverting back to CalVer. We recommend upgrading to SemVer after November 13, 2025 for the smoothest experience.
25-
26-
{{- end }}

0 commit comments

Comments
 (0)