Skip to content

Releases: meltwater/drone-convert-pathschanged

1.0.0

15 Mar 18:53
77a9eeb
Compare
Choose a tag to compare

First Stable Release!

Breaking changes

  • #79 shift to drone/go-scm library support

Added

  • #83 add missing environnment variable to stash (bitbucket-server) example
  • #77 add bitbucket cloud support
  • #76 golang module updates
  • #74 update drone/go and drone/go-scm modules
  • #73 golang tidy

0.6.0

12 Nov 13:36
635ad5a
Compare
Choose a tag to compare

Added

  • #72 add GitHub Server support

0.5.0

12 Feb 18:12
f44e000
Compare
Choose a tag to compare

0.4.0

09 Feb 19:43
f4b3840
Compare
Choose a tag to compare

Breaking changes

  • #46 handle --allow-empty commits with excludes
    • Until this fix, --allow-empty commits with pipeline or path exclusion rules would have caused the pipeline or path to be excluded. With this fix, exclusions are handled properly, so empty commits will trigger pipelines and pipeline steps with path exclusion rules (since no files were changed, pipelines and steps should not be excluded). This could be potentially unexpected behavior if you had been relying on the exclusion of pipelines or steps when making empty commits.

0.3.1

04 Jan 18:10
cd995e3
Compare
Choose a tag to compare

Adding linux-arm64 build

0.3.0

30 Nov 16:45
aeef7dc
Compare
Choose a tag to compare
  • #38 Make include implicit and is optional
  • #40 adding implicit parsePipelines tests

0.2.0

10 Oct 18:45
ebb7fcf
Compare
Choose a tag to compare
  • #29 Initial experimental Bitbucket Server support
  • Added unit tests

0.1.0

04 Feb 21:45
ec9808e
Compare
Choose a tag to compare

Adding prometheus metrics

0.0.1 alpha 3

03 Jan 17:40
7162167
Compare
Choose a tag to compare
0.0.1 alpha 3 Pre-release
Pre-release
adding /healthz endpoint (#12)

based on https://github.com/drone/boilr-convert/commit/085abc403b6a5bd3289bc79b4ab2009a1ef1e3be

v0.0.1 alpha 2

05 Nov 18:34
593ac31
Compare
Choose a tag to compare
v0.0.1 alpha 2 Pre-release
Pre-release

Contains #3