You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: RELEASE.md
+10-8Lines changed: 10 additions & 8 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,11 +2,12 @@
2
2
3
3
## Schedule
4
4
5
-
The release schedule for this project is ad-hoc. Given the pre-1.0 status of the project we do not have a fixed release cadence. However if a vulnerability is discovered we will respond in accordance with our [security policy](https://github.com/cert-manager/community/blob/main/SECURITY.md) and this response may include a release.
5
+
The release schedule for this project is ad-hoc. Given the pre-1.0 status of the project we do not have a fixed release cadence.
6
+
However, if a vulnerability is discovered we will respond in accordance with our [security policy](https://github.com/cert-manager/community/blob/main/SECURITY.md) and this response may include a release.
6
7
7
8
## Process
8
9
9
-
There is a semi-automated release process for this project. When you create a Git tag with a tagname that has a `v` prefix and push it to GitHub it will trigger the [release workflow].
10
+
There is a semi-automated release process for this project. When you create a Git tag with a tag name that has a `v` prefix and push it to GitHub it will trigger the [release workflow].
10
11
11
12
The release process for this repo is documented below:
12
13
@@ -18,21 +19,22 @@ The release process for this repo is documented below:
18
19
```
19
20
2. A GitHub action will see the new tag and do the following:
20
21
- Build and publish any container images
21
-
- Build and publish the Helm chart
22
+
- Build and publish the OCI Helm chart
22
23
- Create a draft GitHub release
23
-
3. Wait for the PR to be merged and wait for OCI Helm chart to propagate and become available from https://charts.jetstack.io (this might take a few hours).
24
-
4. Visit the [releases page], edit the draft release, click "Generate release notes", then edit the notes to add the following to the top
24
+
3. Visit the [releases page], edit the draft release, click "Generate release notes", then edit the notes to add the following to the top
25
25
```
26
26
google-cas-issuer enables issuing X.509 certificates using Google CA Service
27
27
```
28
-
5. Publish the release.
28
+
4. Publish the release.
29
29
30
30
## Artifacts
31
31
32
32
This repo will produce the following artifacts each release. For documentation on how those artifacts are produced see the "Process" section.
33
33
34
-
- *Container Images* - Container images for the are published to .
35
-
- *Helm chart* - An official Helm chart is maintained within this repo and published to `quay.io/jetstack` and `charts.jetstack.io` on each release.
34
+
- *Container Images* - Container images for the project are published to `quay.io/jetstack`.
35
+
- *Helm chart* - An official Helm chart is maintained within this repo and published to `quay.io/jetstack` on each release.
36
+
- The chart is also published to the legacy HTTP Helm repository at `https://charts.jetstack.io` (maintained by Venafi).
37
+
Publishing to the legacy repo depends on a PR to be merged in a closed Venafi repo, and might be delayed.
0 commit comments