Skip to content

Commit c88988c

Browse files
authored
chore(security-apps): Bumping stackrox to 4.9.2 (#1593)
1 parent 8728210 commit c88988c

File tree

3 files changed

+15
-14
lines changed

3 files changed

+15
-14
lines changed

charts/security-apps/Chart.yaml

Lines changed: 10 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ apiVersion: v2
22
name: security-apps
33
description: Argo CD app-of-apps config for security applications
44
type: application
5-
version: 0.105.2
5+
version: 0.106.0
66
home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps
77
sources:
88
- https://github.com/adfinis/helm-charts
@@ -19,13 +19,14 @@ annotations:
1919
artifacthub.io/changes: |
2020
- kind: changed
2121
description: |
22-
chore: update oauth2Proxy to 9.0.0
23-
- updates dependencies
24-
- separate image.repository into (image.registry / image.repository) and support .global.imageRegistry
25-
- add gateway api support
26-
- Add support imagePullSecrets to service account
27-
- adding HPA capabilities check
22+
chore: update stackrox to 4.9.2
23+
- Runtime vulnerability management support added for virtual machines on Red Hat OpenShift Virtualization
24+
- SBOM generation is now generally available with delegated scanning support.
25+
- Process execution policies now support automatic locking of baselines to reduce manual effort
26+
- Added support for machine-to-machine token exchange using external JSON Web Token issuers.
2827
2928
links:
30-
- name: oauth2-proxy-9.0.0
31-
url: https://github.com/oauth2-proxy/manifests/releases/tag/oauth2-proxy-9.0.0
29+
- name: stackrox 4.8 Release notes
30+
url: https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.8/html/release_notes/index
31+
- name: stackrox 4.9 Release notes
32+
url: https://docs.redhat.com/en/documentation/red_hat_advanced_cluster_security_for_kubernetes/4.9/html/release_notes/index

charts/security-apps/README.md

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

charts/security-apps/values.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -241,7 +241,7 @@ stackroxCentralServices:
241241
# -- Chart
242242
chart: stackrox-central-services
243243
# -- [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version
244-
targetRevision: 400.8.0
244+
targetRevision: 400.9.2
245245
# -- Helm values
246246
# @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml)
247247
values: {}
@@ -261,7 +261,7 @@ stackroxSecuredClusterServices:
261261
# -- Chart
262262
chart: stackrox-secured-cluster-services
263263
# -- [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version
264-
targetRevision: 400.8.0
264+
targetRevision: 400.9.2
265265
# -- Helm values
266266
# @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl)
267267
values: {}

0 commit comments

Comments
 (0)