File tree 3 files changed +8
-4
lines changed
3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -260,3 +260,7 @@ All notable changes to this project will be documented in this file.
260
260
### Improvements
261
261
- Fix nil pointer error which might happen in daemon during initializiation. (#391 )
262
262
- Fix the error that ipv6 "local underlay net" ipset name is longer than 31 characters. (#391 )
263
+
264
+ ## v0.8.6
265
+ ### Fixed Issues
266
+ - Forbid flooing for unicast dst mac address in vxlan network. (#397 )
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
2
2
name : hybridnet
3
3
# When the version is modified, make sure the artifacthub.io/changes list is updated
4
4
# Also update CHANGELOG.md
5
- version : 0.6.5
6
- appVersion : 0.8.5
5
+ version : 0.6.6
6
+ appVersion : 0.8.6
7
7
home : https://github.com/alibaba/hybridnet
8
8
description : A container networking solution aiming at hybrid clouds.
9
9
keywords :
@@ -22,4 +22,4 @@ annotations:
22
22
artifacthub.io/prerelease : " false"
23
23
# List of changes for the release in artifacthub.io
24
24
artifacthub.io/changes : |
25
- - "Update image to v0.8.5 "
25
+ - "Update image to v0.8.6 "
Original file line number Diff line number Diff line change 1
1
images :
2
2
hybridnet :
3
3
image : hybridnetdev/hybridnet
4
- tag : v0.8.5
4
+ tag : v0.8.6
5
5
imagePullPolicy : IfNotPresent
6
6
registryURL : " docker.io"
7
7
You can’t perform that action at this time.
0 commit comments