Skip to content

Commit 659cd2b

Browse files
committed
[release] Nextflow version 25.10.5 [e2e prod]
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 2127474 commit 659cd2b

8 files changed

Lines changed: 17 additions & 9 deletions

File tree

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
25.10.4
1+
25.10.5

changelog.txt

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.10.5 - 5 May 2026
4+
- Fix formatting bug with map key expression (#6893) [8290bc0ae]
5+
- Fix incorrect evaluation of `secret` process directive (#6934) [3cef01585]
6+
- Fix params block in included module (#6940) [4656c9b35]
7+
- Fix params inclusion across modules in v2 parser (#6766) [a97071485]
8+
- Fix resolution of params in resolved config text (#7072) [5aaf7926f]
9+
- Bump nf-tower@1.17.6
10+
311
25.10.4 - 10 Feb 2026
412
- Add isCompleted check in getNumSpotInterruptions (#6806) [21390a1fb]
513
- Fix false error with optional param (#6811) [f3816365e]
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.4
3-
timestamp=1770734263024
4-
commitId=e055867ae
2+
version=25.10.5
3+
timestamp=1777976569913
4+
commitId=2127474a2

modules/nextflow/src/main/resources/META-INF/plugins-info.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,5 +5,5 @@ nf-codecommit@0.5.0
55
nf-console@1.3.0
66
nf-google@1.23.5
77
nf-k8s@1.2.2
8-
nf-tower@1.17.5
8+
nf-tower@1.17.6
99
nf-wave@1.16.1

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.4'}
18+
NXF_VER=${NXF_VER:-'25.10.5'}
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-
c32675420daa3aff4f6dd92c7274f09b
1+
252d40fa1aea23ee949f731bcf2228f2

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
ef7600f770f3de0916f672b243eafbf6117b7b82
1+
56c9c9e2f276801f2a3959877713162893f9f58a

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
968af86ff461c8c78a0704d46a0f0af0be52adf1dd15298b16f50a5463385456
1+
a414e4581f90d1990408edc9f3192726b4c80d23a798503fd280310aa54e027a

0 commit comments

Comments
 (0)