Skip to content

Commit 8189a5b

Browse files
authored
Merge pull request #308 from hhyasdf/chore/update-changelog-and-charts
update changelog and charts
2 parents 1b0c58f + 39e5f90 commit 8189a5b

File tree

3 files changed

+23
-11
lines changed

3 files changed

+23
-11
lines changed

CHANGELOG.md

+18
Original file line numberDiff line numberDiff line change
@@ -156,3 +156,21 @@ All notable changes to this project will be documented in this file.
156156
- Add limitations for creating overlapped subnets
157157
- Disable the automatic iptables mode detection of felix
158158
- 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
176+

charts/hybridnet/Chart.yaml

+4-10
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: hybridnet
33
# When the version is modified, make sure the artifacthub.io/changes list is updated
44
# Also update CHANGELOG.md
5-
version: 0.4.0
6-
appVersion: 0.6.0
5+
version: 0.5.0
6+
appVersion: 0.7.0
77
home: https://github.com/alibaba/hybridnet
88
description: A container networking solution aiming at hybrid clouds.
99
keywords:
@@ -22,11 +22,5 @@ annotations:
2222
artifacthub.io/prerelease: "false"
2323
# List of changes for the release in artifacthub.io
2424
artifacthub.io/changes: |
25-
- "Remove DualStack feature gate and make it built in"
26-
- "Support to retain ip for kubevirt VMs"
27-
- "Bump golang from v1.16 to v1.17"
28-
- "Add limitations for creating overlapped subnets"
29-
- "Disable the automatic iptables mode detection of felix"
30-
- "Print statistics for Network CR"
31-
- "Remove dualStack flag of charts"
32-
- "Add vmIPRetain flag for charts"
25+
- "Update image from v0.6.0 to v0.7.0"
26+
- "Introduce configmap and daemon chart flags to configure cni conf"

charts/hybridnet/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
images:
22
hybridnet:
33
image: hybridnetdev/hybridnet
4-
tag: v0.6.0
4+
tag: v0.7.0
55
imagePullPolicy: IfNotPresent
66
registryURL: "docker.io"
77

0 commit comments

Comments
 (0)