From 85ddb5deabda9ab58ae6ec898e2a1e33393117b7 Mon Sep 17 00:00:00 2001 From: beckermr Date: Thu, 14 Mar 2024 15:48:56 -0500 Subject: [PATCH] Updated CHANGELOG for 3.32.0 --- CHANGELOG.rst | 27 +++++++++++++++++++ news/1756-schema.rst | 25 ----------------- ...in-url-for-missing-token-error-message.rst | 23 ---------------- news/1859-avoid-conda-subcommand-plugin.rst | 23 ---------------- 4 files changed, 27 insertions(+), 71 deletions(-) delete mode 100644 news/1756-schema.rst delete mode 100644 news/1854-use-azure-owner-in-url-for-missing-token-error-message.rst delete mode 100644 news/1859-avoid-conda-subcommand-plugin.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 47e10e171..bf49bf02b 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,33 @@ conda-smithy Change Log .. current developments +v3.32.0 +==================== + +**Added:** + +* New JSON schema for ``conda-forge.yaml``. A Pydantic model is used to dynamically generate both a YAML document with the default values and the JSON schema itself. (#1756) +* Included ``jsonschema`` and ``pydantic`` as dependencies into the ``environment.yml``. (#1756) + +**Changed:** + +* Included extra ``jsonschema`` validation for conda-forge.yaml, under ``configure_feedstock``. (#1756) +* Moved legacy checks of old_file and providers into a new auxiliary ``_legacy_compatibility_checks`` function. (#1756) +* Use Azure owner in URL for missing token error message. (#1854) +* Invoke conda-{build,mambabuild} directly, not as conda subcommand. (#1859) + +**Authors:** + +* Isuru Fernando +* Matthew R. Becker +* Jaime Rodríguez-Guerra +* Marcel Bargull +* vinicius douglas cerutti +* pre-commit-ci[bot] +* John Blischak + + + v3.31.1 ==================== diff --git a/news/1756-schema.rst b/news/1756-schema.rst deleted file mode 100644 index cd02f256e..000000000 --- a/news/1756-schema.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* New JSON schema for ``conda-forge.yaml``. A Pydantic model is used to dynamically generate both a YAML document with the default values and the JSON schema itself. (#1756) -* Included ``jsonschema`` and ``pydantic`` as dependencies into the ``environment.yml``. (#1756) - -**Changed:** - -* Included extra ``jsonschema`` validation for conda-forge.yaml, under ``configure_feedstock``. (#1756) -* Moved legacy checks of old_file and providers into a new auxiliary ``_legacy_compatibility_checks`` function. (#1756) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/1854-use-azure-owner-in-url-for-missing-token-error-message.rst b/news/1854-use-azure-owner-in-url-for-missing-token-error-message.rst deleted file mode 100644 index 829a0ca7a..000000000 --- a/news/1854-use-azure-owner-in-url-for-missing-token-error-message.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Use Azure owner in URL for missing token error message. (#1854) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/1859-avoid-conda-subcommand-plugin.rst b/news/1859-avoid-conda-subcommand-plugin.rst deleted file mode 100644 index e3367046e..000000000 --- a/news/1859-avoid-conda-subcommand-plugin.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Invoke conda-{build,mambabuild} directly, not as conda subcommand. (#1859) - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -*