Skip to content

Commit

Permalink
Merge pull request #413 from mars1024/release
Browse files Browse the repository at this point in the history
release: update changelog and chart to v0.6.9
  • Loading branch information
sjtufl authored Apr 18, 2024
2 parents f673ea3 + aa9619d commit b847fd2
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 10 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,13 @@ jobs:
run: |
make bin/envtest
export KUBEBUILDER_ASSETS=$(pwd)/bin/envtest && go test -race -coverprofile=coverage.txt -covermode=atomic ./...
- uses: codecov/[email protected]
with:
file: ./coverage.txt
flags: unittests
fail_ci_if_error: true
# disable because of lacking uploader token
# - uses: codecov/codecov-action@v3
# with:
# token: ${{ secrets.CODECOV_TOKEN }}
# file: ./coverage.txt
# flags: unittests
# fail_ci_if_error: true

docker-build:
runs-on: ubuntu-latest
Expand Down
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -274,4 +274,8 @@ All notable changes to this project will be documented in this file.

## v0.8.8
### Fixed Issues
- Avoid waiting containers block stateful pods' deletion. (#407)
- Avoid waiting containers block stateful pods' deletion. (#407)

## v0.8.9
### Improvements
- Support `--pod-label-selector` flag to only handle selected pods
6 changes: 3 additions & 3 deletions charts/hybridnet/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,8 @@ apiVersion: v2
name: hybridnet
# When the version is modified, make sure the artifacthub.io/changes list is updated
# Also update CHANGELOG.md
version: 0.6.8
appVersion: 0.8.8
version: 0.6.9
appVersion: 0.8.9
home: https://github.com/alibaba/hybridnet
description: A container networking solution aiming at hybrid clouds.
keywords:
Expand All @@ -22,4 +22,4 @@ annotations:
artifacthub.io/prerelease: "false"
# List of changes for the release in artifacthub.io
artifacthub.io/changes: |
- "Update image to v0.8.8"
- "Update image to v0.8.9"
2 changes: 1 addition & 1 deletion charts/hybridnet/values.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
images:
hybridnet:
image: hybridnetdev/hybridnet
tag: v0.8.8
tag: v0.8.9
imagePullPolicy: IfNotPresent
registryURL: "docker.io"

Expand Down

0 comments on commit b847fd2

Please sign in to comment.