Skip to content

Releases: bitsbeats/drone-tree-config

v0.4.7

03 Nov 10:57
Compare
Choose a tag to compare

Fixes

  • Finalize option must be optional

v0.4.6

31 Oct 16:04
Compare
Choose a tag to compare

Improvements

  • Add PLUGIN_FINALIZE option

v0.4.5

06 Oct 08:19
Compare
Choose a tag to compare

Improvements

  • Add PLUGIN_ALWAYS_RUN_ALL option to rebuild always the full repo, thanks @Ben10k

v0.4.3

27 Oct 15:35
Compare
Choose a tag to compare

Improvements

  • validate github response is non-nil, thanks @mach6
  • to not touch non-yaml configuration, thanks @nefischer for pointing out and providing the test

v0.4.2: Merge pull request #36 from mach6/mach6_caching

19 May 13:04
4805f78
Compare
Choose a tag to compare

Improvements

  • In-memory cache for Github API, thans @mach6

v0.4.1

19 Jan 16:18
Compare
Choose a tag to compare

Improvements

  • Fix main-Branch -> production branch pull request merges
  • Added debug logging

v0.4.0

05 Jan 08:05
c879a87
Compare
Choose a tag to compare

Breaking

  • removed depricatedPLUGIN_WHITELIST_FILE, please use PLUGIN_ALLOW_LIST_FILE, thanks @mach6
  • fixed typo, thanks @mach6

v0.3.11

12 Oct 11:59
fbd5cd3
Compare
Choose a tag to compare

Improvements

  • reuse existing Github-Client, thanks @mach6
  • add CONSIDER_FILE support to workaround to much api requests against github, thanks @mach6

v0.3.10

04 Sep 13:41
Compare
Choose a tag to compare

Changelog

Fixes

  • remove bias from plugin config and implementation, thanks @mach6

Please note:
While it's still possible to use the old option it will become deprecated and removed. Please change your configurations.

v0.3.9: Do not ignore paginated reponse from github PR Listfiles API

04 Sep 13:36
Compare
Choose a tag to compare

Changes

Fixes

  • Support Github API pagination, thanks @mach6