Skip to content

Commit

Permalink
Updated CHANGELOG for 3.37.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Jul 16, 2024
1 parent e0af49e commit 100fd09
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 170 deletions.
42 changes: 42 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,48 @@ conda-smithy Change Log

.. current developments
v3.37.0
====================

**Added:**

* Add support for rattler-build and the new recipe format. (#1876, #1977)
* Support ``githubreleases`` version updates provider in the schema. (#1976)
* Added new schema entries for the bot section of the ``conda-forge.yml``. (#1969)
* Linter now warns if go licenses are not bundled.
* Linter now warns if Rust licenses are not bundled.

**Changed:**

* Changed the build_steps.sh template so that it sets the number of maximum file
descriptors to 1024. This is done to mitigate a bug in old rpm versions (such
as the one shipped with the Centos7 container) that cause the yum install step
to take tremendously longer than necessary. See https://bugzilla.redhat.com/show_bug.cgi?id=1537564

**Removed:**

* Removed setup.py file and remaining references in tests and CI

**Fixed:**

* Bug causing rerender to incorrectly set the runs-on github actions option in the workflow yaml when self_hosted is set to true
* Compatibility with conda-build 24.7, which removes HashableDict

**Authors:**

* Matthew R. Becker
* Jaime Rodríguez-Guerra
* nichmor
* Min RK
* Bastian Zimmermann
* pre-commit-ci[bot]
* Jan Lehnarsdt
* Finn Womack
* Matt Fisher
* Vincenzo Eduardo Padulano



v3.36.2
====================

Expand Down
23 changes: 0 additions & 23 deletions news/1955_remove_setup_py.rst

This file was deleted.

26 changes: 0 additions & 26 deletions news/1958_yum_fix_ulimit.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1959_runs_on.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/1967_conda-build-24.7.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1968_rattler_build_support.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/1976-version-github-releases.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/schema_update.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/warn_go.rst

This file was deleted.

23 changes: 0 additions & 23 deletions news/warn_rust.rst

This file was deleted.

0 comments on commit 100fd09

Please sign in to comment.