Releases: jenkinsci/azure-vm-agents-plugin
Releases · jenkinsci/azure-vm-agents-plugin
805.v424cc2981d7a
804.ve77d45cc9464
803.vef83d334600f
802.vbac7a8a5d5e2
801.v37f3eab68cf0
799.va4c741108611
🚀 New features and improvements
- Possibility to add resource tags per azure vm template (#326) @mkrzywanski
📦 Dependency updates
- Bump actions/checkout from 2.3.5 to 2.4.0 (#321) @dependabot
797.v31f530348574
795.vd5903dae1139
💥 Breaking changes
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
- now:
-
Only build jobs with label expressions matching this node
- now:
EXCLUSIVE
- now:
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
793.vbb935f9be778
🚀 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