Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: conda-forge/conda-smithy

v3.61.2

24 Apr 10:55

Choose a tag to compare

Fixed:

  • Add .recipe_maintainers.json file to the ignore in the .gitignore. (#2533)
  • fix: check teams found by slug and default to a search if we do not find them (#2535)

Authors:

  • Matthew R. Becker

v3.61.1

22 Apr 17:18

Choose a tag to compare

Fixed:

  • Always remove maintainers that do not match even if we can detect a user rename. (#2531)

Authors:

  • Matthew R. Becker

v3.61.0

21 Apr 13:33

Choose a tag to compare

Added:

  • Add a new top-level workflow_settings configuration key for
    conda-forge.yml that provides more fine-grained configuration for
    workflows. Initially, it can be used to control store_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_PATH for build directory consistently. (#2528)
  • Bumped the minimum rattler-build-conda-compat version to 1.4.12 for is_staging_output support. (#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

10 Apr 14:57

Choose a tag to compare

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

08 Apr 15:16

Choose a tag to compare

Fixed:

  • Fixed a bug where logging did not work with the conda smithy CLI entrypoint. (#2512)

Authors:

  • Matthew R. Becker
  • pre-commit-ci[bot]

v3.59.0

06 Apr 14:36

Choose a tag to compare

Added:

  • Register conda-smithy as a conda subcommand via conda's plugin system. (#2506)

Fixed:

  • Fix inverted logic in Cirrus Runners registration. (#2508)

Authors:

  • Jaime Rodríguez-Guerra
  • Ken Odegard

v3.58.1

01 Apr 13:52

Choose a tag to compare

Fixed:

  • Ensure github_actions_labels is always considered during rerenders without having to mention it in recipe files. (#2505)

Authors:

  • Jaime Rodríguez-Guerra

v3.58.0

24 Mar 11:08

Choose a tag to compare

Added:

  • Add Podman support and SELinux volume handling to
    run_docker_build.sh template, enabling local builds on
    systems where Docker is unavailable. The container runtime can
    now be overridden using the DOCKER_EXECUTABLE environment
    variable for one-off builds without rerendering. (#2435)

Fixed:

  • Fix KeyError seen on rerenders for feedstocks configured to use linux-ppc64le. (#2501 via #2502)

Authors:

  • Jaime Rodríguez-Guerra
  • Aman Srivastava

v3.57.0

18 Mar 23:12

Choose a tag to compare

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_labels field in conda_build_config.yaml can now mix Github-hosted and self-hosted runners. If absent, defaults to Github-hosted runners; this can be explicitly set with the default value too. (#2499)

Deprecated:

  • github_actions.self_hosted configuration in conda-forge.yml doesn't have an effect anymore. Use github_actions_labels in conda_build_config.yaml to configure the runs-on field for each CI job. (#2499)

Fixed:

  • Fix runs-on label for native Github-hosted win-arm64 runners. (#2496)
  • Fix default MINIFORGE_HOME value for native Github-hosted win-arm64 runners. (#2497)

Authors:

  • Jaime Rodríguez-Guerra

v3.56.3

12 Mar 21:41

Choose a tag to compare

Added:

  • Add dummy .github/workflows/conda-build.yml workflow to ensure that Github Actions is enabled for feedstocks. (#2494)

Authors:

  • Matthew R. Becker
  • Jaime Rodríguez-Guerra
  • Uwe L. Korn
  • dependabot[bot]