Releases: phylum-dev/phylum-ci
Releases · phylum-dev/phylum-ci
v0.23.1
Fix
- Link to Phylum UI project clipped in logs (#186) (
95d6838
)
v0.23.0
Feature
- Improve experience around GitHub rate limiting API requests (#179) (
df5f1e2
)
Breaking
- The
--phylum-release
option (-r
) default is no longer latest
. Default behavior now is to use the installed version and fall back to latest
when no Phylum CLI is already installed. (df5f1e2
)
v0.22.1
Fix
- Issue summary entries repeated in output (#175) (
30d9e42
)
v0.22.0
Feature
Breaking
- For GitLab branch pipelines, the analyzed dependencies are now determined by comparing the lockfile in the branch to the default branch instead of the previous commit that ran in that branch pipeline. All dependencies will be analyzed when the branch pipeline is run on the default branch. (
7d6d859
)
v0.21.0
Feature
- Add
go.sum
and Cargo.lock
as supported lockfiles (#169) (187a863
)
v0.20.0
Feature
- Support RSA SHA256 signature verification in
phylum-init
(#165) (4fad7dd
)
Breaking
- CLI installs prior to v3.12.0 are no longer supported (
4fad7dd
)
- CLI installs and upgrades can no longer be confirmed with
.minisig
minisign signatures and must instead use .signature
RSA SHA256 based signatures (4fad7dd
)
v0.19.0
Feature
- Extend Azure Pipelines integration to support GitHub repos (#160) (
39e80ac
)
v0.17.1
Fix
- Sanitize user input to guard against possible cmd injection (#144) (
4d72ece
)
Documentation
- Provide more hints about using the SVG files (#146) (
747e230
)