Skip to content

Commit d96f6de

Browse files
committed
[release] Nextflow version 26.03.4-edge [e2e prod]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 249cd35 commit d96f6de

8 files changed

Lines changed: 37 additions & 13 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.03.3-edge
1+
26.03.4-edge

changelog.txt

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,29 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
26.03.4-edge - 25 Apr 2026
4+
- Abort execution when platform telemetry error (#6827) [b1ad3f720]
5+
- Add $schema ref to generated module spec (#7056) [c40d742f3]
6+
- Add Apple container engine support (#7073) [2f7a3c455]
7+
- Add hints process directive for executor-specific scheduling hints (#7034) [406358e03]
8+
- Add Seqera NIO filesystem for datasets and refactor TowerClient/TowerObserver (#6946) [433b10a1f]
9+
- Add workspaceId/computeEnvId to nf-seqera auto labels (#7059) [5e8276c00]
10+
- Allow `-with-docker` to be used without a default container image (#7054) [41759d36e]
11+
- Allow module run to run modules with local path (#7057) [e2c77c6b7]
12+
- Default NXF_FUSION_TRACE to false (#7071) [5b4c8f0c1]
13+
- Fix IllegalArgumentException when process.resourceLabels is a closure (#7068) [944977e3f]
14+
- Fix resolution of params in resolved config text (#7072) [cb7133def]
15+
- Propagate task.containerPlatform through Fusion container command (#7074) [b58a590bd]
16+
- Remove arch config option from Seqera MachineRequirement (#7063) [da06e9a9d]
17+
- Replace current cloud info URL call with cloudInfo client (#7065) [629184251]
18+
- Restructure modules docs as a section and add registry steps (#7030) [29370f4bc]
19+
- Update workflow outputs tutorial (#7060) [68d144b9c]
20+
- Use toUriString for paths in work-dir and FilesEx error messages (#7075) [b535377cc]
21+
- Bump nf-amazon@3.9.0
22+
- Bump nf-google@1.27.2
23+
- Bump nf-seqera@0.19.0
24+
- Bump nf-tower@1.26.0
25+
- Bump nf-wave@1.20.0
26+
327
26.03.3-edge - 20 Apr 2026
428
- Add -files-from option to lint command to avoid ARG_MAX limit (#6858) [5a3cd830c]
529
- Add 26.04 migration docs (#7000) [89ec31bbf]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=26.03.3-edge
3-
timestamp=1776714524945
4-
commitId=9bfc40e90
2+
version=26.03.4-edge
3+
timestamp=1777128116084
4+
commitId=249cd3510
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
nf-amazon@3.8.3
1+
nf-amazon@3.9.0
22
nf-azure@1.22.2
33
nf-cloudcache@0.6.0
44
nf-codecommit@0.5.1
55
nf-console@1.3.0
6-
nf-google@1.27.1
6+
nf-google@1.27.2
77
nf-k8s@1.5.2
8-
nf-seqera@0.18.0
9-
nf-tower@1.25.0
10-
nf-wave@1.19.1
8+
nf-seqera@0.19.0
9+
nf-tower@1.26.0
10+
nf-wave@1.20.0

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#
1717

1818
[[ "$NXF_DEBUG" == 'x' ]] && set -x
19-
NXF_VER=${NXF_VER:-'26.03.3-edge'}
19+
NXF_VER=${NXF_VER:-'26.03.4-edge'}
2020
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2121
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2222
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
16e4d2a3247caf1aa6ccf2da4a382f20
1+
f5861bda8b170f846e91eecc9829d58b

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
9d8ed279b08cff9e6c9676ef35f2f34e4f09599a
1+
29aa8c0d5d1e9de43643276fe342845712d80299

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ab44178465d924b8bd610c7b1fcd6b12a4b696c7c809bcc516979146baf028d8
1+
3be4a276802785b6e4e0446d84d79470ea17ee2e9bfb4a1f70d0b2af35449201

0 commit comments

Comments
 (0)