Skip to content

Releases: jenkinsci/azure-vm-agents-plugin

802.vbac7a8a5d5e2

Choose a tag to compare

@github-actions github-actions released this 05 Feb 16:34
bac7a8a

🚀 New features and improvements

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

801.v37f3eab68cf0

Choose a tag to compare

@github-actions github-actions released this 05 Feb 16:17
37f3eab

🚀 New features and improvements

799.va4c741108611

Choose a tag to compare

@github-actions github-actions released this 13 Nov 21:18
a4c7411

🚀 New features and improvements

📦 Dependency updates

797.v31f530348574

Choose a tag to compare

@github-actions github-actions released this 22 Oct 07:34
31f5303

🐛 Bug fixes

📦 Dependency updates

795.vd5903dae1139

Choose a tag to compare

@github-actions github-actions released this 14 Oct 08:16
d5903da

💥 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

Choose a tag to compare

@github-actions github-actions released this 13 Oct 20:19
8a62ee9

🚀 New features and improvements

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

793.vbb935f9be778

Choose a tag to compare

@github-actions github-actions released this 13 Oct 08:46
bb935f9

🚀 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

Choose a tag to compare

@github-actions github-actions released this 12 Sep 07:29
a0c40e4

🚀 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

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:24
5807763

🚀 New features and improvements

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

782.vb41dc00d85b1

Choose a tag to compare

@github-actions github-actions released this 17 Jun 14:16
b41dc00

🐛 Bug fixes

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