Skip to content

Releases: jenkinsci/azure-vm-agents-plugin

805.v424cc2981d7a

06 Feb 13:11
424cc29
Compare
Choose a tag to compare

🚀 New features and improvements

804.ve77d45cc9464

06 Feb 09:44
e77d45c
Compare
Choose a tag to compare

🚀 New features and improvements

803.vef83d334600f

06 Feb 09:26
ef83d33
Compare
Choose a tag to compare

🚀 New features and improvements

802.vbac7a8a5d5e2

05 Feb 16:34
bac7a8a
Compare
Choose a tag to compare

🚀 New features and improvements

  • Add ability to provide custom init scripts. (#333) @nirud

801.v37f3eab68cf0

05 Feb 16:17
37f3eab
Compare
Choose a tag to compare

🚀 New features and improvements

799.va4c741108611

13 Nov 21:18
a4c7411
Compare
Choose a tag to compare

🚀 New features and improvements

📦 Dependency updates

797.v31f530348574

22 Oct 07:34
31f5303
Compare
Choose a tag to compare

🐛 Bug fixes

📦 Dependency updates

795.vd5903dae1139

14 Oct 08:16
d5903da
Compare
Choose a tag to compare

💥 Breaking changes

  • Improve config-as-code support (breaking change for config-as-code users only) (#313) @timja

Configuration as code users after updating the plugin need to update their config file for usageMode
There are two possible values:

  • Use this node as much as possible

    • now: NORMAL
  • Only build jobs with label expressions matching this node

    • now: EXCLUSIVE

This fixes #301
Which prevented the exported configuration working for users with a non english locale (and a translated usage mode). The configuration now matches Jenkins core and other plugins that configure the usage mode.

The following fields are now optional, you don't need to specify them if you are using the default value:

  • enableMSI
  • enableUAMI
  • ephemeralOSDisk
  • preInstallSsh
  • shutdownOnIdle
  • templateDisabled

The builtInImage is only required now if you are using a built-in image

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