Skip to content

Commit 2db01e6

Browse files
committed
[release] [ci fast] Nextflow version 25.10.0
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 2069c97 commit 2db01e6

File tree

10 files changed

+24
-13
lines changed

10 files changed

+24
-13
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -247,7 +247,6 @@ jobs:
247247
with:
248248
fetch-depth: 0
249249
submodules: true
250-
ref: ${{ github.head_ref || github.ref_name }}
251250

252251
- name: Setup Java 17
253252
uses: actions/setup-java@v4

CLAUDE.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ Follow these actions to make a new release:
134134
modules/nextflow/src/main/resources/META-INF/plugins-info.txt \
135135
modules/nextflow/src/main/resources/META-INF/build-info.properties
136136
```
137-
- Make a commit using the `[release]` tag in the comment and push it upstream to trigger the release automation with GitHub action:
137+
- Make a commit using the `[release]` and `[e2e prod]` tags in the comment and push it upstream to trigger the release automation with GitHub action:
138138
```
139139
git commit -m "[release] Nextflow version 25.09.0-edge"
140140
git push origin master

VERSION

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

changelog.txt

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,17 @@
11
NEXTFLOW CHANGE-LOG
22
===================
3+
25.10.0 - 22 Oct 2025
4+
- Add publish-artifacts step to release process [75d8ebf9b]
5+
- Add type checking utils (#6482) [3e9a2c091]
6+
- Fix no secrets in AWS Batch jobs (#6499) [c76c32582]
7+
- Prioritize Google Batch API exit codes with fallback to .exitcode file (#6498) [6ac2efcba]
8+
- Show workspace roles in 'auth status', tweak error message on 403 (#6497) [0633d90d1]
9+
- Simplify S3 configuration options (#6496) [0b7f18049]
10+
- Track remote input files in lineage (#6490) [b0660caf3]
11+
- Bump [email protected] [0d5ced94a]
12+
- Bump [email protected] [e6c765217]
13+
- Bump [email protected] [2069c9729]
14+
315
25.09.2-edge - 21 Oct 2025
416
- Add .command.log redirection in K8s container command (#6455) [e6eed7949]
517
- Add nextflow auth command for Seqera Platform authentication (#6463) [bedf02a99]
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.2-edge
3-
timestamp=1761057398021
4-
commitId=98639df6c
2+
version=25.10.0
3+
timestamp=1761145935343
4+
commitId=2069c9729
Lines changed: 3 additions & 3 deletions

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.2-edge'}
18+
NXF_VER=${NXF_VER:-'25.10.0'}
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-
83a50232a408f8e143248eaf2fe8d1fa
1+
bc680f78962c2fb1df92230b172c2389

nextflow.sha1

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

nextflow.sha256

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

0 commit comments

Comments
 (0)