Skip to content

Commit

Permalink
Updated CHANGELOG for 3.28.0
Browse files Browse the repository at this point in the history
  • Loading branch information
isuruf committed Nov 7, 2023
1 parent d16259f commit 8a9a84a
Show file tree
Hide file tree
Showing 6 changed files with 51 additions and 139 deletions.
51 changes: 51 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,57 @@ conda-smithy Change Log

.. current developments
v3.28.0
====================

**Added:**

* For self-hosted github actions runs, a user can add custom labels
by adding `github_actions_labels` yaml key in `recipe/conda_build_config.yaml`.
The value `hosted` can be used for Microsoft hosted free runners
and the value `self-hosted` can be used for the default self-hosted labels.

* `github_actions: timeout_minutes` option added to change the timeout in minutes.
The default value is `360`.

* `github_actions: triggers` is a list of triggers which defaults to
`push, pull_request` when not self-hosted and `push` when self-hosted.

* Added a `--cirun` argument to `conda-smithy ci-register` command to register
`cirun` as a CI service. This makes `cirun` conda package a dependency of
conda-smithy.

* Added support for `cirun` by generating a unique label when the self-hosted
label starts with `cirun`.

* When a label is added that has the string with `gpu` or `GPU` for a self-hosted
runner, the docker build will pass the GPUs to the docker instance.
* Add ``flow_run_id`` (CI provider specific), ``remote_url`` and ``sha`` as extra-meta data to packages.
Enables tracing back packages to a specific commit in a feedstock and to a specific CI run.
When packages are built using ``build-locally.py`` only ``sha`` will have a non-empty value.
Requires ``conda-build >=3.21.8``. (#1577)

**Changed:**

* `github_actions: cancel_in_progress` option added to cancel in progress runs.
The default value was changed to `true`.
* Use the channels defined in `conda_build_config.yaml` (instead of those in `conda-forge.yml`) to render `README.md`. (#897 via #1752, #1785)
* Allow finer control over Azure disk cleaning ( #1783 )
* The default build tool changed from conda-mambabuild to conda-build with
libmamba solver.

**Authors:**

* Isuru Fernando
* Jaime Rodríguez-Guerra
* Amit Kumar
* John Kirkham
* Daniel Bast
* Daniel Ching
* pre-commit-ci[bot]



v3.27.1
====================

Expand Down
43 changes: 0 additions & 43 deletions news/1703-cirun-self-hosted.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1752-readme-channels.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1783_Azure_disk_cleaning_opts.rst

This file was deleted.

26 changes: 0 additions & 26 deletions news/burn_in_ids.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/libmamba.rst

This file was deleted.

0 comments on commit 8a9a84a

Please sign in to comment.