Releases: conda-forge/conda-smithy
Releases · conda-forge/conda-smithy
v3.44.2
v3.44.1
v3.44.0
Added:
- Added
pixi
as validconda_install_tool
option.
Includes several preconfigured tasks likebuild
,debug
,rerender
, orlint
. (#2099) - Added hints for new
noarch: python
syntax for CFEP-25. (#2115)
Changed:
- Moved automerge to a central repository. (#2112)
- Upgraded Github Actions
actions/upload-artifact
to v4.4.3. (#2113)
Fixed:
- Rerendering now removes old GHA service files. (#2112)
Authors:
- Matthew R. Becker
- Jaime Rodríguez-Guerra
- pre-commit-ci[bot]
- dependabot[bot]
v3.43.2
v3.43.1
Added:
- Added more service feedstocks allowed to use GHA. (#2106)
- Hint: if source url contains
pypi.io
, suggestpypi.org
. (#2104)
Fixed:
- Do not move
micromamba
cache toconda
's location to avoid "permission denied" errors on Windows. (#2102 via #2107) - Fixed a bug where azure would skip commits on main if previous commit had '[ci skip]' or similar. (#2110)
Authors:
- Matthew R. Becker
- Jaime Rodríguez-Guerra
- pre-commit-ci[bot]
- M Bussonnier
v3.43.0
v3.42.2
Added:
- Add whey to list of known python build backends for the linter
- Added check for team existence when linting. (#2092)
Fixed:
- Fix rerendering when migrators have multiple additional_zip_keys (#2083).
- Fixed whitespace in .azure-pipelines.yml (#2084).
- Pass explicit arguments/options when inspecting outputs. (#2087)
- Fix mojibake with rattler-build on Windows by calling the executable directly (#2091)
Authors:
- Isuru Fernando
- Matthew R. Becker
- Wolf Vollprecht
- Dominic Davis-Foster
v3.42.1
v3.42.0
Changed:
- Bump Azure's
vmImage
tomacOS-13
. (#2078)
Removed:
- Removed webservices GHA templates since they are not used anymore. (#2074)
Fixed:
- Azure Pipelines will now skip build jobs if the last commit message contains one of
[skip ci]
,[ci skip]
,[skip azp]
, or[azp skip]
. (#2077)
Authors:
- Matthew R. Becker
- Jaime Rodríguez-Guerra
- Min RK
- pre-commit-ci[bot]