You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As requested by @butonic in PR opencloud-eu#43, this adds a clear warning about
the 0.x.x version status according to SemVer 2.0 spec item 4.
This helps users understand that:
- Charts are under heavy development
- Breaking changes may occur at any time
- API is not stable yet
- Production use requires caution
Copy file name to clipboardExpand all lines: README.md
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -70,6 +70,16 @@ The current maintainers and reviewers are listed in [MAINTAINERS.md](./MAINTAINE
70
70
- PV provisioner support in the underlying infrastructure (if persistence is enabled)
71
71
- External ingress controller (e.g., Cilium Gateway API) for routing traffic to the services
72
72
73
+
## ⚠️ Version Stability Notice
74
+
75
+
**Important**: These Helm charts are currently at version `0.x.x`, which according to [Semantic Versioning 2.0](https://semver.org/spec/v2.0.0.html#spec-item-4) means:
76
+
- The charts are still under heavy development
77
+
- Breaking changes may occur at any time
78
+
- The public API should not be considered stable
79
+
- Use with caution in production environments
80
+
81
+
We recommend pinning to specific chart versions and thoroughly testing updates before applying them.
0 commit comments