Skip to content

Commit e723425

Browse files
committed
[release] [e2e prod] Nextflow version 25.12.0-edge
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 3027e1f commit e723425

File tree

8 files changed

+42
-13
lines changed

8 files changed

+42
-13
lines changed

VERSION

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

changelog.txt

Lines changed: 29 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,34 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.12.0-edge - 19 Dec 2025
4+
- Add `listDirectory()` to Path type and deprecate `listFiles()` (#6581) [56f0f007]
5+
- Add default maxSpotAttempts for fusion snapshots in Google Batch (#6652) [458ef97a]
6+
- Add onlyJobState option for SLURM executor (#6659) [3c3e9f52]
7+
- Add README files for all plugins (#6660) [bee8cff6]
8+
- Add runtimeClassName to the pod options (#6633) [ddcef4f4]
9+
- Add spot interruption tracking to trace records (#6606) [eecd8167]
10+
- Add URL encoding when revision name is used as HTTP query parameter (#6598) [7894e097]
11+
- Add warnings to JSON output in lint command (#6625) [bb066969]
12+
- Add wave.build.template config option (#6639) [d08a8952]
13+
- Check Nextflow version before loading plugins (#6591) [03da64eb]
14+
- Fix GitHub repository provider when providing token with auth property (#6662) [d01cbde1]
15+
- Fix optional param in params block (#6657) [bd8de5ca]
16+
- Fix String.format error when plugin URL contains percent chars (#6651) [59c4f4e1]
17+
- Fix validation of numeric types in params block (#6656) [664a26eb]
18+
- Fix WaveClient sending Bearer token to public S3 URLs (#6672) [ffaef0b6]
19+
- Fix: tolerate spaces in `$NXF_TASK_WORKDIR` (#6421) [7b386025]
20+
- Implementation of Git multiple revisions (#6620) [ce9d7b59]
21+
- Refactor Google Batch getExitCode to imperative style (#6649) [addd59e9]
22+
- Set local task exit status when time limit is exceeded (#6592) [d3f8e135]
23+
- Add Nextflow Development Constitution (#6578) [7047e6be]
24+
- docs: Add extra warnings as 25.10 is added to platform (#6655) [ae0e844f]
25+
- docs: Add longer NXF_SYNTAX_PARSER descriptions (#6637) [23c277ad]
26+
- docs: Document best practices for script and config params (#6631) [3421734d]
27+
- docs: Fix typos (#6641) [20f4631e]
28+
- docs: Improve preview feature warnings in documentation (#6663) [cdc7a586]
29+
- docs: Update note about AWS CLI (#6626) [bb7aecf8]
30+
- docs: Update NXF_SYNTAX_PARSER callouts (#6640) [1b284a19]
31+
332
25.11.0-edge - 28 Nov 2025
433
- Add Google Batch LogsPolicy PATH option for logging to GCS (#6431) [5b61afe0]
534
- Add default value to Apptainer pull timeout config paramter (#6534) [f4548bd1]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=25.11.0-edge
3-
timestamp=1764361575216
4-
commitId=de02e8bbd
2+
version=25.12.0-edge
3+
timestamp=1766145399508
4+
commitId=3027e1f44
Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@3.5.0
1+
nf-amazon@3.6.0
22
33
44
55
6-
nf-google@1.24.0
7-
nf-k8s@1.3.0
8-
nf-tower@1.18.0
9-
nf-wave@1.17.0
6+
nf-google@1.25.0
7+
nf-k8s@1.4.0
8+
nf-tower@1.19.0
9+
nf-wave@1.18.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.11.0-edge'}
18+
NXF_VER=${NXF_VER:-'25.12.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-
678e51e089dbf86c024cad54f8671927
1+
fd57dd4a8ae60fee3f401e5d6c5f9808

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)