feat: support ipv6

This commit is contained in:
wencaiwulue
2023-03-31 22:25:43 +08:00
committed by wencaiwulue
parent 16eb86290f
commit 2227a82125
38 changed files with 779 additions and 460 deletions

View File

@@ -8,9 +8,10 @@ CHANGELOG=$(git log --no-merges --date=short --pretty=format:'- %h %an %ad %s' "
cat <<EOF
## ${RELEASE}
KubeVPN ${RELEASE} is available now !
KubeVPN ${RELEASE} is available now ! 🎉
- fix known bugs 🛠
## Installation and Upgrading
You can download binary file to use it directly
## Changelog
${CHANGELOG}
EOF

View File

@@ -71,13 +71,14 @@ jobs:
inputs: '{"url": "${{ steps.create_release.outputs.upload_url }}", "tag": "${{ github.ref_name }}"}'
- name: Make changes to pull request
run: make version
run: make version && echo ${GITHUB_REF#refs/*/} > plugins/stable.txt
- name: Create Pull Request
id: cpr
uses: peter-evans/create-pull-request@v4
with:
add-paths: |
*.yaml
plugins/stable.txt
token: ${{ secrets.REPOSITORYDISPATCH }}
commit-message: "feat: update krew index version to ${{ github.ref }}"
committer: GitHub <noreply@github.com>