Skip to content

Commit d9fa5cd

Browse files
committed
[release] [ci fast] Nextflow version 26.02.0-edge
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent bb23402 commit d9fa5cd

File tree

9 files changed

+38
-16
lines changed

9 files changed

+38
-16
lines changed

.gitignore

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ temp
3838
.dockerignore
3939
.launch.classpath
4040
plugins-prod
41-
sandbox
42-
wave-tests
43-
x/*
41+
/minio
42+
/sandbox
43+
/wave-tests
44+
/test-sched
45+
/test-module
46+
/results
47+
/x/*

VERSION

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

changelog.txt

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
26.02.0-edge - 28 Feb 2026
4+
- Add agent output mode (NXF_AGENT_MODE) [eae9f7d09]
5+
- Allow boolean params to implicitly default to false (#6764) [775a0fb87]
6+
- Ensure main script is first in the WorkflowRun lineage record (#6845) [ef01581d5]
7+
- Fix AgentLogObserver println clash with Groovy GDK method [c6314d7b5]
8+
- Fix AnsiLogObserver sticky messages duplicated when lines wrap (#6852) [4a06f705a]
9+
- Fix missing space before revision in launch info (#6834) [f30d782f5]
10+
- Fix ResourcesAggregator deadlock with virtual thread executor (#6840) [7ac4f3ea9]
11+
- Fix S3 delete throwing DirectoryNotEmptyException due to eventual consistency (#6833) [f3ac49754]
12+
- Fix S3 lookup unbounded pagination with double call (#6851) [a2e67eb99]
13+
- Fix vertical alignment in timeline report (#6794) [bbe0a27c9]
14+
- Handle Azure Batch ActiveJobAndScheduleQuotaReached with retry (#6874) [6e66aaa58]
15+
- Report actual GCP zone in Google Batch trace records (#6855) [465791294]
16+
- Sched core implementation alpha1 (#6242) [870c858af]
17+
- Treat LSF job status UNKWN as HOLD (#5756) [63aae8933]
18+
- Update default Azure Batch VM image to Ubuntu 24.04 (#6844) [b621fc7cb]
19+
- Use explicit memory units for LSF executor (#5217) [a369d6f33]
20+
321
26.01.1-edge - 11 Feb 2026
422
- Add OSC 8 hyperlinks to task hashes in progress output (#6799) [8d266c76b]
523
- Fix JGit resources not being closed in CLI commands (#6795) [908e4c70d]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=26.01.1-edge
3-
timestamp=1770843485305
4-
commitId=8d266c76b
2+
version=26.02.0-edge
3+
timestamp=1772281791838
4+
commitId=bb2340297
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
nf-amazon@3.7.0
2-
nf-azure@1.21.0
1+
nf-amazon@3.7.1
2+
nf-azure@1.22.0
33
nf-cloudcache@0.6.0
44
nf-codecommit@0.5.0
55
nf-console@1.3.0
6-
nf-google@1.26.0
6+
nf-google@1.26.1
77
nf-k8s@1.5.0
8-
nf-seqera@0.6.0
9-
nf-tower@1.20.0
8+
nf-seqera@0.12.0
9+
nf-tower@1.21.0
1010
nf-wave@1.18.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.01.1-edge'}
19+
NXF_VER=${NXF_VER:-'26.02.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-
9a9a1e83bf69edc9301e014922ea8108
1+
4b7b7661f9b9b8dfee17ea98988f770e

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)