Skip to content

Commit 90f538c

Browse files
committed
[release] [e2e prod] Nextflow version 26.03.1-edge
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent ab89602 commit 90f538c

File tree

8 files changed

+37
-13
lines changed

8 files changed

+37
-13
lines changed

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.03.0-edge
1+
26.03.1-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.1-edge - 26 Mar 2026
4+
- Add `-project-dir` option to `lint` command (#6728) [1679b9f3a]
5+
- Add platform-related metadata to WorkflowRun lineage record (#6545) [fc4d7dd6e]
6+
- Add request timeout to tower client (#6950) [ff773ba72]
7+
- Add support for Java 26 (#6969) [9c2b9ff0d]
8+
- Fix AWS Batch machine type trace for new instance families (#6952) [06e78ba0b]
9+
- Fix AgentLogObserver printing [SUCCESS] on failed runs (#6962) [342d27c64]
10+
- Fix LogsCheckpoint thread interrupt race condition (#6939) [9d65b9eea]
11+
- Fix download of empty files in old minio based S3 transfers (#6944) [ccded1845]
12+
- Fix incorrect evaluation of `secret` process directive (#6934) [235329312]
13+
- Fix jackson-databind dependency in nf-amazon (#6941) [321c57f88]
14+
- Fix netty and jackson vulnerabilities (#6955) [8dafdd95d]
15+
- Fix params block in included module (#6940) [bbafcc714]
16+
- Fix security vulnerabilities (#6938) [8b1ab40c4]
17+
- Fix typo in TowerRetryPolicy: maxAttemps -> maxAttempts (#6949) [97eb0d1b3]
18+
- Fix: cast module run CLI params to declared meta.yml input types (#6968) [0c525672f]
19+
- Fix: handle empty publishedValues in PublishOp.onComplete for optional outputs (#6979) [a99fb5dc2]
20+
- Harden ProcessEntryHandler types and add test for dot-notation conflicts (#6966) [80041612a]
21+
- Improve module command: enable logging for module run, fix info URL and search output (#6961) [30c5dca95]
22+
- Print workflow outputs on run completion (#6875) [b8752e41f]
23+
- Skip launch metadata fetch for CLI-submitted runs (#6975) [3c9875720]
24+
- Use -d flag for bkill in LSF Executor (#6784) [19409304e]
25+
- Use destructuring syntax for process record/tuple inputs (#6912) [028e4cc1d]
26+
327
26.03.0-edge - 18 Mar 2026
428
- Add module system (#6650) [a0ac594ec]
529
- Add multi-arch support to arch process directive (#6897) [c7ca36902]
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.0-edge
3-
timestamp=1773822100812
4-
commitId=ca1e625ca
2+
version=26.03.1-edge
3+
timestamp=1774553056305
4+
commitId=ab8960229
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
nf-amazon@3.8.0
2-
nf-azure@1.22.1
1+
nf-amazon@3.8.1
2+
nf-azure@1.22.2
33
nf-cloudcache@0.6.0
4-
nf-codecommit@0.5.0
4+
nf-codecommit@0.5.1
55
nf-console@1.3.0
6-
nf-google@1.27.0
6+
nf-google@1.27.1
77
nf-k8s@1.5.1
88
nf-seqera@0.16.0
9-
nf-tower@1.22.0
9+
nf-tower@1.23.0
1010
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.03.0-edge'}
19+
NXF_VER=${NXF_VER:-'26.03.1-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-
a193f1f0ee8bdf036f9228d57bf09435
1+
f1f85ba01739b4f5b0ecae158b30f4a2

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)