Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Graduate 'DisallowInsecureCSRUsageDefinition' to GA #6927

Merged
merged 1 commit into from
Apr 24, 2024

Conversation

yj-yoo
Copy link
Contributor

@yj-yoo yj-yoo commented Apr 22, 2024

Pull Request Motivation

This feature gate was introduced in #6300 (released in v1.13).
This PR graduates this feature to GA, so the deprecated code can be removed.

Kind

/kind cleanup

Release Note

Graduate the 'DisallowInsecureCSRUsageDefinition' feature gate to GA.

@cert-manager-prow cert-manager-prow bot added release-note-none Denotes a PR that doesn't merit a release note. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. labels Apr 22, 2024
@cert-manager-prow
Copy link
Contributor

Hi @yj-yoo. Thanks for your PR.

I'm waiting for a cert-manager member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

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/test-infra repository.

@cert-manager-prow cert-manager-prow bot added needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. size/S Denotes a PR that changes 10-29 lines, ignoring generated files. labels Apr 22, 2024
@inteon
Copy link
Member

inteon commented Apr 22, 2024

Thanks @yj-yoo for your PR.
To remove these functions, we also have to make the feature a GA feature; see

DisallowInsecureCSRUsageDefinition: {Default: true, PreRelease: featuregate.Beta},
.
Could you please also update the feature flag in that file from Beta to GA?

@yj-yoo yj-yoo force-pushed the remove_deprecated_function branch from df16526 to 23be10c Compare April 22, 2024 07:20
@yj-yoo
Copy link
Contributor Author

yj-yoo commented Apr 22, 2024

Thanks @yj-yoo for your PR. To remove these functions, we also have to make the feature a GA feature; see

DisallowInsecureCSRUsageDefinition: {Default: true, PreRelease: featuregate.Beta},

.
Could you please also update the feature flag in that file from Beta to GA?

thank you. I took your advice and pushed again.

@inteon inteon changed the title refectoring: remove deprecated function refactoring: remove deprecated function Apr 22, 2024
@inteon inteon changed the title refactoring: remove deprecated function Graduate 'DisallowInsecureCSRUsageDefinition' to GA Apr 22, 2024
@inteon
Copy link
Member

inteon commented Apr 22, 2024

/ok-to-test

@cert-manager-prow cert-manager-prow bot added ok-to-test release-note Denotes a PR that will be considered when it comes time to generate release notes. and removed needs-ok-to-test Indicates a PR that requires an org member to verify it is safe to test. release-note-none Denotes a PR that doesn't merit a release note. labels Apr 22, 2024
- remove deprecated function
- comment update beta to ga (and version)

Signed-off-by: Youngjun <yj.yoo@okestro.com>
@yj-yoo yj-yoo force-pushed the remove_deprecated_function branch from 350a616 to d2988a9 Compare April 22, 2024 13:58
@yj-yoo
Copy link
Contributor Author

yj-yoo commented Apr 22, 2024

@inteon The changes were reflected and pushed again.

@inteon
Copy link
Member

inteon commented Apr 23, 2024

/test pull-cert-manager-master-make-verify

@inteon
Copy link
Member

inteon commented Apr 24, 2024

We can remove the DeprecatedCertificateTemplateFromCertificateRequestAndAllowInsecureCSRUsageDefinition function in a future PR.
/approve
/lgtm

@cert-manager-prow cert-manager-prow bot added the lgtm Indicates that a PR is ready to be merged. label Apr 24, 2024
@cert-manager-prow
Copy link
Contributor

[APPROVALNOTIFIER] This PR is APPROVED

This pull-request has been approved by: inteon

The full list of commands accepted by this bot can be found here.

The pull request process is described here

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@cert-manager-prow cert-manager-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Apr 24, 2024
@inteon inteon merged commit 20fa316 into cert-manager:master Apr 24, 2024
7 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dco-signoff: yes Indicates that all commits in the pull request have the valid DCO sign-off message. lgtm Indicates that a PR is ready to be merged. needs-kind Indicates a PR lacks a `kind/foo` label and requires one. ok-to-test release-note Denotes a PR that will be considered when it comes time to generate release notes. size/S Denotes a PR that changes 10-29 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants