Skip to content

Releases: tinglesoftware/dependabot-azure-devops

0.4.1

12 May 05:49
f5f7180
Compare
Choose a tag to compare

New:

  • Support for OnPrem (#115 , thanks to @vmcbaptista )
  • Replaced DEPENDABOT_DOCKER_IMAGE_TAG env variable with dockerImageTag input (#111)

0.4.0

04 May 18:04
Compare
Choose a tag to compare

New:

Fixes:

  • squash merge and deleting source branch not working #105
  • method and variable name conflict #103 , #109

0.3.1

21 Apr 05:18
1a66989
Compare
Choose a tag to compare

Nothing new only bug fixes:

  • AZURE_SET_AUTO_COMPLETE must explicitly set to "true" for auto-complete to be set. Consequently, setting setAutoComplete input to false will not result in auto-completing pull requests #93 and #92
  • Failure to create a PR (response code is not 201) now raises/throws an error (#81 , #94). If you wish to continue, set the DEPENDABOT_FAIL_ON_EXCEPTION variable to "true" or the failOnException input to true.
  • Fixed error that was thrown when setting auto-complete for new PRs because the pull_request variable was nil. (#94 )

0.3.0

20 Apr 13:29
Compare
Choose a tag to compare

New:

  • Resolving merge conflicts (Dependabot::PullRequestUpdater)
  • Work Item Linking, #87
  • Autocomplete pull requests, #89
  • Override repository name , #82 thanks to @acgritt
  • Support for excluding certain requirements to update, #90
  • Support continuing if exceptions occur via the DEPENDABOT_FAIL_ON_EXCEPTION variable or failOnException input. #86

Fixes:

  • versions can be null for DEPENDABOT_IGNORE, #91

Dependencies:

  • Bump dependabot-omnibus from 0.140.2 to 0.142.1
  • Bump dependabot-core from 0.140.2 to 0.142.1

Support for dependabot.yml

18 Feb 06:45
Compare
Choose a tag to compare

New:

  • Support for .azuredevops/dependabot.yml file

Dependencies:

  • Bump dependabot-omnibus from 0.129.5 to 0.133.2
  • Bump dependabot-core from 0.129.5 to 0.133.2

0.2.0

07 Jan 07:26
Compare
Choose a tag to compare

New:

  • Support multiple extra credentials
  • Support for versioning-strategy. See docs for more information on options.
  • Support alternate values for package_ecosystem/package_manager. Specifyingmix, gitsubmodule, or gomod will now work.
  • Support for allow and ignore options
  • Environment variables are now scoped (prefix by DEPENDABOT_ or AZURE_ respectively)

Removed:

  • Private feed name (feedName or PRIVATE_FEED_NAME) and packaging hostname (azurePackagingHostname or AZURE_PACKAGING_HOSTNAME) options are no longer supported (use extra credentials instead).
  • Packaging permission for Azure DevOps PAT is no longer required. It is still required for extra credentials that may be using Azure Artifacts.

Dependencies:

  • Bump dependabot-omnibus from 0.129.1 to 0.129.3 for script and docker base image.

0.1.4

21 Dec 01:52
Compare
Choose a tag to compare

In this release there is now is support for limiting the number of open pull requests (#19 ), via OPEN_PULL_REQUESTS_LIMIT environment variable and/or openPullRequestsLimit input of the Azure DevOps extension task. When not provided, the default is 5.

Others:

  • To ease the debugging process, logs were added for the target branch, directory, and when a GitHub Access Token is provided. [Enhancement]
  • Fixed issue where projects with spaces are not would fail (#18 )