Skip to content

Commit

Permalink
Updated CHANGELOG for 3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr committed Apr 27, 2020
1 parent 3b8db47 commit ebf20d5
Show file tree
Hide file tree
Showing 5 changed files with 38 additions and 100 deletions.
38 changes: 38 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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
====================

Expand Down
24 changes: 0 additions & 24 deletions news/linter-existing-feedstock-underscore-dash.rst

This file was deleted.

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

This file was deleted.

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

This file was deleted.

30 changes: 0 additions & 30 deletions news/token_validation.rst

This file was deleted.

0 comments on commit ebf20d5

Please sign in to comment.