Skip to content

Commit 50a90a6

Browse files
committed
[release] [e2e prod] Nextflow version 26.08.0-edge
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent e9d4a3d commit 50a90a6

8 files changed

Lines changed: 108 additions & 18 deletions

File tree

CHANGELOG.md

Lines changed: 90 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,95 @@
11
# Nextflow change-log
22

3+
## [Version 26.08.0-edge](https://github.com/nextflow-io/nextflow/releases/tag/v26.08.0-edge) - 20 Aug 2026
4+
5+
- Accept http requesting-protocol for https proxy CONNECT tunnel auth (#7369) [cac2e0db6]
6+
- Add --console=plain to gradle commands in Makefile (#7400) [ci fast] [40fc962a4]
7+
- Add componentName to 'module view' command output (#7385) [ci fast] [0e1bf396d]
8+
- Add note about AI co-authorship to CLAUDE.md [ci fast] (#7357) [d11c550d2]
9+
- Add seqera.executor.maxCpusPerUser option (#7367) [ci fast] [a2ef3963e]
10+
- Add smolvm container engine support (#7386) [ci fast] [5b23a4e97]
11+
- Add `singularity.resourceLimits` config option (#7352) [98e8573ed]
12+
- Agent primitive: AI agents as first-class Nextflow tasks (#7477) [b148cfbaf]
13+
- Align Seqera executor maxSpotAttempts and Fusion handling (#7412) [ci fast] [22214c5ab]
14+
- Bound Seqera executor scheduler requests with a request timeout (#7466) [ci fast] [ed08167fa]
15+
- build(java): align to Java 25 toolchain, target Java 17 via --release (#7370) [9fc31ed00]
16+
- Bump Groovy 4.0.33 [ci fast] (#7429) [c8800d84a]
17+
- Bump netty and Apache HttpComponents to patched releases (#7484) [3aef1da9a]
18+
- Cache the task context for `exec` tasks (#7499) [9eb270c5f]
19+
- chore: Quick fix docs sidebar (#7431) [50561fb39]
20+
- chore: update anthropics/claude-code-action action to v1.0.175 (#7359) [ci fast] [050da2432]
21+
- chore: update anthropics/claude-code-action action to v1.0.180 (#7388) [ci fast] [4c57e54c2]
22+
- chore: update anthropics/claude-code-action action to v1.0.183 (#7424) [ci fast] [55d340e82]
23+
- chore: update anthropics/claude-code-action action to v1.0.185 (#7459) [ci fast] [0081db6e0]
24+
- chore: update anthropics/claude-code-action action to v1.0.191 (#7490) [ci fast] [dd355446c]
25+
- chore: update dependency @docusaurus/faster to v3.10.2 (#7360) [ci fast] [99e1943e2]
26+
- chore: update dependency ch.qos.logback:logback-classic to v1.5.38 (#7361) [ci fast] [0e4e7065f]
27+
- chore: update dependency ch.qos.logback:logback-core to v1.5.38 (#7362) [d9ce9e303]
28+
- chore: update dependency com.azure:azure-identity to v1.18.4 (#7389) [ci fast] [353567cd6]
29+
- chore: update dependency com.networknt:json-schema-validator to v1.5.9 (#7390) [ci fast] [5dc78a216]
30+
- chore: update dependency fs-extra to v11.3.6 (#7391) [ci fast] [e84fae2fb]
31+
- chore: update dependency io.seqera:npr-api to v0.25.1 (#7460) [ci fast] [5358bfb40]
32+
- chore: update dependency io.seqera:npr-client to v0.25.1 (#7461) [ci fast] [613a1f282]
33+
- chore: update dependency me.sunlan:antlr4 to v4.13.2.11 (#7425) [ci fast] [6f518eb7a]
34+
- chore: update dependency me.sunlan:antlr4 to v4.13.2.13 (#7462) [ci fast] [ba553c1bb]
35+
- chore: update dependency me.sunlan:antlr4 to v4.13.2.14 (#7491) [ci fast] [4877d1321]
36+
- chore: update dependency node to v22.23.2 (#7492) [ci fast] [c86b0cc29]
37+
- chore: update dependency org.jsoup:jsoup to v1.23.1 [security] (#7468) [ci fast] [76f40b463]
38+
- chore: update module google.golang.org/grpc to v1.82.1 [security] (#7513) [ci fast] [02ef7bb39]
39+
- ci(claude): turn the assistant into a reviewer that can approve (#7469) [ci skip] [1dbdef74e]
40+
- Detect Azure virtual directories without a trailing slash (#6428) [b4ab2e165]
41+
- docs: Clarify behavior of withName selectors (#7348) [eb0af8033]
42+
- docs: cleanup and fix inconsistencies (#7415) [2f403c8f8]
43+
- docs: document ConfigScope discovery rules (#7098) [89ef0c46c]
44+
- docs: Move channel factories and operators to stdlib reference (#7414) [5fbcc8ddd]
45+
- docs: Move CLI commands into separate pages (#7416) [71fce7839]
46+
- docs: Move config scopes into separate pages (#7417) [a00130e25]
47+
- docs: Move containuer runtimes into separate pages (#7439) [9332479d9]
48+
- docs: Move executors into separate pages (#7441) [48d236748]
49+
- docs: Move process directives into separate pages (#7454) [854a3247b]
50+
- docs: Move Static Typing pages to dedicated section (#7270) [22d83bc14]
51+
- docs: split stdlib docs into separate pages [13c56f411]
52+
- docs: type annotation syntax for functions and variable declarations (#7407) [cac380217]
53+
- docs: Update lineage record examples to the version/kind/spec envelope [ci skip] (#7496) [8773c3d6a]
54+
- Document exit logic in task wrapper script (#7290) [b61eda21e]
55+
- Drop transient object tags when publishing files to S3 (#7344) [f1f1e6012]
56+
- Fix cache invalidation for module binaries (#6914) [029e52eef]
57+
- Fix config rendering of nested closures (#7375) [f6684a30a]
58+
- Fix function call in process directive value with v2 parser (#7374) [91004f7e7]
59+
- Fix independently-verified findings from a security audit (#7503) [5400da660]
60+
- Fix lint reporting of excluded paths (#7354) [b36bb3150]
61+
- Fix negative duration error on short run (#7351) [6471c299f]
62+
- Fix parameterized type cast in process body (#7382) [aaffabc6b]
63+
- Fix PBS Pro server status query (#7366) [c7e02c061]
64+
- Fix plugin blocks incorrectly merged in v2 config parser (#7350) [795d4872b]
65+
- Fix publish mode override when re-publishing an existing file (#7364) [61243b0e2]
66+
- Fix race condition calling workflow onComplete twice (#7349) [14d5f26c4]
67+
- Fix spurious 'Unrecognized config option' warning for wave.build.compression and wave.build.conda (#7355) [37da32c7f]
68+
- Fix tests failing on macOS and on hosts with NXF_REGISTRY_TOKEN [ci fast] (#7457) [ci fast] [a7a7d5350]
69+
- Fix variable incorrectly resolved to included function name (#7358) [e98351e01]
70+
- Fix workflow metadata when failOnIgnore is true (#7356) [686002287]
71+
- fix: prevent world-readable race window when storing local secrets (#7307) [f520534d8]
72+
- Guard trace log against string formatting errors (#7347) [8a0c9210c]
73+
- Honor COLUMNS when determining ANSI output width (#7144) [3f69dcaaf]
74+
- Pre-pull the integration tests container (#7432) [ci fast] [82f59c7b9]
75+
- Preserve comments in formatter (#7346) [0fe6ef25d]
76+
- Refactor HubOptions from a trait into a record (#7372) [cb222312c]
77+
- Remove dead SpuriousDeps.cmdCloud reflection (#7371) [aa9e8752e]
78+
- Report syntax error for unexpected character in gstring (#7353) [7fae3ff00]
79+
- Report the task directives read while the command is rendered (#7506) [1b4e75729]
80+
- Revert the stream swap after the redirect to .command.out and .command.err (#7300) [d97131928]
81+
- Separate CLI from runtime (#5971) [1dc8cf68f]
82+
- Split CLI config handling out of ConfigBuilder (#7373) [34ac1d14c]
83+
- Stop fabricating a memory request for the Seqera executor (#7488) [ci fast] [cdf425437]
84+
- Support authenticated forward HTTP/HTTPS proxies across the client stack (#7331) [064a03873]
85+
- Treat a missing `k8s` config scope as an empty one (#7452) [ci fast] [568680fd9]
86+
- Update CI bucket to s3://nextflow-oss-ci (#7440) [55a6932e1]
87+
- Update the docs site dependencies to patched releases (#7486) [e5dfe3dc1]
88+
- Use Platform user identity for the Seqera executor userName label [ci fast] (#7413) [1bb78e244]
89+
- Use registry config for plugin repos (#7180) [2856de85f]
90+
- Use the wiremock self-contained distribution in nf-tower (#7485) [3db6edfa2]
91+
- Use `command -v` instead of `which` in the launcher Java lookup (#7433) [cd03dc35b]
92+
393
## [Version 26.07.0-edge](https://github.com/nextflow-io/nextflow/releases/tag/v26.07.0-edge) - 15 Jul 2026
494

595
- Add docker.cpuLimits config option (#7289) [60c7ae9a6]

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
26.07.0-edge
1+
26.08.0-edge
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=26.07.0-edge
3-
timestamp=1784130477988
4-
commitId=6ffa1a7e3
2+
version=26.08.0-edge
3+
timestamp=1787215843607
4+
commitId=e9d4a3d8d
Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
nf-agent-pi@0.5.0
22
nf-agent@0.1.0
3-
nf-amazon@3.10.1
4-
nf-azure@1.23.1
5-
nf-cloudcache@0.6.0
6-
nf-codecommit@0.6.0
7-
nf-console@1.3.0
8-
nf-google@1.27.4
9-
nf-k8s@1.5.5
10-
nf-seqera@0.23.0
11-
nf-tower@1.29.1
12-
nf-wave@1.21.1
3+
nf-amazon@3.10.2
4+
nf-azure@1.23.2
5+
nf-cloudcache@0.6.1
6+
nf-codecommit@0.6.1
7+
nf-console@1.3.1
8+
nf-google@1.27.5
9+
nf-k8s@1.5.6
10+
nf-seqera@0.24.0
11+
nf-tower@1.29.2
12+
nf-wave@1.22.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.07.0-edge'}
19+
NXF_VER=${NXF_VER:-'26.08.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-
ee37af1c075613cf6df5c7700913652a
1+
cdf0d93327a65255f70dc71f3e192ee5

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
a6e227c499be6a8ca9bf6c271b3dd684c7699505
1+
a88888d5978e6351a78531991f906120c68ac29

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
d4ab3bebc55d684a1b4b0eb8456f4cdb4fd2e51817f71461ef4bb1268394a6c2
1+
b421c5df2d3c6500598a6718f02aa5d40ed3bb5698a05973206bd6a8c48dc027

0 commit comments

Comments
 (0)