Release Notes#
This is the list of changes to cotainr between each release. For full changelog details, see the commit logs.
2025.03.0#
Released on March 28th, 2025
Documentation for this release
A major release focused on updating project packaging and tooling, as well as adding ARM support.
New features#
Cotainr is now available through pip and all documentation has been changed to reflect this. Additionally, the publishing has been automated through GitHub actions, PR#117 PR#118 PR#120 PR#127.
ARM is now officially supported on a smaller test matrix that includes Apptainer but excludes Singularity-CE and Singularity, PR#115.
Bug fixes#
Maintenance updates#
The Python packaging now follows the pyproject.toml standard, as well as implementing the dependency-groups of PEP735, PR#107, PR#57, PR#65, PR#126 PR#112 PR#113.
Deprecate Python 3.8, PR#119
The project has been updated to primarily use the
uv
tool for dependency resolution, installation and publishing.
2024.10.0#
Released on October 21th, 2024
Documentation for this release
A major release mainly focused on synchronizing with the LUMI 09/2024 upgrade.
New features#
Bug fixes#
Maintenance updates#
2023.11.0#
Released on November 3rd, 2023
Documentation for this release
A major release introducing several new features to significantly improve the user experience.
New features#
Cotainr now features a much improved formatting of console output when running
cotainr build
, including options to set verbosity (--verbose
/--quiet
), directing the output to a log file (--log-to-file
), colored output, filtering of output from Conda/Singularity to fix the console output being messed up by attempted line updates, and finally the introduction of a spinner prepended to the latest output message, when cotainr is doing work in the background, PR#45.When including a conda environment in your container (via
cotainr build ... --conda-env=...
), you are now required to explicitly accept the Miniforge license terms as we use Miniforge to bootstrap the conda environment. This license (along with all other required licenses, if any) may be accepted on beforehand by specifying the option--accept-licenses
when runningcotainr build ...
, PR#40.The cotainr release notes now include links to the corresponding HTML documentation hosted on Read the Docs, PR#38.
Bug fixes#
Cotainr now correctly recognizes and supports the SingularityCE variant of the Singularity runtime, PR#42.
Maintenance updates#
2023.02.0#
Released on February 21st, 2023
Documentation for this release
Minor release to fix an issue.
Bug fixes#
Changed shebang in cotainr script to always point to python3
2023.01.0#
Released on January 17th, 2023
Documentation for this release
Minor release to fix an issue.
Bug fixes#
Fixed a bug with
umask
, which could lead to permission problems withconda
installation.
2022.12.0#
Released on December 21st, 2022
Documentation for this release
First public release.
New features#
cotainr info
command for showing system infocotainr build
command for building containersHPC systems integration via
system.json
and--system
CLI flagConda environment use case support via
--conda-env
CLI flagDocumentation hosted on https://cotainr.readthedocs.io
LUMI ROCm PyTorch cotainr build example