Branch: refs/heads/master Home: https://github.com/jenkinsci/azure-vm-agents-plugin Commit: 5149e14c31ce7883995b145d2929fccb5d9ddffb https://github.com/jenkinsci/azure-vm-agents-plugin/commit/5149e14c31ce7883995b145d2929fccb5d9ddffb Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Date: 2019-11-04 (Mon, 04 Nov 2019)
Changed paths: M pom.xml Log Message: ----------- Bump jackson.version from 2.9.9 to 2.10.0 (#168) Bumps `jackson.version` from 2.9.9 to 2.10.0. Updates `jackson-databind` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-annotations` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson/releases) - [Commits](https://github.com/FasterXML/jackson/commits) Updates `jackson-core` from 2.9.9 to 2.10.0 - [Release notes](https://github.com/FasterXML/jackson-core/releases) - [Commits](https://github.com/FasterXML/jackson-core/compare/jackson-core-2.9.9...jackson-core-2.10.0) Signed-off-by: dependabot[bot] <supp...@github.com> Commit: c77ebd5dd0ad0a0f41698bb3008f5b1d09bb48d7 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/c77ebd5dd0ad0a0f41698bb3008f5b1d09bb48d7 Author: Stefano Franz <roasta...@gmail.com> Date: 2019-11-04 (Mon, 04 Nov 2019) Changed paths: M src/main/resources/referenceImageIDTemplateWithManagedDisk.json M src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json M src/main/resources/referenceImageTemplateWithManagedDisk.json M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json Log Message: ----------- add storageaccount type as field to osDisk (#169) Commit: 0f072e66b76f13c60df37b1a28a7135834f1aca2 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/0f072e66b76f13c60df37b1a28a7135834f1aca2 Author: Stefan Scherer <stefan.sche...@docker.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M src/main/resources/customImageTemplate.json M src/main/resources/customImageTemplateWithManagedDisk.json M src/main/resources/customImageTemplateWithScript.json M src/main/resources/customImageTemplateWithScriptAndManagedDisk.json M src/main/resources/referenceImageIDTemplateWithManagedDisk.json M src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json M src/main/resources/referenceImageTemplate.json M src/main/resources/referenceImageTemplateWithManagedDisk.json M src/main/resources/referenceImageTemplateWithScript.json M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json Log Message: ----------- Sync JSON to make them diffable (#170) Signed-off-by: Stefan Scherer <scherer_ste...@icloud.com> Commit: e942b7e8790e2b72ceeb9a82f5243e291a848508 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/e942b7e8790e2b72ceeb9a82f5243e291a848508 Author: Joseph Petersen <joseph...@gmail.com> Date: 2019-11-07 (Thu, 07 Nov 2019) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudOnceRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudPoolRetentionStrategy.java M src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java Log Message: ----------- add visibility filter (#171) Commit: 83fd5c14f52be4096ceeaca774476c03039582a4 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/83fd5c14f52be4096ceeaca774476c03039582a4 Author: Jie Shen <drfish...@gmail.com> Date: 2019-11-08 (Fri, 08 Nov 2019) Changed paths: M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java Log Message: ----------- Fix integration tests for custom tags (#172) Commit: 8bb8638abbf257824afdf13a9d7b5d3d15bf7347 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/8bb8638abbf257824afdf13a9d7b5d3d15bf7347 Author: Bradley Wangia <bradleywan...@users.noreply.github.com> Date: 2019-11-22 (Fri, 22 Nov 2019) Changed paths: M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java M src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java M src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java M src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateFluent.java M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly M src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.properties M src/main/resources/customImageTemplate.json M src/main/resources/customImageTemplateWithManagedDisk.json M src/main/resources/customImageTemplateWithScript.json M src/main/resources/customImageTemplateWithScriptAndManagedDisk.json M src/main/resources/referenceImageIDTemplateWithManagedDisk.json M src/main/resources/referenceImageIDTemplateWithScriptAndManagedDisk.json M src/main/resources/referenceImageTemplate.json M src/main/resources/referenceImageTemplateWithManagedDisk.json M src/main/resources/referenceImageTemplateWithScript.json M src/main/resources/referenceImageTemplateWithScriptAndManagedDisk.json M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMCloud.java M src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java M src/test/java/com/microsoft/azure/vmagent/test/jcasc/BasicConfigAsCodeTest.java M src/test/resources/com/microsoft/azure/vmagent/test/jcasc/advanced.yaml M src/test/resources/com/microsoft/azure/vmagent/test/jcasc/basic.yaml M src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedAdvanced.yaml M src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedBasic.yaml Log Message: ----------- Fixes JENKINS-59752 : add os ephemeral disk (#173) * init os ephemeral disk * fix log comment, reset default caching, diffDisk for ephemeral * remove extra diffDiskSettings for images Commit: b5876e465ced12ac299a903604921d08d1abea82 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/b5876e465ced12ac299a903604921d08d1abea82 Author: gavinfish <drfish...@gmail.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M CHANGELOG.md Log Message: ----------- Add changelog for version 1.3.0 Commit: 35178973eaa576c377417ad6c506432ef44151d8 https://github.com/jenkinsci/azure-vm-agents-plugin/commit/35178973eaa576c377417ad6c506432ef44151d8 Author: gavinfish <drfish...@gmail.com> Date: 2019-11-26 (Tue, 26 Nov 2019) Changed paths: M pom.xml Log Message: ----------- [maven-release-plugin] prepare release azure-vm-agents-1.3.0 Compare: https://github.com/jenkinsci/azure-vm-agents-plugin/compare/4a0960ef24fb...35178973eaa5 -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkinsci/azure-vm-agents-plugin/push/refs/heads/master/4a0960-351789%40github.com.