diff --git a/CHANGELOG.rst b/CHANGELOG.rst index fa4a6d00e..5fdee01cd 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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 ==================== diff --git a/news/azure-table-whitespace.rst b/news/azure-table-whitespace.rst deleted file mode 100644 index 999006229..000000000 --- a/news/azure-table-whitespace.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* removed empty lines causing current build status table to render as code diff --git a/news/azure_build_setup_override.rst b/news/azure_build_setup_override.rst deleted file mode 100644 index 9f66f698b..000000000 --- a/news/azure_build_setup_override.rst +++ /dev/null @@ -1,3 +0,0 @@ -**Fixed:** - -* build setup script overriding is now supported on azure too diff --git a/news/docker.rst b/news/docker.rst deleted file mode 100644 index cbbe2ecd9..000000000 --- a/news/docker.rst +++ /dev/null @@ -1,5 +0,0 @@ -**Removed:** - -* `docker.image` in conda-forge.yml is removed -* Removed the need for shyaml in CI env. - diff --git a/news/drone.rst b/news/drone.rst deleted file mode 100644 index fb959363d..000000000 --- a/news/drone.rst +++ /dev/null @@ -1,29 +0,0 @@ -**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. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/envCI.rst b/news/envCI.rst deleted file mode 100644 index 57ec9cbd7..000000000 --- a/news/envCI.rst +++ /dev/null @@ -1,5 +0,0 @@ -**Added:** - -* export CI env variable with CI provider name - - diff --git a/news/local-build.rst b/news/local-build.rst deleted file mode 100644 index 8f7e68769..000000000 --- a/news/local-build.rst +++ /dev/null @@ -1,26 +0,0 @@ -**Added:** - -* 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. - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* - diff --git a/news/print_add_team.rst b/news/print_add_team.rst deleted file mode 100644 index fccac7a85..000000000 --- a/news/print_add_team.rst +++ /dev/null @@ -1,24 +0,0 @@ -**Added:** - -* print when adding new team to maintiners of feedstock - -**Changed:** - -* - -**Deprecated:** - -* - -**Removed:** - -* - -**Fixed:** - -* - -**Security:** - -* -