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

Remove additional deprecated CRD apis #6239

Merged

Commits on Apr 18, 2024

  1. Remove additional deprecated CRD APIs

    This is a follow-up to antrea-io#6162
    
    We remove the following APIs in preparation for Antrea v2:
    v1alpha3.ClusterGroup, v1alpha3.Group, v1alpha2.ExternalIPPool.
    
    All 3 of them are Alpha APIs which have been deprecated since Antrea
    v1.13.
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    41ac284 View commit details
    Browse the repository at this point in the history
  2. Remove invalid usage of v1alpha2.ExternalIPPool in e2e tests

    It should have been v1beta1
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    0349124 View commit details
    Browse the repository at this point in the history
  3. Remove v1alpha2.Egress API

    While the API was not officially marked as deprecated in the
    documentation (docs/api.md), we did mention its deprecation in the
    CHANGELOG for the 1.13 release. It makes sense to delete this API at the
    same time as the other deprecated Alpha APIs, for Antrea 2.0.
    
    Signed-off-by: Antonin Bas <antonin.bas@broadcom.com>
    antoninbas committed Apr 18, 2024
    Configuration menu
    Copy the full SHA
    a42b0a1 View commit details
    Browse the repository at this point in the history