Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-vm-agents-plugin
  Commit: 35817f7d8d396a6b6545dd0f1b0130f52daf6348
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/35817f7d8d396a6b6545dd0f1b0130f52daf6348
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M pom.xml
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java

  Log Message:
  -----------
  Add IMDS credentials


  Commit: 896804c11d6f888db72f944d1663e2f175afa6f5
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/896804c11d6f888db72f944d1663e2f175afa6f5
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-03-19 (Tue, 19 Mar 2019)

  Changed paths:
    M pom.xml
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java

  Log Message:
  -----------
  Merge pull request #139 from jenkinsci/msi-rebanding

Add IMDS credentials


  Commit: 453518186a4c704227b2fe652b030d7484fe8816
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/453518186a4c704227b2fe652b030d7484fe8816
  Author: Tim Jacomb <t.jac...@kainos.com>
  Date:   2019-04-12 (Fri, 12 Apr 2019)

  Changed paths:
    M pom.xml
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M 
src/main/java/com/microsoft/azure/vmagent/remote/AzureVMAgentSSHLauncher.java
    M src/main/java/com/microsoft/azure/vmagent/util/Constants.java
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMAgentCleanUpTask.java
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java

  Log Message:
  -----------
  Bump baseline (#140)

* Bump baseline

Initial work on configuration as code support

* Fix more enforcer rules

* Fix spotbugs issues small nearby cleanups as well

* Update message


  Commit: d42b09b1af62c715d9fbc0f4e0de76e55cc116a2
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d42b09b1af62c715d9fbc0f4e0de76e55cc116a2
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-04-19 (Fri, 19 Apr 2019)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java

  Log Message:
  -----------
  Fix typo in template comparing


  Commit: 82829b83854244c8e203e67fff7689056a8fd515
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/82829b83854244c8e203e67fff7689056a8fd515
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-04-19 (Fri, 19 Apr 2019)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java

  Log Message:
  -----------
  Merge pull request #143 from jenkinsci/check_template

Fix typo in template comparing


  Commit: f899e3c4d79c8dd1041b0db81ac48188cf30ea03
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f899e3c4d79c8dd1041b0db81ac48188cf30ea03
  Author: Tim Jacomb <timjacomb1+git...@gmail.com>
  Date:   2019-05-09 (Thu, 09 May 2019)

  Changed paths:
    M .gitattributes
    M .gitignore
    M README.md
    M pom.xml
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudRetensionStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M src/main/java/com/microsoft/azure/vmagent/ImageReferenceType.java
    M src/main/java/com/microsoft/azure/vmagent/ProvisionStrategy.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMCloudBuilder.java
    M 
src/main/java/com/microsoft/azure/vmagent/builders/AzureVMTemplateBuilder.java
    M src/main/java/com/microsoft/azure/vmagent/util/TemplateUtil.java
    M 
src/main/resources/com/microsoft/azure/vmagent/AzureVMAgentTemplate/config.jelly
    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
    A 
src/test/java/com/microsoft/azure/vmagent/test/datamigration/AzureVMAgentTemplateReadResolveTest.java
    A 
src/test/java/com/microsoft/azure/vmagent/test/jcasc/AdvancedConfigAsCodeTest.java
    A 
src/test/java/com/microsoft/azure/vmagent/test/jcasc/BasicConfigAsCodeTest.java
    A 
src/test/resources/com/microsoft/azure/vmagent/test/datamigration/AzureVMAgentTemplateReadResolveTest/config.xml
    A src/test/resources/com/microsoft/azure/vmagent/test/jcasc/advanced.yaml
    A src/test/resources/com/microsoft/azure/vmagent/test/jcasc/basic.yaml
    A 
src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedAdvanced.yaml
    A 
src/test/resources/com/microsoft/azure/vmagent/test/jcasc/expectedBasic.yaml

  Log Message:
  -----------
  JENKINS-54159 Configuration as code support (#144)

* WIP jcasc support

* Cleanup getters

* Export works

* Fixes

* Progress

* Workaround not being able to find a descriptor

* Fix checkstyle

* Update readme

* Add export test

* Drop is prefix

* Drop imageReference prefix

* Fixing up availability set

* Add advanced test

* Restore tests

* Update config.jelly

* Small fixes on integration test

* Fix reference type

* Fixes

* Debug

* Fix typo

* Fix typo

* More test fixes

* Remove debug

* Add comment

* Fix jelly retrieval

* Fix jelly validation

* Maintain compatibility

* Add (failing) test

* Fix spotbugs

* Fix compatibility

* Fix checkstyle

* Ensure that type is set

* Add class filter debug

* Don't override parent pom version of plugins

* Rerun CI

* Set git attributes

* Remove TODO

* Restore groovy docs

* Tweak wording

* README new line

* README formatting

* Remove unneeded plugin definitions

* Fix potential NPE

* Reorder read resolve

* Rename variables

* Undo unneeded change (i think)

* Fix missed jelly update


  Commit: d83f4153627fc6f64c166217bac59e27876ee984
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/d83f4153627fc6f64c166217bac59e27876ee984
  Author: Tim Jacomb <timjacomb1+git...@gmail.com>
  Date:   2019-05-14 (Tue, 14 May 2019)

  Changed paths:
    A .mvn/extensions.xml
    A .mvn/maven.config
    M pom.xml

  Log Message:
  -----------
  Incrementalified. (#147)


  Commit: 9a06db74e518c46ed4b45967372549f58ba1d15f
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/9a06db74e518c46ed4b45967372549f58ba1d15f
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java

  Log Message:
  -----------
  Fix possible NPE (#148)


  Commit: 84cd48cf1d0042cf749bc29d2d6b77346975c55e
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/84cd48cf1d0042cf749bc29d2d6b77346975c55e
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
    M pom.xml
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgent.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentCleanUpTask.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMAgentTemplate.java
    M src/main/java/com/microsoft/azure/vmagent/AzureVMCloud.java
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMCloudVerificationTask.java
    M 
src/test/resources/com/microsoft/azure/vmagent/test/datamigration/AzureVMAgentTemplateReadResolveTest/config.xml

  Log Message:
  -----------
  Bump jenkins baseline as 2.60.3 (#150)


  Commit: bc156841ae2d38b7d2612d164b72922b0f18a9b0
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/bc156841ae2d38b7d2612d164b72922b0f18a9b0
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-17 (Fri, 17 May 2019)

  Changed paths:
    M 
src/main/java/com/microsoft/azure/vmagent/AzureVMManagementServiceDelegate.java
    M src/main/java/com/microsoft/azure/vmagent/util/Constants.java

  Log Message:
  -----------
  Add tag for resoureces created by this plugin (#151)

* Add tag for resoureces created by this plugin

* Add more tags to resources


  Commit: 49bb336f60b011603e5f72383d786569365a1c16
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/49bb336f60b011603e5f72383d786569365a1c16
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-21 (Tue, 21 May 2019)

  Changed paths:
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java

  Log Message:
  -----------
  Fix broken IT (#152)


  Commit: ff15b76f0773076d00665b4e59a08b3bddd7d2bb
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/ff15b76f0773076d00665b4e59a08b3bddd7d2bb
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    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/util/Constants.java
    M 
src/test/java/com/microsoft/azure/vmagent/test/ITAzureVMManagementServiceDelegate.java
    M src/test/java/com/microsoft/azure/vmagent/test/IntegrationTest.java

  Log Message:
  -----------
  Prevent creating again for existing resource group (#149)

* Prevent creating again for existing resource group

* Fix it


  Commit: f4f047142246af1c32d377cbab86767b10e700bc
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/f4f047142246af1c32d377cbab86767b10e700bc
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Update pom dependecy versions


  Commit: 6f444f8d50a7dd90d2b12aea3462ce28674c7301
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/6f444f8d50a7dd90d2b12aea3462ce28674c7301
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Add change log for version 1.0.0


  Commit: 25abe34ca90722da7a3557ec178307c35f488cbe
      
https://github.com/jenkinsci/azure-vm-agents-plugin/commit/25abe34ca90722da7a3557ec178307c35f488cbe
  Author: Jie Shen <drfish...@gmail.com>
  Date:   2019-05-22 (Wed, 22 May 2019)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release azure-vm-agents-1.0.0


Compare: 
https://github.com/jenkinsci/azure-vm-agents-plugin/compare/df17d04b0055...25abe34ca907

-- 
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/df17d0-25abe3%40github.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to