Skip to content

Commit

Permalink
feat(azure-apps): Update azureKvCsiProvider from 1.3.* to 1.4.1 (#1104)…
Browse files Browse the repository at this point in the history
… (#1127)

Signed-off-by: Iago Santos Pardo <[email protected]>
  • Loading branch information
isantospardo authored Oct 9, 2023
1 parent 419239f commit 46004c6
Show file tree
Hide file tree
Showing 3 changed files with 25 additions and 29 deletions.
48 changes: 22 additions & 26 deletions charts/azure-apps/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: azure-apps
description: Argo CD app-of-apps config for Azure applications
type: application
version: 0.11.0
version: 0.12.0
home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps
sources:
- https://github.com/adfinis/helm-charts
Expand All @@ -17,29 +17,25 @@ dependencies:
annotations:
artifacthub.io/changes: |
- kind: changed
description: "promitor: scraper v2.11.0 (chart version v2.12.0)"
description: "azureKvCsiProvider: bump azureKvCsiProvider from v1.3 to v1.4.1"
links:
- name: Improve AzureMonitorScraper Error Handling for Time Series Missing Requested Dimension Value
url: https://github.com/tomkerkhove/promitor/pull/2345
- name: Marine distroless support
url: https://github.com/tomkerkhove/promitor/pull/2329
- name: Provide capability to use multiple metric dimensions
url: https://github.com/tomkerkhove/promitor/pull/2351
- name: Provide all metric labels in OpenTelemetry & StatsD
url: https://github.com/tomkerkhove/promitor/pull/2183
- name: PowerBi Dedicated Scraping
url: https://github.com/tomkerkhove/promitor/pull/2368
- name: Patch for CVE-2023-29331
url: https://github.com/advisories/GHSA-w4m3-43gp-x8hx
- name: Patch for CVE-2023-28260 (High | Base image)
url: https://github.com/advisories/GHSA-555c-2p6r-68mm
- name: Patch for CVE-2023-33170 (High - CVE Report)
url: https://github.com/advisories/GHSA-25c8-p796-jg6r
- name: Patch for CVE-2023-36799 (Medium - CVE Report)
url: https://github.com/advisories/GHSA-h3hv-63q5-jgpr
- name: Patch for CVE-2023-36054 (Medium - CVE Report)
url: https://github.com/advisories/GHSA-39q6-4vrm-fv3g
- name: Patch for CVE-2023-3817 (Medium - CVE Report)
url: https://github.com/advisories/GHSA-c945-cqj5-wfv6
- name: Patch for CVE-2023-2650 (Medium - CVE Report)
url: https://github.com/advisories/GHSA-gqxg-9vfr-p9cg
- name: Fixes CVE-2022-41717
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/1039
- name: Fixes CVE-2022-32149
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/999
- name: Fixes CVE-2022-27664
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/976
- name: Fixes CVE-2022-1996
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/957
- name: fix/updates template condition for Arc
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/973
- name: fix/increase fluentd resource limits for arc
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/946
- name: fix/bug 948 arc missing system identity
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/949
- name: fix/runs msi-adapter as privileged on openshift
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/pull/920
- name: Update to v1.4.0
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.0
- name: Update to v1.4.1
url: https://github.com/Azure/secrets-store-csi-driver-provider-azure/releases/tag/v1.4.1
4 changes: 2 additions & 2 deletions charts/azure-apps/README.md

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion charts/azure-apps/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ azureKvCsiProvider:
# -- Chart
chart: "csi-secrets-store-provider-azure"
# -- [csi-secrets-store-provider-azure Helm chart](https://github.com/Azure/secrets-store-csi-driver-provider-azure/tree/master/charts/csi-secrets-store-provider-azure) version
targetRevision: "1.3.*"
targetRevision: "1.4.1"
# -- Helm values
# @default -- [upstream values](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/charts/csi-secrets-store-provider-azure/values.yaml)
values: {}
Expand Down

0 comments on commit 46004c6

Please sign in to comment.