- #79 shift to drone/go-scm library support
- #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
- #72 add GitHub Server support
- #47 build images from 'scratch'
- #46 handle
--allow-emptycommits with excludes- Until this fix,
--allow-emptycommits 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,
- linux-arm64 build
- #38 Make include implicit and is optional
- This addresses #33 to make this plugin compatble with
drone jsonnet
- This addresses #33 to make this plugin compatble with
- #40 Additional tests
- #29 Initial experimental Bitbucket Server support.
- This includes breaking changes, environment variable
GITHUB_TOKENhas been replaced withTOKEN, andPROVIDERis a new required environment variable which must be eithergithuborbitbucket-server.
- This includes breaking changes, environment variable
- Initial prometheus support