From 8483176c120117e397e588b3227a955f85cc6fc9 Mon Sep 17 00:00:00 2001 From: "Christopher J. Wright" Date: Tue, 6 Oct 2020 20:14:43 -0400 Subject: [PATCH] Updated CHANGELOG for 3.8.0 --- CHANGELOG.rst | 38 ++++++++++++++++++++++++++++ news/add_devdocurl.rst | 24 ------------------ news/add_feedstocklicenseurl.rst | 24 ------------------ news/add_licenseurl.rst | 24 ------------------ news/add_new_variant_algebra_ops.rst | 25 ------------------ news/azure_warning.rst | 24 ------------------ news/debug_build_locally.rst | 24 ------------------ news/optional_anaconda_token.rst | 24 ------------------ news/remote_ci_setup.rst | 24 ------------------ news/remove_unneeded_default.rst | 24 ------------------ 10 files changed, 38 insertions(+), 217 deletions(-) delete mode 100644 news/add_devdocurl.rst delete mode 100644 news/add_feedstocklicenseurl.rst delete mode 100644 news/add_licenseurl.rst delete mode 100644 news/add_new_variant_algebra_ops.rst delete mode 100644 news/azure_warning.rst delete mode 100644 news/debug_build_locally.rst delete mode 100644 news/optional_anaconda_token.rst delete mode 100644 news/remote_ci_setup.rst delete mode 100644 news/remove_unneeded_default.rst diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 870ca3852..cbdac58da 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,44 @@ conda-smithy Change Log .. current developments +v3.8.0 +==================== + +**Added:** + +* Generate Documentation and Development links into the README.md based on doc_url and dev_url +* Add hyperlink to feedstock license file +* Generate license_url as hyperlink in the README.md when it has been defined in the meta.yaml +* Add ``--without-anaconda-token`` option to register-ci command, keep default behaviour of requiring the token +* ``remote_ci_setup`` field in conda-forge.yml, which defaults to ``conda-forge-ci-setup=3`` allowing the user to override + +**Changed:** + +* Variant algebra now supports two new operations for adding/remove a key + +These new options allow for handling complex migrations cases needed for the python migrations. +* Add support to ``build-locall.py`` to call ``conda debug``. +* Added note about behaviour to README.md +* CI templates now expand ``remote_ci_setup`` string from config for the ci setup package + +**Removed:** + +* Remove unneeded set_defaults() for --without-$CI args, ``action="store_false"`` already defaults to True if not given + +**Fixed:** + +* Removed the warning for azure token when rerendering + +**Authors:** + +* Isuru Fernando +* Johnny Willemsen +* Uwe L. Korn +* Tom Pollard +* Marius van Niekerk + + + v3.7.10 ==================== diff --git a/news/add_devdocurl.rst b/news/add_devdocurl.rst deleted file mode 100644 index 7c7780ba0..000000000 --- a/news/add_devdocurl.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Generate Documentation and Development links into the README.md based on doc_url and dev_url - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/add_feedstocklicenseurl.rst b/news/add_feedstocklicenseurl.rst deleted file mode 100644 index 3687c0373..000000000 --- a/news/add_feedstocklicenseurl.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Add hyperlink to feedstock license file - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/add_licenseurl.rst b/news/add_licenseurl.rst deleted file mode 100644 index b5b160aea..000000000 --- a/news/add_licenseurl.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Generate license_url as hyperlink in the README.md when it has been defined in the meta.yaml - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/add_new_variant_algebra_ops.rst b/news/add_new_variant_algebra_ops.rst deleted file mode 100644 index de102e96c..000000000 --- a/news/add_new_variant_algebra_ops.rst +++ /dev/null @@ -1,25 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Variant algebra now supports two new operations for adding/remove a key - -These new options allow for handling complex migrations cases needed for the python migrations. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/azure_warning.rst b/news/azure_warning.rst deleted file mode 100644 index 2a9463582..000000000 --- a/news/azure_warning.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Removed the warning for azure token when rerendering - -**Security:** - -* - diff --git a/news/debug_build_locally.rst b/news/debug_build_locally.rst deleted file mode 100644 index 3812063c4..000000000 --- a/news/debug_build_locally.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Add support to ``build-locall.py`` to call ``conda debug``. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/optional_anaconda_token.rst b/news/optional_anaconda_token.rst deleted file mode 100644 index 6f8f63502..000000000 --- a/news/optional_anaconda_token.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* Add ``--without-anaconda-token`` option to register-ci command, keep default behaviour of requiring the token - -**Changed:** - -* Added note about behaviour to README.md - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/remote_ci_setup.rst b/news/remote_ci_setup.rst deleted file mode 100644 index 1687026c1..000000000 --- a/news/remote_ci_setup.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* ``remote_ci_setup`` field in conda-forge.yml, which defaults to ``conda-forge-ci-setup=3`` allowing the user to override - -**Changed:** - -* CI templates now expand ``remote_ci_setup`` string from config for the ci setup package - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/remove_unneeded_default.rst b/news/remove_unneeded_default.rst deleted file mode 100644 index 2e74e9c3d..000000000 --- a/news/remove_unneeded_default.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* Remove unneeded set_defaults() for --without-$CI args, ``action="store_false"`` already defaults to True if not given - -**Fixed:** - -* - -**Security:** - -* -