Remove cert-manager release-1.19 testing configuration#1218
Conversation
| master: v1.22 | ||
| release-1.21: v1.21 | ||
| release-1.20: v1.20 | ||
| release-1.19: v1.19 |
There was a problem hiding this comment.
This change looks strange, as older releases are still on this list.
cert-manager 1.19 is no longer supported since the release of 1.21, so removing all the testing configuration, as per the release process: https://cert-manager.io/docs/contributing/release-process/#minor-releases Changes: - Remove release-1.19 from prowgen knownBranches - Delete release-1.19 prow job spec and associated periodics - Remove release-1.19 branch-protection entry - Remove release-1.19 milestone applier mapping - Remove release-1.19 testgrid dashboard - Bump cert-manager helm install version to v1.20.3 - Adjust cron schedules for release-1.20 and release-1.21 periodics; a side-effect of running make prowgen Based on: cert-manager#1164 Signed-off-by: Richard Wall <richard.wall@cyberark.com>
232ed2f to
67cb156
Compare
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erikgb 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 |
|
@wallrj-cyberark: Updated the following 2 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. |
Motivation
cert-manager 1.19 is no longer supported since the release of 1.21, so removing all the testing configuration, as per the release process:
Changes
make prowgenTest Plan
make prowgento regenerate job configurationsconfig/prowgen/prowspecs/specs.goconfig/config.yaml(branch protection)config/plugins.yaml(milestone applier)config/testgrid/dashboards.yamlconfig/jobs/cert-manager/cert-manager/release-1.19/Prior Art
Based on: #1164 (post-1.20-release cleanup)