Releases: windsource/picus
Releases · windsource/picus
v0.8.0
What's Changed
This version of Picus contains changes which are required for using Woodpecker 3.5.0.
- Ignore woodpecker internal labels when determining agent support by @gueldenstone in #31
- Update picus version to 0.8.0 by @windsource in #32
Full Changelog: v0.7.2...v0.8.0
v0.7.2
What's Changed
- Updates README to be compatible with woodpecker v3 by @gueldenstone in #26
- Update dependencies to fix security vulnerabilities
New Contributors
- @gueldenstone made their first contribution in #26
Full Changelog: v0.7.1...v0.7.2
v0.7.1
v0.7.0
What's Changed
- Use static linking by @windsource in #13
- Use Makefile and publish artifacts by @windsource in #15
Full Changelog: v0.6.4...v0.7.0
v0.6.4
What's Changed
- Better log message when Woodpecker token is wrong by @jeromerobert in #12
New Contributors
- @jeromerobert made their first contribution in #12
Full Changelog: v0.6.3...v0.6.4
v0.6.3
Updated dependencies to fix vulnerabilities.
v0.6.2
What's Changed
- Remove
completed_countfrom WpQueueInfo by @Nothing4You in #11
New Contributors
- @Nothing4You made their first contribution in #11
Full Changelog: v0.6.1...v0.6.2
v0.6.1
What's Changed
- Fix running count by @stefanwimmer128 in #10
New Contributors
- @stefanwimmer128 made their first contribution in #10
Full Changelog: v0.6.0...v0.6.1
v0.6.0
BREAKING CHANGE
The feature to filter by workflow labels #5 requires two new environment variables for Picus:
PICUS_AGENT_WOODPECKER_FILTER_LABELSPICUS_WOODPECKER_AGENT_ID
See README.md for details.
What's Changed
- Selective scope by @windsource in #8
Full Changelog: v0.5.2...v0.6.0
v0.5.2
- Update dependencies to fix vulnerabilities
- Update Rust and Debian base image