Skip to content

Commit fae3c2d

Browse files
committed
Signed-off-by: Paolo Di Tommaso <[email protected]>
1 parent 3561c26 commit fae3c2d

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

plugins/nf-azure/VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.20.0
1+
1.20.1

plugins/nf-azure/build.gradle

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ plugins {
1919
}
2020

2121
nextflowPlugin {
22-
nextflowVersion = '25.08.0-edge'
22+
nextflowVersion = '25.09.0-edge'
2323

2424
provider = "${nextflowPluginProvider}"
2525
description = 'Enables Azure cloud execution through Batch service with native Blob storage access and comprehensive authentication options'

plugins/nf-azure/changelog.txt

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
nf-azure changelog
22
===================
3+
1.20.1 - 8 Oct 2025
4+
- Fix unstage controls in command.run when using storeDir (#6364) [a5756da3e]
5+
36
1.19.0 - 15 Aug 2025
47
- Fix Azure Batch startTask concatenation issue (#6300) (#6305) [ci fast] [81d5c0dc]
58
- Unify nf-lang config scopes with runtime classes (#6271) [bfa67ca3]

0 commit comments

Comments
 (0)