Skip to content

Commit e767030

Browse files
authored
Upgrade logzio-trivy to v0.3.3 (#523)
- Upgrade to image `logzio/trivy-to-logzio:0.3.3`. - Upgrade python version to 3.12.5. - Re-build image to include the latest version of git(CVE-2024-32002). - Bump Trivy-Operator version to `0.24.0`.
1 parent d1c1679 commit e767030

File tree

3 files changed

+12
-5
lines changed

3 files changed

+12
-5
lines changed

charts/logzio-trivy/Chart.yaml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,16 @@ keywords:
55
- logging
66
- trivy
77
- security
8-
version: 0.3.2
9-
appVersion: 0.2.2
8+
version: 0.3.3
9+
appVersion: 0.2.3
1010
sources:
1111
- https://github.com/logzio/logzio-helm
1212
dependencies:
1313
- name: trivy-operator
14-
version: "0.15.1"
14+
version: "0.24.0"
1515
repository: "https://aquasecurity.github.io/helm-charts/"
1616
maintainers:
1717
- name: Miri Bar
18-
18+
19+
- name: Raul Gurshumov
20+

charts/logzio-trivy/README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,11 @@ In these cases we can use the following `--set` command to use an alternative im
7575

7676

7777
## Changelog
78+
- **0.3.3**:
79+
- Upgrade to image `logzio/trivy-to-logzio:0.3.3`.
80+
- Upgrade python version to 3.12.5.
81+
- Re-build image to include the latest version of git(CVE-2024-32002).
82+
- Bump Trivy-Operator version to `0.24.0`.
7883
- **0.3.2**:
7984
- Added 'user-agent' header for telemetry data.
8085
- **0.3.0**:

charts/logzio-trivy/values.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ schedule: "07:00"
2424
# Container image
2525
image: logzio/trivy-to-logzio
2626
# Container image tag
27-
imageTag: 0.2.2
27+
imageTag: 0.2.3
2828
# The name for your environment's identifier (cluster name), to easily identify the telemetry data for each environment
2929
env_id: ""
3030
# Termination period (in seconds) to wait before killing Fluentd pod process on pod shutdown

0 commit comments

Comments
 (0)