Skip to content

Commit 55f6ff5

Browse files
committed
[release] [e2e prod] Nextflow version 25.11.0-edge
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent de02e8b commit 55f6ff5

File tree

8 files changed

+71
-14
lines changed

8 files changed

+71
-14
lines changed

VERSION

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

changelog.txt

Lines changed: 57 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,62 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.11.0-edge - 28 Nov 2025
4+
- Add Google Batch LogsPolicy PATH option for logging to GCS (#6431) [5b61afe0]
5+
- Add default value to Apptainer pull timeout config paramter (#6534) [f4548bd1]
6+
- Add test case for printing config with nested includes (#2498) [0876d557]
7+
- Allow pre-existing write-protected plugins directory to be used (#6594) [33943b5b]
8+
- Change log level from warn1 to debug1 for K8s Job Pod Warnings (#6523) [74d1b786]
9+
- Fix Do not delete K8s jobs when ttlSecondsAfterFinished is set (#6597) [51042dbe]
10+
- Fix Fusion license JWT token refresh by reusing TowerClient [498125d2]
11+
- Fix Invalid type error detection [9e3aeed1]
12+
- Fix K8sTaskHandlerTest method name typos [bcf81d90]
13+
- Fix asset detection when item is not a sibling of the executed script (#6605) [1ca327c8]
14+
- Fix csv splitter when skipping empty lines (#6586) [253666de]
15+
- Fix documentation of `unique` operator (#6541) [6b8aedf5]
16+
- Fix error with dynamic directives with named arguments (#6550) [064f57f6]
17+
- Fix false config validation warnings for process selectors (#6542) [4db05a00]
18+
- Fix false error with task ext blocks in strict syntax (#6569) [fe8065ae]
19+
- Fix incorrect AWS region when specifying a S3 regional endpoint (#6530) [0989d31c]
20+
- Fix invalid cache write when cacheable split operation fails (#6588) [9930e35d]
21+
- Fix issue with optional workflow output (#6519) [75e47147]
22+
- Fix issues with rsync stage-out mode (#6587) [bcac9010]
23+
- Fix security vulnerabilities in org.json dependency [c7161c2a]
24+
- Fix unordered completed parts in AWS multipart upload (#6560) [10209528]
25+
- Fix TowerJsonGenerator thread-safety issue (#6619) [579cd6e4]
26+
- Fix Plugins.init() in run command to original location (#6568) [ba6be77b]
27+
- Fix security vulnerabilities for wiremock (#6607) [0f86933a]
28+
- Fix replace complete plotly bundle with smaller more specific one (#6527) [fdab3426]
29+
- Fix stageFileEnabled flag to control `.command.stage` file creation (#6618) [2d117cb5]
30+
- Improve error message for invalid accelerator resource (#6585) [7c40ee5b]
31+
- Improve error message for invalid contribution type in manifest contributors (#6593) [d440040e]
32+
- Issue templates: add external links via config (#6563) [3f608789]
33+
- Move task error formatting logic into separate class (#6551) [7b664ced]
34+
- Optimize exit code handling by relying on scheduler status for successful executions (#6484) [454a2ae8]
35+
- Remove unnecessary runtime checks with strict syntax (#6539) [9e296b85]
36+
- Remove unused BatchHelper class (#6547) [1c543c05]
37+
- Remove wiremock-groovy dependency and update tests using this dependecy (#6611) [6f4cf1ac]
38+
- Update bundled Docker runtime to 19.03.15 (#6565) [6c081376]
39+
- Update migration timeline for plugin registry (#6543) [ecfb62df]
40+
- Update trace table columns in Reports page (#6483) [064ef346]
41+
- Upgrade from Apache Commons Lang 2.6 to Commons Lang3 3.18.0 (#6511) [9b2ccb8a]
42+
- docs: Add admonition to clarify plugin provider and org (#6536) [e9ab1bb7]
43+
- docs: Add admonition to inputs and index words (#6461) [4eee1b69]
44+
- docs: Improve task previousTrace documentation (#6538) [53c28b85]
45+
- docs: Mark Fusion.tags as supported only for S3 (#6601) [cc0d177f]
46+
- docs: Update feature flags page (#6504) [4dc9945d]
47+
- docs: Update task directives (#6506) [ce680c53]
48+
- Bump Fusion to version 2.5 (#6557) [ec228f64]
49+
- Bump Gradle 9.2.0 [26575244]
50+
- Bump groovy 4.0.29 (#6510) [a30dbbbc]
51+
- Bump logback to version 1.5.20 [462eec58]
52+
- Bump org.bouncycastle:bcpkix-jdk18on from 1.78.1 to 1.79 (#6537) [ede076b0]
53+
54+
55+
56+
57+
58+
59+
360
25.10.1 - 28 Nov 2025
461
- Add default value to Apptainer pull timeout config parameter (#6534) [a124a5ca0]
562
- Fix asset detection when item is not a sibling of the executed script (#6605) [2390d4a8d]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=25.10.0
3-
timestamp=1761145935343
4-
commitId=2069c9729
2+
version=25.11.0-edge
3+
timestamp=1764361575216
4+
commitId=de02e8bbd
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@3.4.1
2-
nf-azure@1.20.2
1+
nf-amazon@3.5.0
2+
nf-azure@1.21.0
33
44
55
6-
nf-google@1.23.3
7-
nf-k8s@1.2.2
8-
nf-tower@1.17.1
9-
nf-wave@1.16.1
6+
nf-google@1.24.0
7+
nf-k8s@1.3.0
8+
nf-tower@1.18.0
9+
nf-wave@1.17.0

nextflow

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
# limitations under the License.
1616

1717
[[ "$NXF_DEBUG" == 'x' ]] && set -x
18-
NXF_VER=${NXF_VER:-'25.10.0'}
18+
NXF_VER=${NXF_VER:-'25.11.0-edge'}
1919
NXF_ORG=${NXF_ORG:-'nextflow-io'}
2020
NXF_HOME=${NXF_HOME:-$HOME/.nextflow}
2121
NXF_PROT=${NXF_PROT:-'https'}

nextflow.md5

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
bc680f78962c2fb1df92230b172c2389
1+
678e51e089dbf86c024cad54f8671927

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
940f3363c974da27b5b137589dfcf52c5366c421
1+
d3bd26151105332705b11e134fa30614185906a8

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2a398d1dbf3a7258218ae8991429369ac4fdd86cb99b8c6c8f6c922202d9d524
1+
24430517644b4660b3d653df788b731a8f85322b460402e5022a586bc03b5acf

0 commit comments

Comments
 (0)