File tree Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Expand file tree Collapse file tree 4 files changed +16
-10
lines changed Original file line number Diff line number Diff line change @@ -34,11 +34,13 @@ jobs:
3434 run : |
3535 make bin/envtest
3636 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
4244
4345 docker-build :
4446 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.
274274
275275## v0.8.8
276276### 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
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.8
6- appVersion : 0.8.8
5+ version : 0.6.9
6+ appVersion : 0.8.9
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.8 "
25+ - "Update image to v0.8.9 "
Original file line number Diff line number Diff line change 11images :
22 hybridnet :
33 image : hybridnetdev/hybridnet
4- tag : v0.8.8
4+ tag : v0.8.9
55 imagePullPolicy : IfNotPresent
66 registryURL : " docker.io"
77
You can’t perform that action at this time.
0 commit comments