Skip to content

Commit

Permalink
Updated CHANGELOG for 3.3.5
Browse files Browse the repository at this point in the history
  • Loading branch information
scopatz committed Jun 5, 2019
1 parent f0d075d commit 241cce1
Show file tree
Hide file tree
Showing 8 changed files with 29 additions and 95 deletions.
29 changes: 29 additions & 0 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,35 @@ conda-smithy Change Log

.. current developments
v3.3.5
====================

**Added:**

* Added native aarch64 support for builds using Drone.io. This can be enabled by
either using `provider: {linux_aarch64: drone}` or `provider: {linux_aarch64:
native}` in the conda-forge.yml.

Currently, drone has to be enabled manually as there is no automatic CI
registration for repos.
* export CI env variable with CI provider name
* New ``build-locally.py`` script that is added to the root feedstock directory when
``conda smithy rerender`` is run. This script runs conda build locally. Currently
it only fully supports running docker builds.
* print when adding new team to maintiners of feedstock

**Removed:**

* `docker.image` in conda-forge.yml is removed
* Removed the need for shyaml in CI env.

**Fixed:**

* removed empty lines causing current build status table to render as code
* build setup script overriding is now supported on azure too



v3.3.4
====================

Expand Down
3 changes: 0 additions & 3 deletions news/azure-table-whitespace.rst

This file was deleted.

3 changes: 0 additions & 3 deletions news/azure_build_setup_override.rst

This file was deleted.

5 changes: 0 additions & 5 deletions news/docker.rst

This file was deleted.

29 changes: 0 additions & 29 deletions news/drone.rst

This file was deleted.

5 changes: 0 additions & 5 deletions news/envCI.rst

This file was deleted.

26 changes: 0 additions & 26 deletions news/local-build.rst

This file was deleted.

24 changes: 0 additions & 24 deletions news/print_add_team.rst

This file was deleted.

0 comments on commit 241cce1

Please sign in to comment.