Branch: refs/heads/master
  Home:   https://github.com/jenkinsci/azure-acs-plugin
  Commit: bd1f9267bf13c730b28fec2720f283d811ab71f2
      
https://github.com/jenkinsci/azure-acs-plugin/commit/bd1f9267bf13c730b28fec2720f283d811ab71f2
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M src/main/java/com/microsoft/jenkins/acs/ACSDeploymentContext.java
    M src/main/java/com/microsoft/jenkins/acs/AzureACSPlugin.java
    A src/main/java/com/microsoft/jenkins/acs/commands/AKSDeploymentCommand.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/DeploymentChoiceCommand.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/GetContainerServiceInfoCommand.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommand.java
    A 
src/main/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommandBase.java
    M 
src/main/java/com/microsoft/jenkins/acs/orchestrators/DeploymentConfig.java
    M src/main/java/com/microsoft/jenkins/acs/util/Constants.java
    M src/main/java/com/microsoft/jenkins/acs/util/DeployHelper.java
    M src/main/resources/com/microsoft/jenkins/acs/Messages.properties
    M src/test/java/com/microsoft/jenkins/acs/ACSDeploymentContextTest.java
    M 
src/test/java/com/microsoft/jenkins/acs/commands/DeploymentChoiceCommandTest.java
    M 
src/test/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommandTest.java

  Log Message:
  -----------
  Support for Azure Kubernetes Service akka AKS


  Commit: 85f92673cb17e33410c3f2802f1f1d9a1f48b0b0
      
https://github.com/jenkinsci/azure-acs-plugin/commit/85f92673cb17e33410c3f2802f1f1d9a1f48b0b0
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-10-25 (Wed, 25 Oct 2017)

  Changed paths:
    M README.md
    M src/main/java/com/microsoft/jenkins/acs/ACSDeploymentContext.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommandBase.java
    M src/main/webapp/scripts/deployment-context.js

  Log Message:
  -----------
  Fix UI and SSH credentials, update README


  Commit: 2fb7e2e41dbf1a38488b995b37e2cb43fbae9d53
      
https://github.com/jenkinsci/azure-acs-plugin/commit/2fb7e2e41dbf1a38488b995b37e2cb43fbae9d53
  Author: Menghua Xiao <ariesh...@gmail.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    M README.md
    M src/main/java/com/microsoft/jenkins/acs/ACSDeploymentContext.java
    M src/main/java/com/microsoft/jenkins/acs/AzureACSPlugin.java
    A src/main/java/com/microsoft/jenkins/acs/commands/AKSDeploymentCommand.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/DeploymentChoiceCommand.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/GetContainerServiceInfoCommand.java
    M 
src/main/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommand.java
    A 
src/main/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommandBase.java
    M 
src/main/java/com/microsoft/jenkins/acs/orchestrators/DeploymentConfig.java
    M src/main/java/com/microsoft/jenkins/acs/util/Constants.java
    M src/main/java/com/microsoft/jenkins/acs/util/DeployHelper.java
    M src/main/resources/com/microsoft/jenkins/acs/Messages.properties
    M src/main/webapp/scripts/deployment-context.js
    M src/test/java/com/microsoft/jenkins/acs/ACSDeploymentContextTest.java
    M 
src/test/java/com/microsoft/jenkins/acs/commands/DeploymentChoiceCommandTest.java
    M 
src/test/java/com/microsoft/jenkins/acs/commands/KubernetesDeploymentCommandTest.java

  Log Message:
  -----------
  Merge pull request #3 from ArieShout/aks

Support for Azure Kubernetes Service


  Commit: b2971e301b926e8591081374711328ad41c72cde
      
https://github.com/jenkinsci/azure-acs-plugin/commit/b2971e301b926e8591081374711328ad41c72cde
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-10-30 (Mon, 30 Oct 2017)

  Changed paths:
    A ThirdPartyNotices.txt
    M pom.xml

  Log Message:
  -----------
  Add TPN back


  Commit: 3544f7ff2e7ccdbdd240ec2846478cfdab47aa92
      
https://github.com/jenkinsci/azure-acs-plugin/commit/3544f7ff2e7ccdbdd240ec2846478cfdab47aa92
  Author: Menghua Xiao <ariesh...@gmail.com>
  Date:   2017-11-02 (Thu, 02 Nov 2017)

  Changed paths:
    A ThirdPartyNotices.txt
    M pom.xml

  Log Message:
  -----------
  Merge pull request #5 from ArieShout/tpn

Add TPN back


  Commit: 8dd4a50702154c2ef1e7f0eb229475c3adef2c73
      
https://github.com/jenkinsci/azure-acs-plugin/commit/8dd4a50702154c2ef1e7f0eb229475c3adef2c73
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Fix surefire test failure on Windows by upgrading to 2.20.1


  Commit: 7d6f66d5c30747cf6a638e43c3e0edde0447e38a
      
https://github.com/jenkinsci/azure-acs-plugin/commit/7d6f66d5c30747cf6a638e43c3e0edde0447e38a
  Author: Menghua Xiao <ariesh...@gmail.com>
  Date:   2017-11-03 (Fri, 03 Nov 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Merge pull request #6 from ArieShout/surefire

Fix surefire test failure on Windows by upgrading to 2.20.1


  Commit: 5b26c8086ec3e33ba7775fddd17c5f4d4608c7ca
      
https://github.com/jenkinsci/azure-acs-plugin/commit/5b26c8086ec3e33ba7775fddd17c5f4d4608c7ca
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  Upgrade plugin dependencies

* azure-commons 0.1.5
* azure-credentials 1.3
* kubernetes-cd 0.1.4


  Commit: 9ef19555ca9ebb8e5886210ff65fb8cdea0c9445
      
https://github.com/jenkinsci/azure-acs-plugin/commit/9ef19555ca9ebb8e5886210ff65fb8cdea0c9445
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M CHANGELOG.md

  Log Message:
  -----------
  Update CHANGELOG for release 0.1.4


  Commit: 1d8306bd530d43690785cc46db2c904081f537c3
      
https://github.com/jenkinsci/azure-acs-plugin/commit/1d8306bd530d43690785cc46db2c904081f537c3
  Author: Menghua Xiao <menx...@microsoft.com>
  Date:   2017-11-07 (Tue, 07 Nov 2017)

  Changed paths:
    M pom.xml

  Log Message:
  -----------
  [maven-release-plugin] prepare release azure-acs-0.1.4


Compare: 
https://github.com/jenkinsci/azure-acs-plugin/compare/8b560d979cba...1d8306bd530d

-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to