This repository has been archived by the owner on Feb 4, 2020. It is now read-only.
Releases: zendeskarchive/triggear
Releases · zendeskarchive/triggear
Release triggered statuses should be created on tags, not branch
Branch restrictions for `labeled` event triggers
Pipelines can now register to labeled
event only on specific branch - enabling triggers to fire off only on specific PRs based on labels.
Bug and security fixes
- Fix issue where
504
from Jenkins causes error status on PRs (happens mostly during scheduling on Jenkins under high load) - Fix issue where
triggear
tries to send status description longer than 140 characters, which is GitHub's limit causing422
response - Fix security issue with
pyyaml
dependency
Use MONGO_URL env var to connect to mongo DB
2.1.9 Always rely on MONGO_URL when connecting to mongodb