-
Notifications
You must be signed in to change notification settings - Fork 1
Maintenance
Andrew Hosgood edited this page Feb 4, 2026
·
11 revisions
Subscribe to all the tools in order to be notified about new releases.
When a new version is released:
- Change its version in the required place
- Update the
CHANGELOG.mdby adding the updated resource in "Changed", "Removed", "Fixed" or "Security" - The build workflow will be run for the image version called
previewand the image added to the container repository - If ready, release a new version
If a CVE is raised for a package (see code scanning results), check what versions of the package are available with:
# Check for the versions of libcurl4 available in python:3.14-slim-trixie
docker run python:3.14-slim-trixie /bin/bash -c "apt-get update; apt list -a libcurl4"- Update the
CHANGELOG.mdand specify a version that adheres to semver - Push all changes to
main -
Create a new release with the version number, ensuring there is a leading
v - The build workflow will be run and the image added to the container repository