Cert-manager post beta release-1.20#1156
Cert-manager post beta release-1.20#1156cert-manager-prow[bot] merged 2 commits intocert-manager:masterfrom
Conversation
dc921ee to
4a26555
Compare
| }, | ||
|
|
||
| primaryKubernetesVersion: "1.35", | ||
| otherKubernetesVersions: []string{"1.32", "1.33", "1.34"}, |
There was a problem hiding this comment.
Based on master we support only 1.32, 1.33 and 1.34 along with 1.35 as default
4a26555 to
7980199
Compare
There was a problem hiding this comment.
Pull request overview
Adds support for the new release-1.20 branch across Prow/TestGrid configuration and updates milestone automation so master moves on to the next milestone after the 1.20 release.
Changes:
- Add
cert-manager-periodics-release-1.20to TestGrid dashboards. - Add
release-1.20to prowgen branch specs and generate the corresponding Prow job config. - Update milestone applier mappings (bump
mastertov1.21, addrelease-1.20: v1.20) and add branch-protection settings forrelease-1.20.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| config/testgrid/dashboards.yaml | Registers the new TestGrid dashboard group/name for release-1.20. |
| config/prowgen/prowspecs/specs.go | Adds release-1.20 branch spec (k8s version matrix and dashboard settings) for job generation. |
| config/plugins.yaml | Updates milestone mappings for master and introduces release-1.20 milestone mapping. |
| config/jobs/cert-manager/cert-manager/release-1.20/cert-manager-release-1.20.yaml | Adds generated presubmit/periodic Prow jobs for release-1.20. |
| config/config.yaml | Adds branch protection required contexts for release-1.20 (currently misconfigured). |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Signed-off-by: Hemant Joshi <mail@hjoshi.me>
Signed-off-by: Ashley Davis <ashley.davis@cyberark.com>
6644b89 to
4c072c1
Compare
|
/lgtm Thanks @hjoshi123 and @SgtCoDFish |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: maelvls The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
|
@hjoshi123: Updated the following 3 configmaps:
DetailsIn response to this:
Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. |
Based on the instructions https://cert-manager.io/docs/contributing/release-process we are adding new release to the list of prowgen job config and also changing the milestone marker for further merges to master.