File tree 4 files changed +16
-10
lines changed
4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,13 @@ jobs:
34
34
run : |
35
35
make bin/envtest
36
36
export KUBEBUILDER_ASSETS=$(pwd)/bin/envtest && go test -race -coverprofile=coverage.txt -covermode=atomic ./...
37
-
38
- with :
39
- file : ./coverage.txt
40
- flags : unittests
41
- fail_ci_if_error : true
37
+ # disable because of lacking uploader token
38
+ # - uses: codecov/codecov-action@v3
39
+ # with:
40
+ # token: ${{ secrets.CODECOV_TOKEN }}
41
+ # file: ./coverage.txt
42
+ # flags: unittests
43
+ # fail_ci_if_error: true
42
44
43
45
docker-build :
44
46
runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -274,4 +274,8 @@ All notable changes to this project will be documented in this file.
274
274
275
275
## v0.8.8
276
276
### Fixed Issues
277
- - Avoid waiting containers block stateful pods' deletion. (#407 )
277
+ - Avoid waiting containers block stateful pods' deletion. (#407 )
278
+
279
+ ## v0.8.9
280
+ ### Improvements
281
+ - Support ` --pod-label-selector ` flag to only handle selected pods
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.8
6
- appVersion : 0.8.8
5
+ version : 0.6.9
6
+ appVersion : 0.8.9
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.8 "
25
+ - "Update image to v0.8.9 "
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.8
4
+ tag : v0.8.9
5
5
imagePullPolicy : IfNotPresent
6
6
registryURL : " docker.io"
7
7
You can’t perform that action at this time.
0 commit comments