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 antrea.io/antrea from 1.8.0 to 1.11.1 #267

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Apr 20, 2023

Bumps antrea.io/antrea from 1.8.0 to 1.11.1.

Release notes

Sourced from antrea.io/antrea's releases.

Release v1.11.1

Changed

  • Document the limit of maximum receiver group number on a Linux Node for multicast. (#4850, @​ceclinux)

Fixed

  • Fix Service not being updated correctly when stickyMaxAgeSeconds or InternalTrafficPolicy is updated. (#4845, @​tnqn)
  • Fix EndpointSlice API availablility check to resolve the issue that AntreaProxy always falls back to the Endpoints API when EndpointSlice is enabled (#4852, @​tnqn)
  • Fix the Antrea Agent crash issue when large amount of multicast receivers with different multicast IPs on one Node start together.(#4870, @​ceclinux)

Release v1.11.0

  • The EndpointSlice feature is graduated from Alpha to Beta and is therefore enabled by default.

Added

  • Add the following capabilities to Antrea-native policies:
  • Add the following capabilities to the AntreaProxy feature:
    • Graduate EndpointSlice from Alpha to Beta; antrea-agent now listens to EndpointSlice events by default. (#4634, [@​hongliangl])
    • Support ProxyTerminatingEndpoints in AntreaProxy. (#4607, [@​hongliangl])
    • Support rejecting requests to Services without available Endpoints. (#4656, [@​hongliangl])
  • Add the following capabilities to Egress policies:
    • Support limiting the number of Egress IPs that can be assigned to a Node via new configuration option egress.maxEgressIPsPerNode or Node annotation "node.antrea.io/max-egress-ips". (#4593 #4627, @​tnqn)
    • Add antctl get memberlist CLI command to get memberlist state. (#4611, [@​Atish-iaf])
  • Support "noEncap", "hybrid", and "networkPolicyOnly" in-cluster traffic encapsulation modes with Multi-cluster Gateway. (#4407, [@​luolanzone])
  • Enhance CI to validate Antrea with Rancher clusters. (#4496, [@​jainpulkit22])

Changed

  • Ensure cni folders are created when starting antrea-agent with containerd on Windows. (#4685, [@​XinShuYang])
  • Decrease log verbosity value for antrea-agent specified in the Windows manifest for containerd from 4 to 0. (#4676, [@​XinShuYang])
  • Bump up cni and plugins libraries to v1.1.1. (#4425, [@​wenyingd])
  • Upgrade OVS version to 2.17.5. (#4742, [@​antoninbas])
  • Extend the message length limitation in the Conditions of Antrea-native policies to 256 characters. (#4574, [@​wenyingd])
  • Stop using ClusterFirstWithHostNet DNSPolicy for antrea-agent; revert it to the default value. (#4548, [@​antoninbas])
  • Perform Service load balancing within OVS for Multi-cluster Service traffic, when the local member Service of the Multi-cluster Service is selected as the destination. (#4693, [@​luolanzone])
  • Rename the multicluster.enable configuration parameter to multicluster.enableGateway. (#4533, [@​jianjuns])
  • Add the multicluster.enablePodToPodConnectivity configuration parameter for antrea-agent to enable Multi-cluster Pod-to-Pod connectivity. (#4605, [@​hjiajing])
  • No longer install Whereabouts CNI to host. (#4617, [@​jianjuns])
  • Add an explicit Secret for the vm-agent ServiceAccount to the manifest for non-Kubernetes Nodes. (#4560, [@​wenyingd])
  • Change the toService.scope field of Antrea ClusterNetworkPolicy to an enum. (#4562, [@​GraysonWu])

Fixed

... (truncated)

Commits
  • 71be340 Set VERSION to v1.11.1
  • cc4c623 Update CHANGELOG for v1.11.1 release
  • 7144f20 Several fixes in ci/test-conformance-gke.sh (#4882)
  • 4e1bfb2 Bump up ofnet library to v0.6.10
  • adcf24e Fix Service update processing
  • f775d5b Supplyment multicast document with a limitation (#4877)
  • c5adc99 Set test Pod's TerminationGracePeriodSeconds to 1 for immediate shutdown (#4879)
  • 2623937 Fix EndpointSlice API availablility check (#4857)
  • 316a8bf Set VERSION to v1.11.0
  • 92b2d3b Update CHANGELOG for v1.11.0 release
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [antrea.io/antrea](https://github.com/antrea-io/antrea) from 1.8.0 to 1.11.1.
- [Release notes](https://github.com/antrea-io/antrea/releases)
- [Commits](antrea-io/antrea@v1.8.0...v1.11.1)

---
updated-dependencies:
- dependency-name: antrea.io/antrea
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 20, 2023
@codecov
Copy link

codecov bot commented Apr 20, 2023

Codecov Report

Merging #267 (f660ca4) into main (db608e7) will increase coverage by 0.02%.
The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #267      +/-   ##
==========================================
+ Coverage   69.67%   69.70%   +0.02%     
==========================================
  Files          32       32              
  Lines        3545     3545              
==========================================
+ Hits         2470     2471       +1     
+ Misses        928      927       -1     
  Partials      147      147              
Flag Coverage Δ
unit-tests 69.70% <ø> (+0.02%) ⬆️

see 1 file with indirect coverage changes

@heanlan heanlan mentioned this pull request Apr 26, 2023
@dependabot @github
Copy link
Contributor Author

dependabot bot commented on behalf of github Apr 28, 2023

Looks like antrea.io/antrea is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Apr 28, 2023
@dependabot dependabot bot deleted the dependabot/go_modules/antrea.io/antrea-1.11.1 branch April 28, 2023 17:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

0 participants