All notable changes to this project will be documented in this file.
The format is partially based on Keep a Changelog, and this project adheres to Semantic Versioning. The entries in this changelog are primarily automatically generated through the use of conventional commits and the Python Semantic Release tool. However, some entries may be manually edited, where it helps for clarity and understanding.
v0.52.0 (2024-11-07)
- Add organization support (#499) (
1ad0ea7
)- Phylum CLI installs before v7.1.4-rc1 are no longer supported. That release is the first one providing support for analysis with organizations via extensions.
v0.51.0 (2024-10-09)
v0.50.0 (2024-10-02)
- Add windows support with standalone binary (#474) (
24a20c9
)- Phylum CLI installs before v7.1.0-rc1 are no longer supported. That release is the first one providing full Windows support.
v0.49.0 (2024-08-21)
v0.48.0 (2024-07-26)
v0.47.0 (2024-06-28)
v0.46.0 (2024-06-21)
v0.45.0 (2024-06-12)
v0.44.1 (2024-06-04)
v0.44.0 (2024-04-04)
v0.43.0 (2024-03-08)
v0.42.4 (2024-03-05)
v0.42.3 (2024-02-22)
- Phylum CLI installs before v6.0.0-rc3 are no longer supported. That release introduced a number of breaking changes which are only functional with this release of the
phylum
package. (35adcaf
) - The
--lockfile
/-l
argument to to thephylum-ci
script has changed to--depfile
/-d
. (35adcaf
)
- Phylum CLI installs before v5.9.0-rc2 are no longer supported. A version with support for disabling lockfile generation and skipping sandbox usage is required. (
6ed6c14
) - The
phylum-ci
return code for a policy violation that results from a Phylum analysis has been changed from 1 to 2 in order to make it distinct from the default failure code that is generated for all raisedSystemExit
exceptions with a message instead of a code. (6ed6c14
)
- Set repository URL for CI environments (#355) (
28cf1a9
) - Ensure remote
HEAD
set forCINone
implementation (#351) (e303919
)
- Support workspace projects for all lockfile types (#344) (
2bf66c7
) - Cache parsing results of current dependency files (#342) (
1ceff86
)
- CLI installs prior to v5.8.0 are no longer supported. A Phylum CLI version with the
find-lockable-files
command is needed. (2bf66c7
)
- Add Python 3.12 support and drop Python 3.8 support (#335) (
feb3502
) - Enforce strict engine control for
npm
(#336) (4e69e3e
)
- Support for Python 3.8 was removed due to the change in CONTRIBUTING policy to support only the current/latest release plus the previous three minor versions of Python. (
feb3502
)
- Account for dependency file types (#324) (
918902d
) - Replace lockfile detection with
phylum status
(#322) (224e3a6
) - Add lockfile generation support (#318) (
f96ff48
)
- The
phylum-ci
docker image created from the defaultDockerfile
is much larger, containing all the required tools for lockfile generation across all supported ecosystems. To retain the previous functionality, a newslim
tag is offered for those instances where no manifest files are present and/or only lockfiles are used. (f96ff48
)
- CLI installs prior to v5.7.0 are no longer supported. A Phylum CLI version with ability to parse CycloneDX lockfiles is needed. (
3897879
)
- Add
lockfile
toPackageDescriptor
(#282)
- CLI installs prior to v5.5.0 are no longer supported. A Phylum CLI version with ability to parse
pnpm-lock.yaml
andpackages.lock.json
lockfiles is needed. (a24b2c2
)
- Account for new report format (#259)
- The risk domain threshold options have been removed. (
ed3532e
) - CLI installs prior to v5.0.0 are no longer supported. A Phylum CLI version with ability to return policy results and specify the
--base
option in theanalyze
command is required. (ed3532e
)
- The short option
-u
for--vul-threshold
was removed. (80a54db
)
- Support for Python 3.7 was removed due to its imminent end of life (
1b65787
)
- CLI installs prior to v4.5.0 are no longer supported. A Phylum CLI version with ability to specify multiple lockfiles is required. (
7092c93
)
- The
--phylum-release
option (-r
) default is no longerlatest
. Default behavior now is to use the installed version and fall back tolatest
when no Phylum CLI is already installed. (df5f1e2
)
- 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
)
- CLI installs prior to v3.12.0 are no longer supported.
- CLI installs and upgrades can no longer be confirmed with
.minisig
minisign signatures and must instead use.signature
RSA SHA256 based signatures. (4fad7dd
)
- Allow docker image use for non-root users (
3e87aa9
) - Don't require serial processing of pre-commit hook (#115) (
b0fb110
)
- CLI installs prior to v2.2.0 are no longer supported. (
e5c0fca
)
- Revert bad script options SVG files (
907e8f2
)
- Revert bad script options SVG files (
0c9dfc2
)
- Revert bad script options SVG files (
9d7d6fc
)
- Versions of the CLI older than v3.8.0-rc2 are no longer possible to install on Linux systems with the
phylum-init
script. (c5fadb4
)
- Update CONTRIBUTING.md to show how to add dependencies without constraints (
d25dd1f
) - Create exclusive directory for Integrations docs to sync properly (#80) (
d8b608b
)
- Add integration documentation to Phylum docs page (
5b988b9
)
- Detect lockfile changes in GitHub PRs (#73) (
c119a4a
) - Apply total threshold to all risk domains (#71) (
0b19167
)
- Coordinate phylum-ci Docker image releases with new CLI releases (#63) (
82b57e2
) - Expose version arguments with a short form
-V
(92e9149
)
- Using gh cli requires specifying a token (#65) (
1e070fd
) - Logical prefixed
not
fails GitHub workflow syntax (#64) (00a5cb1
) - Re-enable building docker images with pre-built distributions (
c5d7aa0
)
- Add a Code of Conduct (#60) (
c953f68
) - Add a security policy (
21fce1b
) - Reformat code examples to add whitespace lines (
a31fdce
)
- Optimize Docker image (
0e28066
)
- Use a single character for "single dash" options (
6a4b032
)
- The short options for the following arguments changed (
6a4b032
):--force-analysis
was changed from-fa
to-f
--force-install
was changed from-fi
to-i
--vul-threshold
was changed from-vt
to-u
--mal-threshold
was changed from-mt
to-m
--eng-threshold
was changed from-et
to-e
--lic-threshold
was changed from-lt
to-c
--aut-threshold
was changed from-at
to-o
- Provide an option to force analysis (#55) (
4d6fc3b
) - Default to project settings for risk domain thresholds (#52) (
9f10442
) - Default to analyzing new dependencies only (#53) (
e0894fc
)
- Ensure the "CI Platform Name" portion of a label is correct (#55) (
1867fb6
) - Enable Phylum UI links for groups (#54) (
8775a63
)
- Individual risk domain threshold values can be set with command line options, which now accept values between 0 and 100, inclusive
- Previously, the accepted values were between 0 and 99, inclusive
- The option to analyze
--new-deps-only
was removed and replaced with one that has the opposite meaning:--all-deps
- The short option to
--force-install
was changed from-f
to-fi
- Modern release workflow
phylum-init
script entry point and initial functionality- Test workflows for local and CI based testing
- Preview and Release workflows for Staging and Production environments
- Phylum analyze workflow for PRs
- Basic Python project structure
- Make use of
poetry
for environment, dependency, and package build/publish workflows - Not enough to provide any real functionality
- Just enough to have a first release on TestPyPI and PyPI to claim the package name
- Make use of
- Basic test structure, making use of
pytest
- This
CHANGELOG.md
file to adhere to a standard for documenting changes - A
README.md
file to explain how to do local development with this structure