diff --git a/CHANGELOG.rst b/CHANGELOG.rst index bf49bf02b..a7a05108f 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,34 @@ conda-smithy Change Log .. current developments +v3.33.0 +==================== + +**Added:** + +* Support Apple silicon runners on GHA hosted (#1872, #1874). + +**Changed:** + +* Stop using conda_build.conda_interface. (#1868) +* Allow any ``str`` in ``conda-forge.yml``'s ``skip_render`` key. (#1875 via #1878) + +**Fixed:** + +* Update ``BotConfig`` schema description with examples of all possible values. (#1861 via #1862) +* Added missing ``azure: build_id`` into the json schema. (#1871) +* Add more skip render choices (#1873). +* Allow ``str`` (in addition to list of ``str``) in ``conda-forge.yml``'s ``noarch_platforms`` and ``remote_ci_setup``. (#1869 via #1877) + +**Authors:** + +* Isuru Fernando +* Jaime Rodríguez-Guerra +* Marcel Bargull +* pre-commit-ci[bot] + + + v3.32.0 ==================== diff --git a/news/1862-botconfig-docs.rst b/news/1862-botconfig-docs.rst deleted file mode 100644 index 9c52894b2..000000000 --- a/news/1862-botconfig-docs.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Update ``BotConfig`` schema description with examples of all possible values. (#1861 via #1862) - -**Security:** - -* diff --git a/news/1868-address-conda-build-deprecations b/news/1868-address-conda-build-deprecations deleted file mode 100644 index 3f516133a..000000000 --- a/news/1868-address-conda-build-deprecations +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Stop using conda_build.conda_interface. (#1868) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/1871-build-id-azure.rst b/news/1871-build-id-azure.rst deleted file mode 100644 index bad18e0fc..000000000 --- a/news/1871-build-id-azure.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Added missing ``azure: build_id`` into the json schema. (#1871) - -**Security:** - -* diff --git a/news/1872-apple-silicon-gha.rst b/news/1872-apple-silicon-gha.rst deleted file mode 100644 index ee54283dd..000000000 --- a/news/1872-apple-silicon-gha.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Support Apple silicon runners on GHA hosted (#1872, #1874). - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/1873-bot-config-skip-render.rst b/news/1873-bot-config-skip-render.rst deleted file mode 100644 index f2a39520a..000000000 --- a/news/1873-bot-config-skip-render.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Add more skip render choices (#1873). - -**Security:** - -* diff --git a/news/1877-union-lists.rst b/news/1877-union-lists.rst deleted file mode 100644 index 633b29973..000000000 --- a/news/1877-union-lists.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Allow ``str`` (in addition to list of ``str``) in ``conda-forge.yml``'s ``noarch_platforms`` and ``remote_ci_setup``. (#1869 via #1877) - -**Security:** - -* diff --git a/news/1878-skip-render.rst b/news/1878-skip-render.rst deleted file mode 100644 index f3cea808b..000000000 --- a/news/1878-skip-render.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Allow any ``str`` in ``conda-forge.yml``'s ``skip_render`` key. (#1875 via #1878) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*