Releases: bitsbeats/drone-tree-config
Releases · bitsbeats/drone-tree-config
v0.4.7
Fixes
- Finalize option must be optional
v0.4.6
Improvements
- Add PLUGIN_FINALIZE option
v0.4.5
Improvements
- Add PLUGIN_ALWAYS_RUN_ALL option to rebuild always the full repo, thanks @Ben10k
v0.4.3
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
Improvements
- In-memory cache for Github API, thans @mach6
v0.4.1
Improvements
- Fix
main
-Branch -> production
branch pull request merges
- Added debug logging
v0.4.0
Breaking
- removed depricated
PLUGIN_WHITELIST_FILE
, please use PLUGIN_ALLOW_LIST_FILE
, thanks @mach6
- fixed typo, thanks @mach6
v0.3.11
Improvements
- reuse existing Github-Client, thanks @mach6
- add
CONSIDER_FILE
support to workaround to much api requests against github, thanks @mach6
v0.3.10
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
Changes
Fixes
- Support Github API pagination, thanks @mach6