Skip to content
This repository has been archived by the owner on Oct 11, 2023. It is now read-only.

Releases: Azure/azure-devops-utils

Azure DevOps Utils v0.11.0

01 May 17:17
Compare
Choose a tag to compare
  • Jenkins
    • Removed install-plugins.sh
    • Added run-cli-command.sh

Azure DevOps Utils v0.10.0

14 Apr 17:36
Compare
Choose a tag to compare
  • Quickstart Templates

    • Removed 101-jenkins.sh
  • Jenkins

    • install_jenkins.sh
      • Added private IP argument that will be set as the Jenkins URL so the JNLP portocol can work.
      • Disable the 'It appears that your reverse proxy set up is broken' warning.

Azure DevOps Utils v0.9.1

13 Apr 20:15
Compare
Choose a tag to compare
  • Quickstart Templates
    • 301-jenkins-acr-spinnaker-k8s.sh
      • Fixed a typo that broke the script.

Azure DevOps Utils v0.9.0

13 Apr 16:59
Compare
Choose a tag to compare
  • Quickstart Templates

    • 101-jenkins.sh
  • Jenkins

    • install_jenkins.sh
      • The script now also installs a reverse proxy that exposes the Jenkins instance through port 80 (login and cli are disabled)
      • Add 'Jenkins On Azure' landing page for publicly inaccessible pages

Azure DevOps Utils v0.8.0

03 Apr 23:06
Compare
Choose a tag to compare

Rename quickstart template scripts

  • quickstart_template
    • 201-spinnaker-acr-k8s.sh
    • 201-jenkins-acr.sh

Azure DevOps Utils v0.7.0

30 Mar 22:09
Compare
Choose a tag to compare

Rename service principal 'client' to 'app' for the following:

  • quickstart_template
    • spinnaker_vm_to_kubernetes.sh
    • 301-jenkins-acr-spinnaker-k8s.sh
  • spinnaker
    • configure_k8s.sh

Azure DevOps Utils v0.6.0

29 Mar 18:09
Compare
Choose a tag to compare
  • Jenkins
    • install_jenkins.sh
      • Initial Release

Azure DevOps Utils v0.5.0

17 Mar 22:37
Compare
Choose a tag to compare
  • Quickstart Templates
    • 201-jenkins-to-azure-container-registry
      • Always include docker pipeline

Azure DevOps Utils v0.4.0

16 Mar 17:01
Compare
Choose a tag to compare
  • Quickstart Templates
    • 201-jenkins-to-azure-container-registry
      • Add git polling by default (every minute)
  • Jenkins
    • add-docker-build-job
      • Make sure the job will work without needing to manual install any plugins

Azure DevOps Utils v0.3.0

14 Mar 16:57
Compare
Choose a tag to compare
  • Quickstart Templates
    • 301-jenkins-acr-spinnaker-k8s
      • Initial Release