We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
SRIOV NetOp source branch: v24.10.x
Chart.yaml
appVersion
version
> ./scripts/releases/prepare-release.sh v0.1.2 "Jane Doe <[email protected]>"
> ./scripts/releases/update-gh-pages.sh -p <remote_fork> network-operator-0.1.2.tgz
> helm package deployment/network-operator
release
index.yaml
> # assuming we are under release dir > mkdir tmpdir; cp <helm-package.tgz> ./tmpdir > helm repo index ./tmpdir --url https://mellanox.github.io/network-operator/release --merge ./index.yaml > mv -f ./tmpdir/index.yaml ./; rm -rf ./tmpdir
> git add <helm .tgz package> <release/index.yaml> <README.md> > git commit -s -m "Release Network-Operator vx.y.z" > git push ...
deployment/README.md
gh-pages
The text was updated successfully, but these errors were encountered:
Release automation started...
Sorry, something went wrong.
No branches or pull requests
Release Checklist
SRIOV NetOp source branch: v24.10.x
Chart.yaml
with the release version (appVersion
,version
fields)release
dirindex.yaml
file under gh-pages branch inrelease
dir:deployment/README.md
from master branch (on release tag commit)gh-pages
branchChangelog
New Features
Bug Fixes
Known Limitations
The text was updated successfully, but these errors were encountered: