Skip to content
This repository has been archived by the owner on Feb 27, 2024. It is now read-only.

Releases: phylum-dev/homebrew-cli

phylum-5.7.0

28 Aug 23:46
ed0cf6f
Compare
Choose a tag to compare

What's Changed

Full Changelog: phylum-5.6.0...phylum-5.7.0

phylum-5.6.0

08 Aug 22:19
78f99c9
Compare
Choose a tag to compare
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

20 Jul 15:30
f535e7d
Compare
Choose a tag to compare
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

20 Jun 17:36
4bb9c65
Compare
Choose a tag to compare

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

11 May 18:41
03bb23b
Compare
Choose a tag to compare
phylum 5.1.0 (#44)

phylum-5.1.0

05 May 01:22
49f3aaa
Compare
Choose a tag to compare
phylum 5.0.1 (#43)

phylum-5.0.1

20 Apr 22:38
bf5842f
Compare
Choose a tag to compare
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

13 Apr 23:44
bf5842f
Compare
Choose a tag to compare
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

04 Apr 21:25
0c35fc1
Compare
Choose a tag to compare
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

10 Mar 20:12
bd922f0
Compare
Choose a tag to compare
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.