Skip to content

Commit

Permalink
create-env: Release 3.1
Browse files Browse the repository at this point in the history
Signed-off-by: Marcel Bargull <[email protected]>
  • Loading branch information
mbargull committed Jun 2, 2024
1 parent 680a16e commit 23ab305
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-env.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
options: --privileged
env:
MAJOR_VERSION: 3
MINOR_VERSION: 0
MINOR_VERSION: 1
IMAGE_NAME: create-env

steps:
Expand Down
19 changes: 19 additions & 0 deletions images/create-env/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,25 @@
# Changelog


## bioconda/create-env 3.1 (2024-06-02)

### Changed

- Rebuild with newer Buildah, `bioconda/base-glibc-busybox-bash:3.1`, `conda`/`mamba` from `bioconda-utils=3.2.0`.

### Fixed

- Fix permissions for license files.

- Fix argument separator `--` handling.

- Ensure env vars don't set defaults.

### Added

- Allow passing PREFIX via `--prefix=...`.


## bioconda/create-env 3.0 (2023-10-17)

### Changed
Expand Down

0 comments on commit 23ab305

Please sign in to comment.