Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prepare 3.5.0 release #725

Merged
merged 3 commits into from
Oct 16, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
22 changes: 17 additions & 5 deletions .authors.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,16 +69,18 @@
- [email protected]
num_commits: 351
first_commit: 2016-02-12 00:50:29
github: ilanschnell
- name: Jean-Luc Stevens
email: [email protected]
alternate_emails:
- [email protected]
aliases:
- jlstevens
num_commits: 2
num_commits: 3
first_commit: 2016-12-13 15:56:37
github: jlstevens
- name: bkreider
github: bkreider
email: [email protected]
num_commits: 1
first_commit: 2016-02-29 18:59:14
Expand All @@ -97,6 +99,7 @@
first_commit: 2017-01-18 15:21:20
github: wulmer
- name: Martin Durant
github: martindurant
email: [email protected]
num_commits: 5
first_commit: 2017-11-09 08:53:20
Expand Down Expand Up @@ -143,6 +146,7 @@
- name: Trent Nelson
email: [email protected]
num_commits: 1
github: tpn
first_commit: 2017-09-15 15:04:51
- name: Michael C. Grant
email: [email protected]
Expand Down Expand Up @@ -178,12 +182,14 @@
first_commit: 2020-09-02 02:28:26
github: marimeireles
- name: astaric
github: astaric
email: [email protected]
num_commits: 1
first_commit: 2019-08-28 05:42:13
- name: Angela Gloyna
email: [email protected]
num_commits: 8
github: angloyna
first_commit: 2020-05-04 20:34:58
- name: Eric Prestat
email: [email protected]
Expand Down Expand Up @@ -227,6 +233,7 @@
first_commit: 2020-10-21 10:45:10
github: FaustinCarter
- name: Connor Martin
github: cjmartian
email: [email protected]
num_commits: 1
first_commit: 2021-03-24 12:38:03
Expand Down Expand Up @@ -257,7 +264,7 @@
github: chenghlee
- name: conda-bot
email: [email protected]
num_commits: 25
num_commits: 28
first_commit: 2022-01-25 21:38:28
alternate_emails:
- [email protected]
Expand All @@ -270,7 +277,7 @@
aliases:
- Jaime RGP
- jaimergp
num_commits: 54
num_commits: 60
first_commit: 2022-01-08 14:56:53
github: jaimergp
- name: Tom Hören
Expand Down Expand Up @@ -350,7 +357,7 @@
github: RahulARanger
- name: Marco Esters
email: [email protected]
num_commits: 6
num_commits: 8
first_commit: 2023-05-12 11:44:12
github: marcoesters
- name: Darryl Miles
Expand All @@ -365,6 +372,11 @@
github: deepeshaburse
- name: pre-commit-ci[bot]
email: 66853113+pre-commit-ci[bot]@users.noreply.github.com
num_commits: 7
num_commits: 10
first_commit: 2023-05-02 12:01:43
github: pre-commit-ci[bot]
- name: Matthias Kuhn
email: [email protected]
num_commits: 2
first_commit: 2023-08-24 09:31:48
github: m-kuhn
1 change: 1 addition & 0 deletions .mailmap
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ Mark Harfouche <[email protected]>
Martin Durant <[email protected]>
Mathew Topper <[email protected]>
Matthew Newville <[email protected]>
Matthias Kuhn <[email protected]>
Michael C. Grant <[email protected]> Michael C. Grant <[email protected]>
Michael Sarahan <[email protected]> Mike Sarahan <[email protected]>
Nehal J Wani <[email protected]>
Expand Down
1 change: 1 addition & 0 deletions AUTHORS.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ Authors are sorted alphabetically.
* Martin Durant
* Mathew Topper
* Matthew Newville
* Matthias Kuhn
* Michael C. Grant
* Michael Sarahan
* Nehal J Wani
Expand Down
30 changes: 30 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,35 @@
[//]: # (current developments)

## 2023-10-10 3.5.0:
### Enhancements

* Add support for the `register_envs` option. (#705 via #716)
* Add new option `script_env_variables`. Allows defining
environment variables in `construct.yaml` for use by pre- and
post-install scripts. (#718)

### Bug fixes

* Fix imports and skips for constructor tests. (#709)
* Fix a regression in the license prompt on SH installers to require a explicit answer instead of defaulting to `no` on Enter. (#721 via #722)

### Other

* Test `conda-standalone` canaries in CI. (#711)
* Clarify consequences for when `conda init` is run during the installation. (#713)
* Log which subprocesses are run in `osxpkg`. (#715)

### Contributors

* @jaimergp
* @jlstevens
* @marcoesters
* @m-kuhn

### New contributors

* @m-kuhn made their first contribution in https://github.com/conda/constructor/pull/710

## 2023-08-02 3.4.5:
### Enhancements

Expand Down
19 changes: 0 additions & 19 deletions news/709-test-import-fixes

This file was deleted.

19 changes: 0 additions & 19 deletions news/711-conda-standalone-canaries

This file was deleted.

19 changes: 0 additions & 19 deletions news/713-update-conda-init-wording

This file was deleted.

19 changes: 0 additions & 19 deletions news/716-register-envs

This file was deleted.

21 changes: 0 additions & 21 deletions news/718-script_env_variables-option

This file was deleted.

19 changes: 0 additions & 19 deletions news/722-license-yn

This file was deleted.