File tree 3 files changed +11
-4
lines changed
3 files changed +11
-4
lines changed Original file line number Diff line number Diff line change @@ -264,3 +264,10 @@ All notable changes to this project will be documented in this file.
264
264
## v0.8.6
265
265
### Fixed Issues
266
266
- Forbid flooing for unicast dst mac address in vxlan network. (#397 )
267
+
268
+ ## v0.8.7
269
+ ### Fixed Issues
270
+ - Only reserve ip instance after pod terminated. (#403 )
271
+
272
+ ### Improvements
273
+ - Introduce ` --update-ipinstance-status ` flag for daemon to enable/disable daemon's patching IPInstance CR status while creating pod. (#402 )
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.6
6
- appVersion : 0.8.6
5
+ version : 0.6.7
6
+ appVersion : 0.8.7
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.6 "
25
+ - "Update image to v0.8.7 "
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.6
4
+ tag : v0.8.7
5
5
imagePullPolicy : IfNotPresent
6
6
registryURL : " docker.io"
7
7
You can’t perform that action at this time.
0 commit comments