You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+18
Original file line number
Diff line number
Diff line change
@@ -156,3 +156,21 @@ All notable changes to this project will be documented in this file.
156
156
- Add limitations for creating overlapped subnets
157
157
- Disable the automatic iptables mode detection of felix
158
158
- Print statistics for Network CR
159
+
160
+
## v0.7.0
161
+
### New features
162
+
- Support global service when MultiCluster feature is enabled
163
+
- Support specifying MAC addresses for stateful workloads
164
+
165
+
### Improvements
166
+
- Remove `onlink` flag of the default route in pods to adapt to [Kata](https://katacontainers.io/)
167
+
- Change the `failurePolicy` of hybridnet pod mutating/validating webhook configuration to `Ignore`, to reduce the risk caused by hybridnet webhook
168
+
- Make cni conf configurable on nodes
169
+
- Ensure routes of `169.254.1.1` on host if it's unreachable, to make sure `proxy_arp` can work
170
+
- Refine integration test cases for manager
171
+
- Improve the format of daemon logs
172
+
173
+
### Fixed Issues
174
+
- Fix kube-proxy nodeport datapath error, this happens usually if the endpoints are underlay VLAN pod (Network jitters of nodeport traffic might happen during the upgrade for old versions)
175
+
- Fix the scheduling problem of ip-retained VM pods
0 commit comments