forked from cert-manager/cert-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
docs: add RELEASE.md file to describe release process.
Signed-off-by: Adam Talbot <[email protected]>
- Loading branch information
1 parent
aa17b34
commit 55530cb
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
# Releases | ||
|
||
## Schedule | ||
|
||
The release schedule for cert-manager is defined on the [cert-manager website](https://cert-manager.io/docs/releases/). | ||
|
||
## Process | ||
|
||
The release process is descibed in detail on the [cert-manager website](https://cert-manager.io/docs/contributing/release-process/). | ||
|
||
## Artifacts | ||
|
||
The cert-manager project will produce the following artifacts each release. For documentation on how those artifacts are produced see the "Process" section. | ||
|
||
- *Container Images* - Container images for the cert-manager project are published for all cert-manager components. | ||
- *Helm chart* - An offical Helm chart is mainained within this repo and published to `charts.jetstack.io` on each cert-manager release. | ||
- *Binaries* - Until version 1.15 the cmctl binary was maintained within this repo and published as part of the cert-manager release. For releases after 1.15 the CLI has moved to its [own repository](https://github.com/cert-manager/cmctl). Binary builds are still avaiable for download from this new location. |