Skip to content

Commit 95c429f

Browse files
committed
[release] [e2e prod] Nextflow version 25.10.1
Signed-off-by: Paolo Di Tommaso <paolo.ditommaso@gmail.com>
1 parent 856d102 commit 95c429f

File tree

8 files changed

+24
-10
lines changed

8 files changed

+24
-10
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.10.1

changelog.txt

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,19 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.10.1 - 28 Nov 2025
4+
- Add default value to Apptainer pull timeout config parameter (#6534) [a124a5ca0]
5+
- Fix asset detection when item is not a sibling of the executed script (#6605) [2390d4a8d]
6+
- Fix error with dynamic directives with named arguments (#6550) [c58750bf4]
7+
- Fix false config validation warnings for process selectors (#6542) [7bfae6db9]
8+
- Fix Fusion license JWT token refresh by reusing TowerClient [561ed6c32]
9+
- Fix incorrect AWS region when specifying a S3 regional endpoint (#6530) [770bdd3eb]
10+
- Fix issue with optional workflow output (#6519) [5444a7879]
11+
- Fix unordered completed parts in AWS multipart upload (#6560) [89eb70130]
12+
- Revert Plugins.init() in run command to original location (#6568) [1533f7d9e]
13+
- Bump logback 1.5.20
14+
- Bump nf-amazon@3.4.2
15+
- Bump nf-tower@1.17.2
16+
317
25.10.0 - 22 Oct 2025
418
- Add publish-artifacts step to release process [75d8ebf9b]
519
- Add type checking utils (#6482) [3e9a2c091]
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.10.1
3+
timestamp=1764325661733
4+
commitId=856d1027a
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@3.4.1
1+
nf-amazon@3.4.2
22
nf-azure@1.20.2
33
nf-cloudcache@0.5.0
44
nf-codecommit@0.5.0
55
nf-console@1.3.0
66
nf-google@1.23.3
77
nf-k8s@1.2.2
8-
nf-tower@1.17.1
8+
nf-tower@1.17.2
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.0'}
18+
NXF_VER=${NXF_VER:-'25.10.1'}
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+
c12da8c2e2bc8e92ce708e667f2155be

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)