Skip to content

Latest commit

 

History

History
69 lines (48 loc) · 1.77 KB

File metadata and controls

69 lines (48 loc) · 1.77 KB

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.69.3.1] - 2026-03-11

Changed

  • Updated Trivy binary from v0.69.2 to v0.69.3
  • Updated all platform binary checksums

[0.69.2.1] - 2026-03-02

Changed

  • Updated Trivy binary from v0.69.1 to v0.69.2
  • Updated all platform binary checksums

[0.69.1.1] - 2026-02-18

Changed

  • Updated Trivy binary from v0.68.2 to v0.69.1
  • Updated all platform binary checksums

[0.68.2.1] - 2026-01-19

Changed

  • Updated Trivy binary from v0.68.1 to v0.68.2
  • Updated all platform binary checksums

[0.68.1.1] - 2025-12-04

Changed

  • Updated Trivy binary from v0.67.2 to v0.68.1
  • Updated all platform binary checksums

[0.67.2.4] - 2024-11-24

Changed

  • Package name convention: trivy_py_ecctrivy-py-ecc (using hyphens per PEP 423)

[0.67.2.3] - 2024-11-24

Fixed

  • Updated README.md with correct package name and repository URLs

[0.67.2.2] - 2024-11-24

Fixed

  • Fixed PyPI upload by converting Linux wheel tags to manylinux2014 tags

[0.67.2.1] - 2024-11-24

Added

  • Initial release of trivy_py_ecc (rebranded from trivy-py)
  • GitHub Actions workflow for automated PyPI publishing
  • Python wrapper for Trivy v0.67.2 binary
  • Support for multiple platforms:
    • Linux: x86_64, ARM64, ARM
    • macOS: ARM64 (Apple Silicon), x86_64 (Intel)
    • Windows: x64
  • Pre-commit hooks: trivy-fs and trivy-config
  • Automatic binary download and installation

Changed