mirror of
https://github.com/kubernetes-sigs/external-dns.git
synced 2026-05-05 06:36:11 +02:00
adds release conventions
This commit is contained in:
parent
103a0089a5
commit
a5ddddbfb6
@ -4,6 +4,16 @@
|
||||
|
||||
Currently we don't release regularly. Whenever we think it makes sense to release a new version we do it, but we aim to do a new release every month. You might want to ask in our Slack channel [external-dns](https://kubernetes.slack.com/archives/C771MKDKQ) when the next release will come out.
|
||||
|
||||
## Versioning convention
|
||||
|
||||
Those are the conventions that we will be using for releases following `0.7.6`:
|
||||
|
||||
- **Patch** version should be updated if we need to merge bugfixes, e.g. provider a does need a fix in order make updates working again. I would see updating or improving documentation here.
|
||||
|
||||
- **Minor** version should be updated if new features are implemented in existing providers or new provider get introduced.
|
||||
|
||||
- **Major** version should be upgraded if we introduce breaking changes.
|
||||
|
||||
## How to release a new image
|
||||
|
||||
### Prerequisite
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user