Skip to content

Commit 08b312c

Browse files
docs(deps): Add Version Support Policy (#3466)
* docs(deps): Add Version Support Policy Signed-off-by: yu-croco <[email protected]> * improve policy Signed-off-by: yu-croco <[email protected]> * fix review points Signed-off-by: yu-croco <[email protected]> * fix review points Signed-off-by: yu-croco <[email protected]> * fix review point Signed-off-by: yu-croco <[email protected]> --------- Signed-off-by: yu-croco <[email protected]> Co-authored-by: Marco Maurer (-Kilchhofer) <[email protected]>
1 parent f78697c commit 08b312c

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

README.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,25 @@ Argo Helm is a collection of **community maintained** charts for [https://argopr
1414
helm repo add argo https://argoproj.github.io/argo-helm
1515
```
1616

17+
## Version Support Policy
18+
As our project is maintained by a small team, we must focus our limited resources on following upstream projects and ensuring the stability of the latest version.
19+
20+
Consequently, **we do not provide bug fixes or security patches for older versions.** Our official support is limited to **the latest version of the upstream projects** only.
21+
22+
We strongly encourage all users to upgrade to the latest version to benefit from the most recent features, bug fixes, and security patches.
23+
24+
### For Users Unable to Upgrade
25+
> **Warning:**
26+
> This doesn't work all the time. We strongly recommend upgrading Helm Chart to the latest version.
27+
28+
If you are unable to upgrade to the latest version due to specific constraints, please follow the below to patch.
29+
30+
1. Upgrade Helm Chart to the latest version for your minor version. e.g: If you used `v8.2.0`, update to `v8.2.6`, the latest version of `v8.2.x`.
31+
2. Override the image tag (`.global.image.tag`) to use a specific version.
32+
33+
### How You Can Help
34+
This policy may evolve as our team grows. If you are interested in joining our team and helping us expand our support capabilities, we encourage you to read the [Community Membership Guide](https://github.com/argoproj/argoproj/blob/main/community/membership.md) for details.
35+
1736
## Contributing
1837

1938
We'd love to have you contribute! Please refer to our [contribution guidelines](CONTRIBUTING.md) for details.

0 commit comments

Comments
 (0)