Skip to content

Releases: jenkinsci/azure-vm-agents-plugin

794.v8a62ee91dc70

13 Oct 20:19
8a62ee9
Compare
Choose a tag to compare

🚀 New features and improvements

  • Prevent empty Jenkins URL being sent to Azure (#310) @timja

793.vbb935f9be778

13 Oct 08:46
bb935f9
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance

  • Minor test refactoring, mainly simplified assertions and fixed some deprecation warnings (#308) @StefanSpieker
  • Fixed some deprecation warnings in respect to jenkins.get() and minor refactorings (#306) @StefanSpieker
  • Use spotbugs annotations and added some missing NonNull annotations (#307) @StefanSpieker

789.va0c40e4d0070

12 Sep 07:29
a0c40e4
Compare
Choose a tag to compare

🚀 New features and improvements

  • Setup workDir automatically, add remoting options configuration (#303) @timja
  • Cleanup computer config page, add Azure portal link (#299) @timja
  • Add support for Accelerated Networking (#298) @jstmlr

🐛 Bug fixes

  • Reduce locking, switching to copyonwrite (#300) @timja

📦 Dependency updates

  • Bump jenkins-infra/jenkins-maven-cd-action from 1.1.0 to 1.2.0 (#304) @dependabot

783.v58077630847d

17 Jun 14:24
5807763
Compare
Choose a tag to compare

🚀 New features and improvements

  • Log exception when creating storage container (#290) @timja

782.vb41dc00d85b1

17 Jun 14:16
b41dc00
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix unable create node above max after failure during deployment (#289) @GMZwinge

781.v5877a4d99d28

07 Jun 07:07
5877a4d
Compare
Choose a tag to compare

🚀 New features and improvements

  • Warn against Premium_LRS when using managed disks (#285) @timja

780.v50d067d02f76

24 May 08:16
50d067d
Compare
Choose a tag to compare

🐛 Bug fixes

  • Remove redundant storage acc from arm templates (#281) @timja

779.v5ea1414ec40f

11 May 07:12
5ea1414
Compare
Choose a tag to compare

🐛 Bug fixes

  • Use default subscription for managed identity if none specified (#279) @timja

778.va3924310a4eb

10 May 15:37
a392431
Compare
Choose a tag to compare

🐛 Bug fixes

  • Fix classloading when uploading custom script to storage account (#277) @timja

777.v276476e1344c

10 May 07:52
276476e
Compare
Choose a tag to compare

🚀 New features and improvements

👻 Maintenance