Skip to content

Commit 52052e8

Browse files
committed
[release] Nextflow version 25.09.2-edge
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 98639df commit 52052e8

File tree

8 files changed

+31
-14
lines changed

8 files changed

+31
-14
lines changed

VERSION

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

changelog.txt

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,22 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.09.2-edge - 21 Oct 2025
4+
- Add .command.log redirection in K8s container command (#6455) [e6eed7949]
5+
- Add nextflow auth command for Seqera Platform authentication (#6463) [bedf02a99]
6+
- Add nextflow launch command (#6491) [7c8fa3d9d]
7+
- Bring workflow outputs out of preview (#6487) [c41677b40]
8+
- Fix e2e test infrastructure and add config.schema compatibility aliases (#6495) [d3cee2bab]
9+
- Fix false error for `executor.jobName` config option (#6375) [81ae62bf2]
10+
- Fix false error with storeDir and val outputs (#6408) [1aa8c4468]
11+
- Fix type casting in PluginSpec for ConfigScope (#6469) [b00644c9b]
12+
- Improve plugin create confirmation prompt (#6473) [215925c47]
13+
- Improve release script validation [3e3a938d6]
14+
- Limit S3 client connections when using virtual threads (#6369) [295c60b5c]
15+
- Migrate SraExplorer to use HxClient for HTTP operations (#6467) [84e3e7873]
16+
- Rename `config.schema` package to `config.spec` (#6485) [ef0d2d601]
17+
- Typed processes (#6368) [30f3c3c2a]
18+
- Update buildInfo on releaseInfo [46a8a2b53]
19+
320
25.09.1-edge - 9 Oct 2025
421
- Improve build metadata generation and validation [60225374f]
522
- Fix Missing static type definition [67a532040]
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
build=0
2-
version=25.09.1-edge
3-
timestamp=1760534087157
4-
commitId=215925c47
2+
version=25.09.2-edge
3+
timestamp=1761057398021
4+
commitId=98639df6c
Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
1-
nf-amazon@3.3.0
2-
1+
nf-amazon@3.4.0
2+
33
44
55
6-
7-
8-
nf-tower@1.16.0
9-
6+
7+
8+
nf-tower@1.17.0
9+

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.09.1-edge'}
18+
NXF_VER=${NXF_VER:-'25.09.2-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-
ce28a0e9ff74284341e5b37b6d247713
1+
83a50232a408f8e143248eaf2fe8d1fa

nextflow.sha1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
794b87f2ab138bed91d37a80a738b5467275ebec
1+
52953b5dc95ac8a382af8401331ebb216a1789f7

nextflow.sha256

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
6df264c7eda6ff230a14c190799a782ea97ba8645f64ef5d6ac1e62ab851153f
1+
bad3e4f70b96e5cb56bba34465415919c2590d8bdeed419257d82654c552cc1a

0 commit comments

Comments
 (0)