This repository has been archived by the owner on Feb 27, 2024. It is now read-only.
Releases: phylum-dev/homebrew-cli
Releases · phylum-dev/homebrew-cli
phylum-5.7.0
What's Changed
- Don't use default xtask features by @kylewillmon in #51
Full Changelog: phylum-5.6.0...phylum-5.7.0
phylum-5.6.0
phylum 5.5.0 (#49) Updates the workflow to avoid `brew test-bot` and add MacOS Ventura Co-authored-by: Kyle Willmon <[email protected]>
phylum-5.5.0
Run xtask with cargo run (#48) This patch allows the build to work even if the `cargo xtask` alias is removed.
phylum-5.3.0
Link to official extensions after install (#46)
Update the phylum
formula to include a caveat about official
extensions.
With this patch, the brew install
output looks like this:
==> Pouring phylum-5.2.0.arm64_monterey.bottle.tar.gz
==> Caveats
No official extensions have been installed. For a list of official extensions
with installation instructions, see:
https://github.com/phylum-dev/cli/tree/main/extensions
zsh completions have been installed to:
/opt/homebrew/share/zsh/site-functions
==> Summary
🍺 /opt/homebrew/Cellar/phylum/5.2.0: 11 files, 89.4MB
Note: Because this patch only updates the formula and does not bump the
version (or revision), it will not prompt an upgrade for users that
already have the latest version of the Phylum CLI
phylum-5.2.0
phylum 5.1.0 (#44)
phylum-5.1.0
phylum 5.0.1 (#43)
phylum-5.0.1
phylum 5.0.0 (#42) Reminder: It is better to wait for the first 3 jobs (2 for `build-bottles` and 1 for `brew-bottle`) to complete before approving this PR because the PR will be updated by that 3rd job with a new commit that updates the formula to include the new bottle `root_url` and `sha256` values. Additionally, this PR should not be merged to `main` until _after_ the bottles have been successfully published. --------- Co-authored-by: Kyle Willmon <[email protected]> Co-authored-by: Kyle Willmon <[email protected]> Co-authored-by: Charles Coggins <[email protected]> Co-authored-by: Kyle Willmon <[email protected]>
phylum-5.0.0
phylum 5.0.0 (#42) Reminder: It is better to wait for the first 3 jobs (2 for `build-bottles` and 1 for `brew-bottle`) to complete before approving this PR because the PR will be updated by that 3rd job with a new commit that updates the formula to include the new bottle `root_url` and `sha256` values. Additionally, this PR should not be merged to `main` until _after_ the bottles have been successfully published. --------- Co-authored-by: Kyle Willmon <[email protected]> Co-authored-by: Kyle Willmon <[email protected]> Co-authored-by: Charles Coggins <[email protected]> Co-authored-by: Kyle Willmon <[email protected]>
phylum-4.8.0
phylum 4.7.0 (#37) Reminder: It is better to wait for the first 4 jobs (3 for `build-bottles` and 1 for `brew-bottle`) to complete before approving this PR because the PR will be updated by that 4th job with a new commit that updates the formula to include the new bottle `root_url` and `sha256` values. Additionally, this PR should not be merged to `main` until _after_ the bottles have been successfully published. --------- Co-authored-by: Charles Coggins <[email protected]> Co-authored-by: Charles Coggins <[email protected]>
phylum-4.7.0
fix: Intel 64-bit Linux bottle fails to publish (#40) Repeated attempts to diagnose why the `x86_64_linux` bottle fails to publish were made. Specifically, it fails on the `brew test-bot --only-formulae` step with an error about `No available formula with the name "rust"`. Instead of putting more resources into fixing this issue, it was decided that the user base for this bottle is so small that removing it would not affect usage. Besides, the recommended way of installing the Phylum CLI on linux systems is not with homebrew but with the `curl https://sh.phylum.io sh` command. BREAKING CHANGE: The Intel 64-bit Linux bottle has been removed.