Releases: boutiques/boutiques
Releases · boutiques/boutiques
Release 0.5.29
What's Changed
- [ADD] alias execute to bosh exec. [FIX] invalid documentation. by @mathdugre in #672
- [BUG] error message when no
output-files
exist in descriptor. by @mathdugre in #673 - [MAINT] XFAIL Nexus token validation, sandbox server is down. by @mathdugre in #704
- [ENH] Allow overwrite of the container options from command line. by @mathdugre in #705
- [BUG] fix upload command by @mathdugre in #708
Full Changelog: 0.5.28...0.5.29
Release 0.5.28
New features
- Package refactoring
- Tests now use GitHub actions
- Dropped Python 3.8 and added Python 3.13
Bug fixes
- Fixed Zenodo descriptor update (#681)
Release 0.5.27
Release 0.5.26
Release 0.5.25
Release 0.5.24
- New command,
bosh deprecate
, deprecates a published tool. The tool will still be published and usable, but it won't show in search results (#593). - Environment variables can now be parametrized by input values (#587)
- No-container (baremetal) executions are now supported in
bosh exec launch
(#582) - Partial Windows support (#561)
- Tests now use Singularity v3.4 (#573)
- Dropped support for Python < 3.5 (#581)
- Improvements in descriptor caching (#589)
- Improvements in descriptor formatting (#586)
- Bug fixes: #547, #590, #591, #594, #595