File tree Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Expand file tree Collapse file tree 3 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -271,3 +271,7 @@ All notable changes to this project will be documented in this file.
271271
272272### Improvements
273273- Introduce ` --update-ipinstance-status ` flag for daemon to enable/disable daemon's patching IPInstance CR status while creating pod. (#402 )
274+
275+ ## v0.8.8
276+ ### Fixed Issues
277+ - Avoid waiting containers block stateful pods' deletion. (#407 )
Original file line number Diff line number Diff line change @@ -2,8 +2,8 @@ apiVersion: v2
22name : hybridnet
33# When the version is modified, make sure the artifacthub.io/changes list is updated
44# Also update CHANGELOG.md
5- version : 0.6.7
6- appVersion : 0.8.7
5+ version : 0.6.8
6+ appVersion : 0.8.8
77home : https://github.com/alibaba/hybridnet
88description : A container networking solution aiming at hybrid clouds.
99keywords :
@@ -22,4 +22,4 @@ annotations:
2222 artifacthub.io/prerelease : " false"
2323 # List of changes for the release in artifacthub.io
2424 artifacthub.io/changes : |
25- - "Update image to v0.8.7 "
25+ - "Update image to v0.8.8 "
Original file line number Diff line number Diff line change 11images :
22 hybridnet :
33 image : hybridnetdev/hybridnet
4- tag : v0.8.7
4+ tag : v0.8.8
55 imagePullPolicy : IfNotPresent
66 registryURL : " docker.io"
77
You can’t perform that action at this time.
0 commit comments