Skip to content

Commit 60e7da9

Browse files
committed
update version number to 0.69.2.1 and add changelog entry
1 parent 9427208 commit 60e7da9

3 files changed

Lines changed: 21 additions & 14 deletions

File tree

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,4 +4,5 @@
44
/build
55
/dist
66
.idea
7-
/tmp
7+
/tmp
8+
.venv

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
66
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).
77

8+
## [0.69.2.1] - 2026-03-02
9+
10+
### Changed
11+
- Updated Trivy binary from v0.69.1 to v0.69.2
12+
- Updated all platform binary checksums
13+
814
## [0.69.1.1] - 2026-02-18
915

1016
### Changed

setup.cfg

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[metadata]
22
name = trivy-py-ecc
3-
version = 0.69.1.1
3+
version = 0.69.2.1
44
description = Python wrapper around invoking trivy (https://trivy.dev/)
55
long_description = file: README.md
66
long_description_content_type = text/markdown
@@ -25,48 +25,48 @@ download_scripts =
2525
[trivy]
2626
group = trivy-binary
2727
marker = sys_platform == "linux" and platform_machine == "x86_64"
28-
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_Linux-64bit.tar.gz
29-
sha256 = dd93975bc1e58053810a9bafea89923e5df42ddd3f99905fdf840fd797145157
28+
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_Linux-64bit.tar.gz
29+
sha256 = affa59a1e37d86e4b8ab2cd02f0ab2e63d22f1bf9cf6a7aa326c884e25e26ce3
3030
extract = tar
3131
extract_path = trivy
3232

3333
[trivy]
3434
group = trivy-binary
3535
marker = sys_platform == "linux" and platform_machine == "aarch64"
36-
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_Linux-ARM64.tar.gz
37-
sha256 = 7a98c13e6c5799fc46219c94fa500b807532b4555501cce85fa4eead9f755516
36+
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_Linux-ARM64.tar.gz
37+
sha256 = c73b97699c317b0d25532b3f188564b4e29d13d5472ce6f8eb078082546a6481
3838
extract = tar
3939
extract_path = trivy
4040

4141
[trivy]
4242
group = trivy-binary
4343
marker = sys_platform == "linux" and platform_machine == "armv7l"
44-
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_Linux-ARM.tar.gz
45-
sha256 = 078e2cd11c2e14fd9a5c410ce0f19709722f290b5c4f7b2380030aac4475730c
44+
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_Linux-ARM.tar.gz
45+
sha256 = 4f36230491a5724dd13b9e5891728f384e508c34df53c4514acf1877b7bcd281
4646
extract = tar
4747
extract_path = trivy
4848

4949
[trivy]
5050
group = trivy-binary
5151
marker = sys_platform == "darwin" and platform_machine == "arm64"
52-
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_macOS-ARM64.tar.gz
53-
sha256 = ae5ce4a7b9bf2bd3794ccb3c257993526fa47470b3814d729a73788d36aff3d0
52+
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_macOS-ARM64.tar.gz
53+
sha256 = 320c0e6af90b5733b9326da0834240e944c6f44091e50019abdf584237ff4d0c
5454
extract = tar
5555
extract_path = trivy
5656

5757
[trivy]
5858
group = trivy-binary
5959
marker = sys_platform == "darwin" and platform_machine == "x86_64"
60-
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_macOS-64bit.tar.gz
61-
sha256 = 1054f37ba02173a7e1a05e2bcc1179d7573124cea1502a37cc59de89582de307
60+
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_macOS-64bit.tar.gz
61+
sha256 = 41f6eac3ebe3a00448a16f08038b55ce769fe2d5128cb0d64bdf282cdad4831a
6262
extract = tar
6363
extract_path = trivy
6464

6565
[trivy.exe]
6666
group = trivy-binary
6767
marker = sys_platform == "win32" and platform_machine == "AMD64"
6868
marker = sys_platform == "cygwin" and platform_machine == "x86_64"
69-
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.1/trivy_0.69.1_windows-64bit.zip
70-
sha256 = 7a37fafd7a62fef07d4ebe9c5a90bb079e929eac78d691863b013eec14d57eac
69+
url = https://github.com/aquasecurity/trivy/releases/download/v0.69.2/trivy_0.69.2_windows-64bit.zip
70+
sha256 = d772fa7c3c1bc52d2914ff78107596fbd20010b5f18bec6f39d63ee3bb31ad45
7171
extract = zip
7272
extract_path = trivy.exe

0 commit comments

Comments
 (0)