Skip to content

Commit 7130582

Browse files
pditommasoclaude
andcommitted
[release] [e2e prod] Nextflow version 26.03.0-edge
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com> Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent ca1e625 commit 7130582

8 files changed

Lines changed: 38 additions & 15 deletions

File tree

VERSION

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

changelog.txt

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,28 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
26.03.0-edge - 18 Mar 2026
4+
- Add module system (#6650) [a0ac594ec]
5+
- Add multi-arch support to arch process directive (#6897) [c7ca36902]
6+
- Add NVMe disk allocation and diskMountPath support (#6879) [6644d3c90]
7+
- Add provider option to Seqera executor config (#6908) [c70376d0a]
8+
- Add support for GCP Ops Agent (#6608) [247a53bc0]
9+
- Add support for latest-generation Google Cloud machine families (#6841) [27785b171]
10+
- Add logStreamId to Tower task record (#6877) [df49fdb68]
11+
- Default Fusion to v2.6 for Seqera executor (#6933) [8a7e53957]
12+
- Don't include container in task trace when containers are not enabled (#6824) [31a2dfa57]
13+
- Fix formatting bug with map key expression (#6893) [e0816159d]
14+
- Fix Google Batch exit code when spot claim is successfully retried (#6926) [76927c27e]
15+
- Fix K8s token refresh by caching K8sClient at executor level (#6925) [3d2e4c4c4]
16+
- Fix HttpPluginRepository empty plugin list check (#6650) [ea1f4ea0c]
17+
- Fix path traversal, resource leak, and race condition in module system (#6929) [4d36d22c4]
18+
- Fix remote modules when base dir is not the current working dir (#6932) [ca1e625ca]
19+
- Fix stageAs method signature in typed process (#6915) [021c77c89]
20+
- Fix TraceFileObserver NPE when trace file already exists (#6891) [903caead4]
21+
- Fix type detection of CLI params in v2 config parser (#6765) [6711a57f9]
22+
- Increase tasks.cloudZone width from 15 to 25 (#6907) [a217a459f]
23+
- Propagate errors from workflow outputs (#6876) [31f513559]
24+
- Record types (#6679) [d54ff29af]
25+
326
26.02.0-edge - 28 Feb 2026
427
- Add agent output mode (NXF_AGENT_MODE) [eae9f7d09]
528
- Allow boolean params to implicitly default to false (#6764) [775a0fb87]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=26.02.0-edge
3-
timestamp=1772284050285
4-
commitId=e6a533e33
2+
version=26.03.0-edge
3+
timestamp=1773822100812
4+
commitId=ca1e625ca
Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
nf-amazon@3.7.1
2-
nf-azure@1.22.0
1+
nf-amazon@3.8.0
2+
nf-azure@1.22.1
33
nf-cloudcache@0.6.0
44
nf-codecommit@0.5.0
55
nf-console@1.3.0
6-
nf-google@1.26.1
7-
nf-k8s@1.5.0
8-
nf-seqera@0.12.0
9-
nf-tower@1.21.0
10-
nf-wave@1.18.0
6+
nf-google@1.27.0
7+
nf-k8s@1.5.1
8+
nf-seqera@0.16.0
9+
nf-tower@1.22.0
10+
nf-wave@1.19.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.02.0-edge'}
19+
NXF_VER=${NXF_VER:-'26.03.0-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-
4b7b7661f9b9b8dfee17ea98988f770e
1+
a193f1f0ee8bdf036f9228d57bf09435

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
5f85c6c3f5b5c0a8060275621e13b173e1bbf44b
1+
8fbebe3c9e3f2801841f7ea1507ea4827949d71f

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
355d4a0c3d3c00356117b1fa5cfd8726d647ab8862645da75acf4bca9b1e9753
1+
c35b0302374e8c71c663a067e25fd6364d9623f58f4f03a41b194c2fdbcaebe5

0 commit comments

Comments
 (0)