This repository has been archived by the owner on Mar 26, 2024. It is now read-only.
Releases: zumba/drill-sergeant
Releases · zumba/drill-sergeant
CVE Update for Lodash
This fixes a CVE reported in Lodash: lodash/lodash#4336
v3.1.0: Add support for exluding draft PRs
v3.0.0: Slack support and security updates
Added Slack support via a new notifier.
To utilize:
drillsergeant -r user/repo --slack-webhook https://hooks.slack.com/services/<your_tokens>
There was some security vulnerability patched surrounding nodemailer
. Some BC-incompatible changes were made to the email
notifier due to this change.
v2.1.1 - Minor security release
Updated dependency for CVE-2018-3728.
v2.1.0
v2.0.0
Two new features added:
- Github review filtering. You can now filter PRs that have been reviewed (or haven't been reviewed). This includes being able to set the number of approved reviews required.
- Hipchat notifier. You can now send stale PRs to a hipchat room.
Housekeeping:
- Dropped support for NodeJS < 6 LTS.
- Upgraded github connectivity to use the new V4 api (graphql)
- Switched to eslint.
1.0.0
This release adds the following features:
- Labels for each PR are now displayed in the email notification.
- Ability to include/exclude PRs based on labels.
- Added console notifier in order to get a preview of the output prior to sending the email/github labels.
v0.3.0
Minor change to expose PR updated time.
v0.2.1 Bumping version to v0.2.1.