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

Release 1.7.0 #3895

Merged
merged 2 commits into from
Jun 15, 2022
Merged

Release 1.7.0 #3895

merged 2 commits into from
Jun 15, 2022

Conversation

tnqn
Copy link
Member

@tnqn tnqn commented Jun 14, 2022

Signed-off-by: Quan Tian qtian@vmware.com

@tnqn tnqn force-pushed the release-1.7.0 branch 3 times, most recently from e47416a to 953e58e Compare June 14, 2022 16:12
* Add an Antrea Agent configuration option `multicast.igmpQueryInterval` to specify the interval at which the antrea-agent sends IGMP queries to Pods. ([#3819](https://github.com/antrea-io/antrea/pull/3819), [@liu4480])
- Add the following capabilities to the Multicluster feature:
* Add a number of `antctl mc` subcommands for bootstrapping Multi-cluster; refer to [antct.md](https://github.com/antrea-io/antrea/blob/release-1.7/docs/multicluster/antctl.md) for more information. ([#3474](https://github.com/antrea-io/antrea/pull/3474), [@hjiajing])
* <Placeholder for Gateway, ClusterInfo related changes>. ([#3689](https://github.com/antrea-io/antrea/pull/3689) [#3463](https://github.com/antrea-io/antrea/pull/3463) [#3603](https://github.com/antrea-io/antrea/pull/3603), [@luolanzone])
Copy link
Member Author

@tnqn tnqn Jun 14, 2022

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@luolanzone could you help summarize the changes we made in 1.7 for Gateway and ClusterInfo?

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, @tnqn here is the info:

Add Gateway and ClusterInfoImport CRDs and controllers to allow basic cluster information (Service CIDR, Gateway IPs etc.) exchange between member clusters. (#3689 #3463, [@luolanzone])
Add Multicluster feature to support direct Service access cross clusters through Gateway Node. #3603, [@luolanzone])

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thanks, added

@tnqn
Copy link
Member Author

tnqn commented Jun 14, 2022

/test-whole-conformance
/skip-conformance
/test-networkpolicy
/test-e2e
/test-flexible-ipam-e2e
/test-multicluster-e2e
/test-multicast-e2e
/test-windows-all
/test-ipv6-all
/test-ipv6-only-all

@tnqn tnqn changed the base branch from main to release-1.7 June 14, 2022 16:23
@tnqn tnqn marked this pull request as ready for review June 14, 2022 16:24
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
@codecov-commenter
Copy link

codecov-commenter commented Jun 14, 2022

Codecov Report

Merging #3895 (dc1a659) into release-1.7 (0be0c72) will increase coverage by 0.21%.
The diff coverage is n/a.

Impacted file tree graph

@@               Coverage Diff               @@
##           release-1.7    #3895      +/-   ##
===============================================
+ Coverage        63.63%   63.85%   +0.21%     
===============================================
  Files              293      293              
  Lines            43224    43224              
===============================================
+ Hits             27504    27599      +95     
+ Misses           13484    13406      -78     
+ Partials          2236     2219      -17     
Flag Coverage Δ
kind-e2e-tests 50.15% <ø> (+0.85%) ⬆️
unit-tests 44.56% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
pkg/agent/flowexporter/exporter/certificate.go 0.00% <0.00%> (-50.00%) ⬇️
pkg/agent/controller/networkpolicy/packetin.go 16.90% <0.00%> (-40.85%) ⬇️
pkg/agent/flowexporter/connections/connections.go 51.51% <0.00%> (-24.25%) ⬇️
...agent/flowexporter/connections/deny_connections.go 44.82% <0.00%> (-24.14%) ⬇️
pkg/controller/ipam/antrea_ipam_controller.go 76.41% <0.00%> (-2.63%) ⬇️
pkg/controller/grouping/controller.go 65.13% <0.00%> (-1.98%) ⬇️
pkg/agent/cniserver/ipam/antrea_ipam.go 74.02% <0.00%> (-1.74%) ⬇️
pkg/agent/stats/collector.go 74.29% <0.00%> (-0.41%) ⬇️
pkg/agent/openflow/client.go 69.12% <0.00%> (-0.14%) ⬇️
pkg/ovs/ovsconfig/ovs_client.go 47.92% <0.00%> (+0.12%) ⬆️
... and 16 more

@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/test-multicluster-dataplane-e2e

CHANGELOG/CHANGELOG-1.7.md Outdated Show resolved Hide resolved
@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/test-flexible-ipam-e2e

@tnqn tnqn force-pushed the release-1.7.0 branch 2 times, most recently from c6de751 to f955b70 Compare June 15, 2022 02:59
@tnqn tnqn requested a review from jianjuns June 15, 2022 03:00
@tnqn tnqn changed the title Update CHANGELOG for v1.7.0 release Release 1.7.0 Jun 15, 2022
Copy link
Contributor

@jianjuns jianjuns left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/skip-e2e

Signed-off-by: Quan Tian <qtian@vmware.com>
Signed-off-by: Quan Tian <qtian@vmware.com>
@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/test-whole-conformance
/skip-conformance
/test-networkpolicy
/test-e2e
/test-flexible-ipam-e2e
/test-multicluster-dataplane-e2e
/test-multicast-e2e
/test-windows-all
/test-ipv6-all
/test-ipv6-only-all

@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/test-ipv6-only-networkpolicy
/test-all-features-conformance
/test-hw-offload

@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/test-ipv6-e2e
/test-multicast-e2e

@tnqn
Copy link
Member Author

tnqn commented Jun 15, 2022

/test-multicast-e2e

jenkins-whole-conformance failed on a known upstream flaky test kubernetes/kubernetes#95108 which has been fixed in v1.21.0 (the test was v1.20.1)

@tnqn tnqn merged commit dd6010a into antrea-io:release-1.7 Jun 15, 2022
@tnqn tnqn deleted the release-1.7.0 branch June 15, 2022 16:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants