We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 75f1bc5 commit 0b49184Copy full SHA for 0b49184
plugins/nf-azure/changelog.txt
@@ -1,5 +1,9 @@
1
nf-azure changelog
2
===================
3
+1.17.0 - 2 Jun 2025
4
+- Add support for Azure Managed identities on Azure worker nodes with Fusion (#6118) [37981a5f]
5
+- Bump Groovy to version 4.0.27 (#6125) [ci fast] [258e1790]
6
+
7
1.16.0 - 8 May 2025
8
- Add azure.batch.jobMaxWallClockTime config option (#5996) [74963fdc]
9
- Remove test constructors or mark as TestOnly (#5216) [d4fadd42]
plugins/nf-azure/src/resources/META-INF/MANIFEST.MF
@@ -1,6 +1,6 @@
Manifest-Version: 1.0
Plugin-Class: nextflow.cloud.azure.AzurePlugin
Plugin-Id: nf-azure
-Plugin-Version: 1.16.0
+Plugin-Version: 1.17.0
Plugin-Provider: Seqera Labs
-Plugin-Requires: >=25.01.0-edge
+Plugin-Requires: >=25.05.0-edge
0 commit comments