From a5706e99516c9998e609f5f2ea70c983fd5a1f5a Mon Sep 17 00:00:00 2001 From: KUOKA Yusuke Date: Tue, 10 Apr 2018 14:20:05 +0900 Subject: [PATCH] Introducing semver (#102) Resolves #101 --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index f5f51d61..188b9073 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,14 @@ Deploy Kubernetes Helm Charts [![Docker Repository on Quay](https://quay.io/repository/roboll/helmfile/status "Docker Repository on Quay")](https://quay.io/repository/roboll/helmfile) +## status + +Even though Helmfile is used in production environments across multiple organizations, it is still in its early stage of development, hence versioned 0.x. + +Helmfile complies to Semantic Versioning 2.0.0 in which v0.x means that there could be backward-incompatible changes for every release. + +Note that we will try our best to document any backward incompatibility. + ## about Helmfile is a declarative spec for deploying helm charts. It lets you...