File tree 3 files changed +9
-4
lines changed
3 files changed +9
-4
lines changed Original file line number Diff line number Diff line change @@ -250,3 +250,8 @@ All notable changes to this project will be documented in this file.
250
250
## v0.8.3
251
251
### Fixed Issues
252
252
- Add created host interface into CNI result for chained plugins like bandwidth. (#388 )
253
+
254
+ ## v0.8.4
255
+ ### Fixed Issues
256
+ - Fix nil pointer error which might happen in daemon during initializiation. (#391 )
257
+ - Fix the error that ipv6 "local underlay net" ipset name is longer than 31 characters. (#391 )
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.3
6
- appVersion : 0.8.3
5
+ version : 0.6.4
6
+ appVersion : 0.8.4
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.3 "
25
+ - "Update image to v0.8.4 "
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.3
4
+ tag : v0.8.4
5
5
imagePullPolicy : IfNotPresent
6
6
registryURL : " docker.io"
7
7
You can’t perform that action at this time.
0 commit comments