-
Notifications
You must be signed in to change notification settings - Fork 585
WRKLDS-1766: postpone the removal of the DeploymentConfig API #2646
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
base: master
Are you sure you want to change the base?
Conversation
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
@atiratree: This pull request references WRKLDS-1766 which is a valid jira issue. 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 openshift-eng/jira-lifecycle-plugin repository. |
|
Hello @atiratree! Some important instructions when contributing to openshift/api: |
📝 WalkthroughWalkthroughThis pull request updates the prerelease lifecycle annotations and APILifecycleRemoved() method return values across multiple types in the apps/v1 package. The removal version was changed from (4, 10000) to (5, 10000) for DeploymentConfig, DeploymentConfigList, DeploymentConfigRollback, DeploymentLog, DeploymentLogOptions, and DeploymentRequest. The modifications affect only the deprecation/removal lifecycle metadata in both types.go and zz_prerelease_lifecycle_generated.go, with no changes to type signatures or control flow logic. 🚥 Pre-merge checks | ✅ 2 | ❌ 1❌ Failed checks (1 inconclusive)
✅ Passed checks (2 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing touches
📜 Recent review detailsConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Cache: Disabled due to data retention organization setting Knowledge base: Disabled due to data retention organization setting 📒 Files selected for processing (2)
🔇 Additional comments (3)
Warning There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure. 🔧 golangci-lint (2.5.0)Error: build linters: unable to load custom analyzer "kubeapilinter": tools/_output/bin/kube-api-linter.so, plugin: not implemented Comment |
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
/hold |
|
@atiratree: all tests passed! Full PR test history. Your PR dashboard. DetailsInstructions 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. I understand the commands that are listed here. |
| // +k8s:prerelease-lifecycle-gen:introduced=3.0 | ||
| // +k8s:prerelease-lifecycle-gen:deprecated=4.14 | ||
| // +k8s:prerelease-lifecycle-gen:removed=4.10000 | ||
| // +k8s:prerelease-lifecycle-gen:removed=5.10000 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
IIRC the outcome from the arch call was to use 6.0?
No description provided.