Skip to content

Commit 19e3ccc

Browse files
committed
create-env: Release 3.1
Signed-off-by: Marcel Bargull <marcel.bargull@udo.edu>
1 parent e2e3a58 commit 19e3ccc

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

.github/workflows/create-env.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
options: --privileged
2222
env:
2323
MAJOR_VERSION: 3
24-
MINOR_VERSION: 0
24+
MINOR_VERSION: 1
2525
IMAGE_NAME: create-env
2626

2727
steps:

images/create-env/CHANGELOG.md

+19
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
# Changelog
22

33

4+
## bioconda/create-env 3.1 (2024-06-02)
5+
6+
### Changed
7+
8+
- Rebuild with newer Buildah, `bioconda/base-glibc-busybox-bash:3.1`, `conda`/`mamba` from `bioconda-utils=3.2.0`.
9+
10+
### Fixed
11+
12+
- Fix permissions for license files.
13+
14+
- Fix argument separator `--` handling.
15+
16+
- Ensure env vars don't set defaults.
17+
18+
### Added
19+
20+
- Allow passing PREFIX via `--prefix=...`.
21+
22+
423
## bioconda/create-env 3.0 (2023-10-17)
524

625
### Changed

0 commit comments

Comments
 (0)