We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent caf14c1 commit b94dc7aCopy full SHA for b94dc7a
.github/workflows/check.yml
@@ -62,7 +62,6 @@ jobs:
62
make bin/envtest
63
export KUBEBUILDER_ASSETS=$(pwd)/bin/envtest
64
go test -v ./...
65
- go test -race -v ./...
66
67
shellcheck:
68
runs-on: ubuntu-latest
charts/hybridnet/Chart.yaml
@@ -2,7 +2,7 @@ apiVersion: v2
2
name: hybridnet
3
# When the version is modified, make sure the artifacthub.io/changes list is updated
4
# Also update CHANGELOG.md
5
-version: 0.5.0-rc1
+version: 0.3.0
6
appVersion: 0.5.0
7
home: https://github.com/alibaba/hybridnet
8
description: A container networking solution aiming at hybrid clouds.
0 commit comments