diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3dfd3be53..051fac276 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -4,6 +4,44 @@ conda-smithy Change Log .. current developments +v3.7.0 +==================== + +**Added:** + +Added a linter check for already existing feedstocks that are not exact match, but may have underscore instead of dash, and vice versa. +* Added code to rotate anaconda tokens. +* Added new `pip-install`-based hooks for using a local copy of the + `conda-forge-ci-setup` package. + +**Changed:** + +* Refactored OSX CI scripts to be based off of a single global script on all CI platforms. +* Renamed the feedstock token output files to not munge "-feedstock" from + the names. + +* Bumped the default version of the `conda-forge-ci-setup` package to 3 to + support the new output validation service. + +**Fixed:** + +* Fixed bug in feedstock token registration that deleted other secrets from azure. +* Fixed bugs in tests for feedstock tokens. + +**Security:** + +* Added code to call the feedstock output validation service. You must have + `conda_forge_output_validation` set to true in the `conda-forge.yml` to use + this feature. + +**Authors:** + +* Matthew R Becker +* Matthew R. Becker +* Natasha Pavlovikj + + + v3.6.17 ==================== diff --git a/news/linter-existing-feedstock-underscore-dash.rst b/news/linter-existing-feedstock-underscore-dash.rst deleted file mode 100644 index fb7c60ee0..000000000 --- a/news/linter-existing-feedstock-underscore-dash.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -Added a linter check for already existing feedstocks that are not exact match, but may have underscore instead of dash, and vice versa. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/osx_refactor.rst b/news/osx_refactor.rst deleted file mode 100644 index 03375066a..000000000 --- a/news/osx_refactor.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* - -**Changed:** - -* Refactored OSX CI scripts to be based off of a single global script on all CI platforms. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* diff --git a/news/rotate.rst b/news/rotate.rst deleted file mode 100644 index b1cb42145..000000000 --- a/news/rotate.rst +++ /dev/null @@ -1,23 +0,0 @@ -**Added:** - -* Added code to rotate anaconda tokens. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed bug in feedstock token registration that deleted other secrets from azure. - -**Security:** - -* diff --git a/news/token_validation.rst b/news/token_validation.rst deleted file mode 100644 index 40d16ded5..000000000 --- a/news/token_validation.rst +++ /dev/null @@ -1,30 +0,0 @@ -**Added:** - -* Added new `pip-install`-based hooks for using a local copy of the - `conda-forge-ci-setup` package. - -**Changed:** - -* Renamed the feedstock token output files to not munge "-feedstock" from - the names. - -* Bumped the default version of the `conda-forge-ci-setup` package to 3 to - support the new output validation service. - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* Fixed bugs in tests for feedstock tokens. - -**Security:** - -* Added code to call the feedstock output validation service. You must have - `conda_forge_output_validation` set to true in the `conda-forge.yml` to use - this feature.