File tree Expand file tree Collapse file tree
modules/nextflow/src/main/resources/META-INF Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- 25.10.4
1+ 25.10.5
Original file line number Diff line number Diff line change 11NEXTFLOW 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+
31125.10.4 - 10 Feb 2026
412- Add isCompleted check in getNumSpotInterruptions (#6806) [21390a1fb]
513- Fix false error with optional param (#6811) [f3816365e]
Original file line number Diff line number Diff line change 11build =0
2- version =25.10.4
3- timestamp =1770734263024
4- commitId =e055867ae
2+ version =25.10.5
3+ timestamp =1777978430480
4+ commitId =b6fc3e38a
Original file line number Diff line number Diff line change @@ -5,5 +5,5 @@ nf-codecommit@0.5.0
55nf-console@1.3.0
66nf-google@1.23.5
77nf-k8s@1.2.2
8- nf-tower@1.17.5
8+ nf-tower@1.17.6
99nf-wave@1.16.1
Original file line number Diff line number Diff line change 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 ' }
1919NXF_ORG=${NXF_ORG:- ' nextflow-io' }
2020NXF_HOME=${NXF_HOME:- $HOME / .nextflow}
2121NXF_PROT=${NXF_PROT:- ' https' }
Original file line number Diff line number Diff line change 1- c32675420daa3aff4f6dd92c7274f09b
1+ 252d40fa1aea23ee949f731bcf2228f2
Original file line number Diff line number Diff line change 1- ef7600f770f3de0916f672b243eafbf6117b7b82
1+ 56c9c9e2f276801f2a3959877713162893f9f58a
Original file line number Diff line number Diff line change 1- 968af86ff461c8c78a0704d46a0f0af0be52adf1dd15298b16f50a5463385456
1+ a414e4581f90d1990408edc9f3192726b4c80d23a798503fd280310aa54e027a
You can’t perform that action at this time.
0 commit comments