Skip to content

Release v0.6.0

Latest
Compare
Choose a tag to compare
@reachjainrahul reachjainrahul released this 25 Jul 19:34
a0f7893

Added

  • Add support to configure multiple CloudEntitySelector CRs for a single CloudProviderAccount CR. Also, these CRs can now be configured in different namespaces. (#216 #269, @archanapholla)
  • Add support to allow user tags on VirtualMachine objects. (#272, @reachjainrahul)
  • Add enforcement of Antrea NetworkPolicy containing IPV6 addresses. (#246, @reachjainrahul)
  • Add integration tests in Jenkins for upgrade workflow. (#245 #168, @Anandkumar26, @reachjainrahul)
  • Add support for cloud credentials to be configured in any namespace for a CloudProviderAccount CR. (#281, @reachjainrahul)
  • Add support for filtering on label and field selectors of VirtualMachine and Vpc objects in the watch handler. (#250, @reachjainrahul)
  • Add pagination support for azure resource graph queries. (#277, @archanapholla)

Changed

  • Compute cloud rule delta for Antrea NetworkPolicy in the plugin before realization. (#276, @shenmo3)
  • For Azure cloud, remove user-created security rules that fall within the Nephe priority range. (#256, @shenmo3)
  • Update retry workflow for failed Antrea NetworkPolicy in network policy controller. (#275 #274, @reachjainrahul)
  • Allow Nephe controller to directly connect to Antrea controller instead of relaying connection via K8s API server. (#280, @reachjainrahul)
  • Cleanup tracker code by unifying virtual machine policy and network policy tracker in one. (#219, @Anandkumar26)
  • Move cloud plugin level lock to an account level lock. (#260, @reachjainrahul)
  • Reorganize and refactor cloud plugins. (#253 #258,@reachjainrahul)

Fixed

  • Fix network policy controller state when a CloudProviderAccount CR is deleted. (#262, @Anandkumar26)
  • Fix an issue to handle AddressGroup modification during restart. (#247, @shenmo3)
  • Fix an issue to handle AppliedToGroup delete and re-add. (#259, @Anandkumar26)