Releases: meltwater/drone-convert-pathschanged
Releases · meltwater/drone-convert-pathschanged
1.0.0
0.6.0
0.5.0
Breaking changes
- #47 build images from 'scratch'
0.4.0
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.
- Until this fix,
0.3.1
Adding linux-arm64 build
0.3.0
0.2.0
0.1.0
Adding prometheus metrics
0.0.1 alpha 3
adding /healthz endpoint (#12) based on https://github.com/drone/boilr-convert/commit/085abc403b6a5bd3289bc79b4ab2009a1ef1e3be
v0.0.1 alpha 2
Contains #3