Introducing semver (#102)

Resolves #101
This commit is contained in:
KUOKA Yusuke 2018-04-10 14:20:05 +09:00 committed by GitHub
parent eaee6ef6a9
commit a5706e9951
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 0 deletions

View File

@ -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) [![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 ## about
Helmfile is a declarative spec for deploying helm charts. It lets you... Helmfile is a declarative spec for deploying helm charts. It lets you...