-
Notifications
You must be signed in to change notification settings - Fork 470
Closed
Labels
releaseIssue/PR part of an upcoming product releaseIssue/PR part of an upcoming product release
Milestone
Description
Release Process
The NVIDIA Container Toolkit consists of the following artifacts:
- The NVIDIA Container Toolkit container
- Packages for debian-based systems
- Packages for rpm-based systems
Release Process Checklist:
- Create a release PR:
- Run the
./hack/prepare-release.shscript to update the version in all the needed files. This also creates a release issue - Run the
./hack/generate-changelog.shscript to generate the a draft changelog and updateCHANGELOG.mdwith the changes. - Create a PR from the created
bump-release-v1.18.2branch: Bump version for v1.18.2 release #1571
- Run the
- Merge the release PR
- Tag the release and push the tag to the
internalmirror: - Wait for the image release to complete.
- Push the tag to the the upstream GitHub repo.
- Wait for the
ReleaseGitHub Action to complete - Publish the draft release created by the GitHub Action
- Publish the packages to the gh-pages branch of the libnvidia-container repo
- Create a KitPick
- For non-experimental releases, schedule the package for publication to the CUDA Downloads repositories.
Troubleshooting
Note: This assumes that we have the release tag checked out locally.
- If the
ReleaseGitHub Action fails:- Check the logs for the error first.
- Create the helm packages locally by running:
./hack/prepare-artifacts.sh v1.18.2
- Create the draft release by running:
./hack/create-release.sh v1.18.2
Metadata
Metadata
Assignees
Labels
releaseIssue/PR part of an upcoming product releaseIssue/PR part of an upcoming product release