Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v3.61.2
v3.61.1
v3.61.0
Added:
- Add a new top-level
workflow_settingsconfiguration key for
conda-forge.ymlthat provides more fine-grained configuration for
workflows. Initially, it can be used to controlstore_build_artifacts. (#2500)
Changed:
- Update Python project configuration to follow packaging and setuptools updates. (#2521)
- Bump minimum Python version to 3.11. (#2523)
- Update templates to use
CONDA_BLD_PATHfor build directory consistently. (#2528) - Bumped the minimum
rattler-build-conda-compatversion to1.4.12foris_staging_outputsupport. (#2524)
Fixed:
- Fixed the v1 recipe linter hinting about missing tests for staging outputs, which cannot declare tests. (#2524)
Security:
- Fixed a security issue where usernames relinquished by one person, and then picked up by another
would cause the other person to get write access to feedstocks.
Authors:
- Matthew R. Becker
- Michał Górny
- Niklas Mertsch
- Christoph Deil
- Hofer-Julian
v3.60.0
Added:
- CI registration now supports Blacksmith.sh and Namespace.so Github Actions runners. (#2514)
Removed:
- CI registration support for Cirrus Runners has been removed since the service will shut down in June. (#2514)
Fixed:
- Fixed duplicate log entries. (#2516)
Authors:
- Matthew R. Becker
- Jaime Rodríguez-Guerra
v3.59.1
v3.59.0
v3.58.1
v3.58.0
Added:
- Add Podman support and SELinux volume handling to
run_docker_build.shtemplate, enabling local builds on
systems where Docker is unavailable. The container runtime can
now be overridden using theDOCKER_EXECUTABLEenvironment
variable for one-off builds without rerendering. (#2435)
Fixed:
Authors:
- Jaime Rodríguez-Guerra
- Aman Srivastava
v3.57.0
Added:
- Support enabling or disable the Cirrus Runners app from the CLI. (#2493)
Changed:
- Re-enable Github Actions as default provider for Linux. (#2495, #2498)
github_actions_labelsfield inconda_build_config.yamlcan now mix Github-hosted and self-hosted runners. If absent, defaults to Github-hosted runners; this can be explicitly set with thedefaultvalue too. (#2499)
Deprecated:
github_actions.self_hostedconfiguration inconda-forge.ymldoesn't have an effect anymore. Usegithub_actions_labelsinconda_build_config.yamlto configure theruns-onfield for each CI job. (#2499)
Fixed:
- Fix
runs-onlabel for native Github-hostedwin-arm64runners. (#2496) - Fix default
MINIFORGE_HOMEvalue for native Github-hostedwin-arm64runners. (#2497)
Authors:
- Jaime Rodríguez-Guerra