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

Bump network-policy-api dependency to v0.1.5 #6353

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 10, 2024

  1. Bump network-policy-api dependency to v0.1.5

    Previously released version still contain go.mod dependency to
    k8s.io/kubernetes, which should be removed.
    
    In addition, there are following changes made in network-policy-api:
    - sameLabels and notSameLabels are deprecated to make way for the
      future tenancy based API
    - Because of the removal of these fields, admission control of the
      ANP and BANP resources are no longer required
    - Peers are split into AdminNetworkPolicyIngress/EgressPeer since
      there will be a fqdn field added specifically for the egress peer
    - Minor changes in terms of nesting of pod/ns selectors
    
    Antrea implementation has been updated to reflect those changes.
    
    Signed-off-by: Dyanngg <dingyang@vmware.com>
    Dyanngg committed Jun 10, 2024
    Configuration menu
    Copy the full SHA
    ae629ff View commit details
    Browse the repository at this point in the history