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

Kubebuilder 4.x - Remove the deprecations #3603

Closed
camilamacedo86 opened this issue Sep 7, 2023 · 3 comments
Closed

Kubebuilder 4.x - Remove the deprecations #3603

camilamacedo86 opened this issue Sep 7, 2023 · 3 comments
Assignees
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.

Comments

@camilamacedo86
Copy link
Member

camilamacedo86 commented Sep 7, 2023

What do you want to happen?

Why Release a Major Version?

Kubebuilder's legacy plugins and code from deprecated implementations clutter the codebase. This not only hampers maintainability but also confuses users who might mistakenly use outdated solutions or get lost in the documentation deciphering deprecated features. A major version release will streamline the experience and code health.

To remove deprecated code, we'll introduce breaking changes, warranting a major bump. Note that we'll retain legacy documentation history to assist users as it was done in the past for V1 (branch book-v1) and V2 (branch book-v2).

What is deprecated and should be removed with 4X?

Plugins Deprecated

Code internals which should be removed

  • [] Project Config V2 - This is a legacy layout for the PROJECT which was used only for go/v2 and does not track all data.
  • [] Flags to work with deps and crd and webhook versions to allow users migrate from v1beta1 to v1
  • [] Conditions in the source code to allow support multiple layouts of go/v3 and go/v4 plugin
  • [] Legacy tests for go/v2
  • [] Sample under testdata for go/v3
  • [] Hack docs implementation for Component Config

Documentation

  • [] All content regards what was deprecated should be removed for v4x.

Proposed plan (TBD):

  • Release support for k8s 1.29 - 3x (latest 3x release)
  • Then, we will be working on 4x

Extra Labels

No response

@camilamacedo86 camilamacedo86 added kind/feature Categorizes issue or PR as related to a new feature. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete. kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. labels Sep 7, 2023
@camilamacedo86
Copy link
Member Author

We agreed with the plan and dates in the Kubebuilder meeting

@k8s-triage-robot
Copy link

The Kubernetes project currently lacks enough contributors to adequately respond to all issues.

This bot triages un-triaged issues according to the following rules:

  • After 90d of inactivity, lifecycle/stale is applied
  • After 30d of inactivity since lifecycle/stale was applied, lifecycle/rotten is applied
  • After 30d of inactivity since lifecycle/rotten was applied, the issue is closed

You can:

  • Mark this issue as fresh with /remove-lifecycle stale
  • Close this issue with /close
  • Offer to help out with Issue Triage

Please send feedback to sig-contributor-experience at kubernetes/community.

/lifecycle stale

@k8s-ci-robot k8s-ci-robot added the lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. label Feb 12, 2024
@camilamacedo86 camilamacedo86 added lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. and removed lifecycle/stale Denotes an issue or PR has remained open with no activity and has become stale. labels Feb 12, 2024
@camilamacedo86 camilamacedo86 self-assigned this Feb 12, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/cleanup Categorizes issue or PR as related to cleaning up code, process, or technical debt. kind/feature Categorizes issue or PR as related to a new feature. lifecycle/frozen Indicates that an issue or PR should not be auto-closed due to staleness. priority/important-longterm Important over the long term, but may not be staffed and/or may need multiple releases to complete.
Projects
None yet
Development

No branches or pull requests

3 participants