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 @@ -271,3 +271,7 @@ All notable changes to this project will be documented in this file.
271
271
272
272
### Improvements
273
273
- 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
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.7
6
- appVersion : 0.8.7
5
+ version : 0.6.8
6
+ appVersion : 0.8.8
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.7 "
25
+ - "Update image to v0.8.8 "
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.7
4
+ tag : v0.8.8
5
5
imagePullPolicy : IfNotPresent
6
6
registryURL : " docker.io"
7
7
You can’t perform that action at this time.
0 commit comments