Skip to content

Commit b847fd2

Browse files
authored
Merge pull request #413 from mars1024/release
release: update changelog and chart to v0.6.9
2 parents f673ea3 + aa9619d commit b847fd2

File tree

4 files changed

+16
-10
lines changed

4 files changed

+16
-10
lines changed

.github/workflows/build.yml

+7-5
Original file line numberDiff line numberDiff 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-
- uses: codecov/[email protected]
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

CHANGELOG.md

+5-1
Original file line numberDiff line numberDiff 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

charts/hybridnet/Chart.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ apiVersion: v2
22
name: 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
77
home: https://github.com/alibaba/hybridnet
88
description: A container networking solution aiming at hybrid clouds.
99
keywords:
@@ -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"

charts/hybridnet/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
images:
22
hybridnet:
33
image: hybridnetdev/hybridnet
4-
tag: v0.8.8
4+
tag: v0.8.9
55
imagePullPolicy: IfNotPresent
66
registryURL: "docker.io"
77

0 commit comments

Comments
 (0)