From 365525cba53ca92b79c21f9499d75bc05864a49b Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Thu, 5 Oct 2023 09:43:10 +0200 Subject: [PATCH 01/10] chore(promitorResourceDiscovery): update from 0.9.0 to 0.11.0 (#1129) * chore(promitorResourceDiscovery): update from 0.9.0 to 0.11.0 Signed-off-by: Toni Tauro * fix(Chart.yaml): add changes Signed-off-by: Toni Tauro --------- Signed-off-by: Toni Tauro --- charts/azure-apps/Chart.yaml | 24 ++++++++++++++++++++---- charts/azure-apps/README.md | 4 ++-- charts/azure-apps/values.yaml | 2 +- 3 files changed, 23 insertions(+), 7 deletions(-) diff --git a/charts/azure-apps/Chart.yaml b/charts/azure-apps/Chart.yaml index 269821c6d..ebd807234 100644 --- a/charts/azure-apps/Chart.yaml +++ b/charts/azure-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: azure-apps description: Argo CD app-of-apps config for Azure applications type: application -version: 0.9.0 +version: 0.10.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,23 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "promitor: scraper v2.10 & resource discovery v0.9.0" + description: "promitor: resource discovery v0.11.0" links: - - name: GitHub PR - url: https://github.com/promitor/charts/pull/144 + - name: Marinre distroless support + url: https://github.com/tomkerkhove/promitor/pull/2329 + - 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 diff --git a/charts/azure-apps/README.md b/charts/azure-apps/README.md index bb97734ea..986df46d0 100644 --- a/charts/azure-apps/README.md +++ b/charts/azure-apps/README.md @@ -1,6 +1,6 @@ # azure-apps -![Version: 0.9.0](https://img.shields.io/badge/Version-0.9.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for Azure applications @@ -35,7 +35,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | promitorResourceDiscovery.destination.namespace | string | `"infra-promitor"` | Namespace | | promitorResourceDiscovery.enabled | bool | `false` | Enable promitor resource discovery | | promitorResourceDiscovery.repoURL | string | [repo](https://charts.promitor.io) | Repo URL | -| promitorResourceDiscovery.targetRevision | string | `"0.9.0"` | [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version | +| promitorResourceDiscovery.targetRevision | string | `"0.11.0"` | [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version | | promitorResourceDiscovery.values | object | [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml) | Helm values | | promitorScraper | object | - | [promitor](https://promitor.io/) scraper ([example](./examples/promitor.yaml)) | | promitorScraper.chart | string | `"promitor-agent-scraper"` | Chart | diff --git a/charts/azure-apps/values.yaml b/charts/azure-apps/values.yaml index d5e42c22e..b98e79b1f 100644 --- a/charts/azure-apps/values.yaml +++ b/charts/azure-apps/values.yaml @@ -53,7 +53,7 @@ promitorResourceDiscovery: # -- Chart chart: "promitor-agent-resource-discovery" # -- [promitor-agent-resource-discovery Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-resource-discovery) version - targetRevision: "0.9.0" + targetRevision: "0.11.0" # -- Helm values # @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-resource-discovery/values.yaml) values: {} From 3cddb33e5d6f45c066aea0d8c191aa5ff5ffa192 Mon Sep 17 00:00:00 2001 From: Toni Tauro Date: Thu, 5 Oct 2023 15:06:17 +0200 Subject: [PATCH 02/10] chore(promitorScraper): update to version 2.12.0 (#1130) * chore(promitorScraper): update to version 2.12.0 Signed-off-by: Toni Tauro * fix(Chart.yaml): trailing whitespaces Signed-off-by: Toni Tauro --------- Signed-off-by: Toni Tauro --- charts/azure-apps/Chart.yaml | 12 +++++++++--- charts/azure-apps/README.md | 4 ++-- charts/azure-apps/values.yaml | 2 +- 3 files changed, 12 insertions(+), 6 deletions(-) diff --git a/charts/azure-apps/Chart.yaml b/charts/azure-apps/Chart.yaml index ebd807234..4e72dad57 100644 --- a/charts/azure-apps/Chart.yaml +++ b/charts/azure-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: azure-apps description: Argo CD app-of-apps config for Azure applications type: application -version: 0.10.0 +version: 0.11.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/azure-apps sources: - https://github.com/adfinis/helm-charts @@ -17,10 +17,16 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "promitor: resource discovery v0.11.0" + description: "promitor: scraper v2.11.0 (chart version v2.12.0)" links: - - name: Marinre distroless support + - 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 diff --git a/charts/azure-apps/README.md b/charts/azure-apps/README.md index 986df46d0..67765c7db 100644 --- a/charts/azure-apps/README.md +++ b/charts/azure-apps/README.md @@ -1,6 +1,6 @@ # azure-apps -![Version: 0.10.0](https://img.shields.io/badge/Version-0.10.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for Azure applications @@ -42,7 +42,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | promitorScraper.destination.namespace | string | `"infra-promitor"` | Namespace | | promitorScraper.enabled | bool | `false` | Enable promitor scraper | | promitorScraper.repoURL | string | [repo](https://charts.promitor.io) | Repo URL | -| promitorScraper.targetRevision | string | `"2.10.0"` | [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version | +| promitorScraper.targetRevision | string | `"2.12.0"` | [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version | | promitorScraper.values | object | [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml) | Helm values | ## About this chart diff --git a/charts/azure-apps/values.yaml b/charts/azure-apps/values.yaml index b98e79b1f..1e62ecdd2 100644 --- a/charts/azure-apps/values.yaml +++ b/charts/azure-apps/values.yaml @@ -33,7 +33,7 @@ promitorScraper: # -- Chart chart: "promitor-agent-scraper" # -- [promitor-agent-scraper Helm chart](https://github.com/promitor/charts/tree/main/promitor-agent-scraper) version - targetRevision: "2.10.0" + targetRevision: "2.12.0" # -- Helm values # @default -- [upstream values](https://github.com/promitor/charts/blob/main/promitor-agent-scraper/values.yaml) values: {} From 419239fb0c17c623508dba7297a0b1018a81111b Mon Sep 17 00:00:00 2001 From: Iago Santos Date: Mon, 9 Oct 2023 09:52:19 +0200 Subject: [PATCH 03/10] =?UTF-8?q?feat(infra-apps):=20Update=20kubePromethe?= =?UTF-8?q?usStack=20from=2049.2.0=20to=2051.2.0=20(#=E2=80=A6=20(#1124)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0 (#1109) Signed-off-by: Iago Santos Pardo --- charts/infra-apps/Chart.yaml | 14 ++++---------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 7 insertions(+), 13 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index b58f188bc..ec7c2495f 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.180.0 +version: 0.181.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -17,13 +17,7 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "fix(argo-cd): Update chart from 5.46.3 to 5.46.7" + description: "feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0" links: - - name: "fix: Align redis-ha's affinity type to upstream due to warnings" - url: https://github.com/argoproj/argo-helm/pull/2270 - - name: "fix: make ServiceMonitor annotations in ArgoCD server conditional" - url: https://github.com/argoproj/argo-helm/pull/2273 - - name: "fix: Add checksum for CMP ConfigMap in repo-server Pod annotations" - url: https://github.com/argoproj/argo-helm/pull/2275 - - name: "fix: Update Redis to 7.0.13 to fix CVE-2022-48174" - url: https://github.com/argoproj/argo-helm/pull/2279 + - name: Upgrades Prometheus-Operator to v0.68.0, Prometheus to 2.47.0 and Thanos to v0.32.2 + url: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#from-50x-to-51x diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index d62023895..f3f384c0e 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.180.0](https://img.shields.io/badge/Version-0.180.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.181.0](https://img.shields.io/badge/Version-0.181.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -80,7 +80,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kubePrometheusStack.repoURL | string | [repo](https://prometheus-community.github.io/helm-charts) | Repo URL | | kubePrometheusStack.syncPolicy | object | `{"syncOptions":["ServerSideApply=true"]}` | Argo CD sync policy for the app | | kubePrometheusStack.syncPolicy.syncOptions[0] | string | `"ServerSideApply=true"` | enable server-side-apply for KPS since it get's rid of having to manually sync/replace resources | -| kubePrometheusStack.targetRevision | string | `"49.2.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | +| kubePrometheusStack.targetRevision | string | `"51.2.0"` | [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version | | kubePrometheusStack.values | object | [upstream values](https://github.com/prometheus-community/helm-charts/blob/main/charts/kube-prometheus-stack/values.yaml) | Helm values | | kured | object | [example](./examples/kured.yaml) | [kured](https://github.com/kubereboot/kured) | | kured.annotations | object | `{}` | Annotations for Kured app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index f4643c5db..7ee4e9cdb 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -133,7 +133,7 @@ kubePrometheusStack: # -- Chart chart: kube-prometheus-stack # -- [kube-prometheus-stack Helm chart](https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack) version - targetRevision: 49.2.0 + targetRevision: 51.2.0 # -- Argo CD sync policy for the app syncPolicy: syncOptions: From 46004c68909470466b677e748b5ee6d626a30c71 Mon Sep 17 00:00:00 2001 From: Iago Santos Date: Mon, 9 Oct 2023 14:09:37 +0200 Subject: [PATCH 04/10] feat(azure-apps): Update azureKvCsiProvider from 1.3.* to 1.4.1 (#1104) (#1127) Signed-off-by: Iago Santos Pardo --- charts/azure-apps/Chart.yaml | 48 ++++++++++++++++------------------- charts/azure-apps/README.md | 4 +-- charts/azure-apps/values.yaml | 2 +- 3 files changed, 25 insertions(+), 29 deletions(-) diff --git a/charts/azure-apps/Chart.yaml b/charts/azure-apps/Chart.yaml index 4e72dad57..14127665f 100644 --- a/charts/azure-apps/Chart.yaml +++ b/charts/azure-apps/Chart.yaml @@ -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 @@ -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 diff --git a/charts/azure-apps/README.md b/charts/azure-apps/README.md index 67765c7db..823f32cc1 100644 --- a/charts/azure-apps/README.md +++ b/charts/azure-apps/README.md @@ -1,6 +1,6 @@ # azure-apps -![Version: 0.11.0](https://img.shields.io/badge/Version-0.11.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.12.0](https://img.shields.io/badge/Version-0.12.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for Azure applications @@ -28,7 +28,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | azureKvCsiProvider.destination.namespace | string | `"kube-system"` | Namespace | | azureKvCsiProvider.enabled | bool | `false` | Enable secrets-store-csi-driver-provider-azure | | azureKvCsiProvider.repoURL | string | [repo](https://azure.github.io/secrets-store-csi-driver-provider-azure/charts) | Repo URL | -| azureKvCsiProvider.targetRevision | string | `"1.3.*"` | [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 | +| azureKvCsiProvider.targetRevision | string | `"1.4.1"` | [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 | | azureKvCsiProvider.values | object | [upstream values](https://github.com/Azure/secrets-store-csi-driver-provider-azure/blob/master/charts/csi-secrets-store-provider-azure/values.yaml) | Helm values | | promitorResourceDiscovery | object | - | [promitor](https://promitor.io/) resource discovery ([example](./examples/promitor.yaml)) | | promitorResourceDiscovery.chart | string | `"promitor-agent-resource-discovery"` | Chart | diff --git a/charts/azure-apps/values.yaml b/charts/azure-apps/values.yaml index 1e62ecdd2..04e1cf020 100644 --- a/charts/azure-apps/values.yaml +++ b/charts/azure-apps/values.yaml @@ -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: {} From 94e34b06604ff0d0299fe7b47a35727e525032f8 Mon Sep 17 00:00:00 2001 From: Marlon <49958228+maxthier@users.noreply.github.com> Date: Tue, 10 Oct 2023 09:41:43 +0200 Subject: [PATCH 05/10] feat(misc-apps): update KEDA chart from 2.10.1 to 2.12.0 (#1132) * feat(misc-apps): update KEDA chart from 2.10.1 to 2.12.0 * feat(misc-apps): update KEDA chart from 2.10.1 to 2.12.0 * feat(misc-apps): update KEDA chart from 2.10.1 to 2.12.0 --------- Co-authored-by: Marlon Moser --- charts/misc-apps/Chart.yaml | 86 +++++++++++++++++++++++++++++++++--- charts/misc-apps/README.md | 4 +- charts/misc-apps/values.yaml | 2 +- 3 files changed, 83 insertions(+), 9 deletions(-) diff --git a/charts/misc-apps/Chart.yaml b/charts/misc-apps/Chart.yaml index f88f1d926..70322078f 100644 --- a/charts/misc-apps/Chart.yaml +++ b/charts/misc-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: misc-apps description: Argo CD app-of-apps config for miscellaneous small tools type: application -version: 0.39.0 +version: 0.40.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps sources: - https://github.com/adfinis/helm-charts @@ -17,9 +17,83 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "chore(misc-apps): Update downscaler from 0.7.1 to 0.7.3" + description: "feat(misc-apps): Update keda from 2.10.1 to 2.12.0" links: - - url: https://github.com/deliveryhero/helm-charts/pull/484 - name: Add inactive_in option and update default appVersion - - url: https://github.com/deliveryhero/helm-charts/pull/523 - name: Cronjob apiVersion compliant post k8s v1.25 + - url: https://github.com/kedacore/keda/issue/4396 + name: "Admission Webhooks: Allow to remove the finalizer even if the ScaledObject isn't valid" + - url: https://github.com/kedacore/keda/issues/3303 + name: "General: Introduce annotation autoscaling.keda.sh/paused: true for ScaledJobs to pause autoscaling" + - url: https://github.com/kedacore/keda/issues/4234 + name: "General: Introduce new Solr Scaler" + - url: https://github.com/kedacore/keda/issues/4457 + name: "General: Support ScaledObject taking over existing HPAs with the same name while they are not managed by other ScaledObject" + - url: https://github.com/kedacore/keda/issues/4269 + name: "CPU/Memory scaler: Add support for scale to zero if there are multiple triggers" + - url: https://github.com/kedacore/keda/issues/3930 + name: "General: Metrics Adapter: remove deprecated Prometheus Metrics and non-gRPC code" + - url: https://github.com/kedacore/keda/issues/4702 + name: "General: Add a Prometheus metric for measuring the processing loop lag" + - url: https://github.com/kedacore/keda/issues/4647 + name: "General: Add a Prometheus metric with KEDA build info" + - url: https://github.com/kedacore/charts/issues/468 + name: "General: Allow to change the port of the Admission Webhook" + - url: https://github.com/kedacore/keda/issues/3930 + name: "General: Metrics Adapter: remove deprecated Prometheus Metrics and non-gRPC code" + - url: https://github.com/kedacore/keda/issues/4680 + name: "AWS DynamoDB: Add support for indexName" + - url: https://github.com/kedacore/keda/issues/4489 + name: "Azure Data Explorer Scaler: Use azidentity SDK" + - url: https://github.com/kedacore/keda/issues/3565 + name: "External Scaler: Add tls options in TriggerAuth metadata" + - url: https://github.com/kedacore/keda/issues/4243 + name: "GCP PubSub Scaler: Make it more flexible for metrics" + - url: https://github.com/kedacore/keda/issues/4651 + name: "GitHub Runner Scaler: Added support for GitHub App authentication" + - url: https://github.com/kedacore/keda/issues/4704 + name: "PostgreSQL Scaler: Replace lib/pq with pgx" + - url: https://github.com/kedacore/keda/issues/4448 + name: "RabbitMQ Scaler: Add support for unsafeSsl in trigger metadata" + - url: https://github.com/kedacore/keda/issues/4716 + name: "RabbitMQ Scaler: Add support for workloadIdentityResource and utilize AzureAD Workload Identity for HTTP authorization" + - url: https://github.com/kedacore/keda/issues/4665 + name: "Solace Scaler: Add new messageReceiveRateTarget metric to Solace Scaler" + - url: https://github.com/kedacore/keda/pull/4513 + name: "General: Grafana Dashboard: Fix HPA metrics panel to use range instead of instant" + - url: https://github.com/kedacore/keda/pull/4539 + name: "General: Grafana Dashboard: Fix HPA metrics panel by replacing $namepsace to $exported_namespace due to label conflict" + - url: https://github.com/kedacore/keda/issues/4514 + name: "Azure Data Explorer: Deprecate metadata.clientSecret" + - url: https://github.com/kedacore/keda/issues/4681 + name: "Pulsar Scaler: Fix msgBacklogThreshold field being named wrongly as msgBacklog" + - url: https://github.com/kedacore/keda/issues/3613 + name: "General: Introduce new Google Cloud Tasks scaler" + - url: https://github.com/kedacore/keda/issues/4377 + name: "AWS SQS Scaler: Support for scaling to include delayed messages" + - url: https://github.com/kedacore/governance/issues/63 + name: "Governance: KEDA transitioned to CNCF Graduated project" + - url: https://github.com/kedacore/keda/issues/4460 + name: "General: Introduce Prometheus metrics of API server to KEDA Metric Server" + - url: https://github.com/kedacore/keda/issues/2726 + name: "General: Introduce standalone CRD generation to release workflow" + - url: https://github.com/kedacore/keda/issues/4861 + name: "General: Configurable Kubernetes cluster domain for Cert Manager" + - url: https://github.com/kedacore/keda/issues/3764 + name: "General: Provide new Kubernetes events about internal state and scaling" + - url: https://github.com/kedacore/keda/issues/3304 + name: "General: Introduce annotation autoscaling.keda.sh/paused: true for ScaledObject to pause autoscaling" + - url: https://github.com/kedacore/keda/issues/4905 + name: "General: Updated AWS SDK and updated all the AWS scalers" + - url: https://github.com/kedacore/keda/issues/4528 + name: "Azure Pod Identity: Introduce validation to prevent usage of empty identity ID for Azure identity providers" + - url: https://github.com/kedacore/keda/issues/4977 + name: "Kafka Scaler: Add unsafeSsl flag for kafka scaler" + - url: https://github.com/kedacore/keda/issues/4960 + name: "Prometheus Scaler: Remove trailing whitespaces in customAuthHeader and customAuthValue" + - url: https://github.com/kedacore/keda/issues/4700 + name: "Pulsar Scaler: Support for OAuth extensions" + - url: https://github.com/kedacore/keda/issues/4917 + name: "Redis Scalers: Support for TLS authentication for Redis & Redis stream scalers" + - url: https://github.com/kedacore/keda/issues/2634 + name: "RabbitMQ Scaler: Allow subpaths along with vhost in connection string" + - url: https://github.com/kedacore/keda/issues/4899 + name: "General: Remove deprecated metricName from trigger metadata section" diff --git a/charts/misc-apps/README.md b/charts/misc-apps/README.md index b35c9dd03..0cc8bff9c 100644 --- a/charts/misc-apps/README.md +++ b/charts/misc-apps/README.md @@ -1,6 +1,6 @@ # misc-apps -![Version: 0.39.0](https://img.shields.io/badge/Version-0.39.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.40.0](https://img.shields.io/badge/Version-0.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for miscellaneous small tools @@ -59,7 +59,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | keda.destination.namespace | string | `"infra-keda"` | Namespace | | keda.enabled | bool | `false` | Enable KEDA | | keda.repoURL | string | [repo](https://kedacore.github.io/charts) | Repo URL | -| keda.targetRevision | string | `"2.10.1"` | [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version | +| keda.targetRevision | string | `"2.12.0"` | [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version | | keda.values | object | [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml) | Helm values | | metallb | object | - | [metallb](https://github.com/metallb/metallb) ([example](./examples/metallb.yaml)) | | metallb.chart | string | `"metallb"` | Chart | diff --git a/charts/misc-apps/values.yaml b/charts/misc-apps/values.yaml index b61d230f4..b61ce5491 100644 --- a/charts/misc-apps/values.yaml +++ b/charts/misc-apps/values.yaml @@ -157,7 +157,7 @@ keda: # -- Chart chart: keda # -- [keda Helm chart](https://github.com/kedacore/charts/tree/main/keda/) version - targetRevision: 2.10.1 + targetRevision: 2.12.0 # -- Helm values # @default -- [upstream values](https://github.com/kedacore/charts/blob/main/keda/values.yaml) values: {} From f1fbc37458f017e3f06cc258f3cca701f6d71c3c Mon Sep 17 00:00:00 2001 From: Marlon <49958228+maxthier@users.noreply.github.com> Date: Tue, 10 Oct 2023 10:33:20 +0200 Subject: [PATCH 06/10] feat(infra-apps): Update kured from 4.2.0 to 5.2.0 (#1133) * feat(infra-apps): Update kured from 4.2.0 to 5.2.0 * fix(infra-apps): added missing "" in Chart.yaml --------- Co-authored-by: Marlon Moser --- charts/infra-apps/Chart.yaml | 26 ++++++++++++++++++++++---- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 25 insertions(+), 7 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index ec7c2495f..11beb38d5 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.181.0 +version: 0.182.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -17,7 +17,25 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(infra-apps): Update kubePrometheusStack from 49.2.0 to 51.2.0" + description: "feat(infra-apps): Update kured from 4.2.0 to 5.2.0" links: - - name: Upgrades Prometheus-Operator to v0.68.0, Prometheus to 2.47.0 and Thanos to v0.32.2 - url: https://github.com/prometheus-community/helm-charts/tree/main/charts/kube-prometheus-stack#from-50x-to-51x + - name: "fix: annotate nodes for reboot before aborting due to blocked" + url: https://github.com/kubereboot/kured/pull/749 + - name: "update docs location" + url: https://github.com/kubereboot/kured/pull/758 + - name: "feat: metrics port command" + url: https://github.com/kubereboot/kured/pull/780 + - name: "Support pod-selector for drain command" + url: https://github.com/kubereboot/kured/pull/788 + - name: "Use readOnlyRootFilesystem" + url: https://github.com/kubereboot/kured/pull/805 + - name: "Log on unusual sentinel-command exit code" + url: https://github.com/kubereboot/kured/pull/806 + - name: "Don’t hold node lock if reboot is blocked" + url: https://github.com/kubereboot/kured/pull/819 + - name: "Add argument to invert the behavior of alert-filter-regexp" + url: https://github.com/kubereboot/kured/pull/786 + - name: "Add multiple concurrent node reboot" + url: https://github.com/kubereboot/kured/pull/660 + - name: "Adds new flag --metrics-host" + url: https://github.com/kubereboot/kured/pull/811 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index f3f384c0e..2bae15436 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.181.0](https://img.shields.io/badge/Version-0.181.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.182.0](https://img.shields.io/badge/Version-0.182.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -88,7 +88,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | kured.destination.namespace | string | `"infra-kured"` | Namespace | | kured.enabled | bool | `false` | Enable Kured | | kured.repoURL | string | [repo](https://kubereboot.github.io/charts) | Repo URL | -| kured.targetRevision | string | `"4.2.0"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.2.0"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | | kured.values | object | [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) | Helm values | | mimir | object | [example](./examples/mimir.yaml) | [mimir](https://github.com/grafana/mimir) | | mimir.annotations | object | `{}` | Annotations for mimir app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 7ee4e9cdb..3452e0fbb 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -226,7 +226,7 @@ kured: # -- Chart chart: kured # -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) - targetRevision: 4.2.0 + targetRevision: 5.2.0 # -- Helm values # @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) values: {} From d041c2ecbec8fc27a9a8fbfe8c8306f5afa193a6 Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Wed, 11 Oct 2023 12:14:43 +0200 Subject: [PATCH 07/10] chore(openshift-etcd-backup): update openshift-etcd-backup image to v1.6.16 (#1134) --- charts/openshift-etcd-backup/Chart.yaml | 8 ++++---- charts/openshift-etcd-backup/README.md | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/charts/openshift-etcd-backup/Chart.yaml b/charts/openshift-etcd-backup/Chart.yaml index 4b0cc0ac9..90559ba37 100644 --- a/charts/openshift-etcd-backup/Chart.yaml +++ b/charts/openshift-etcd-backup/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: openshift-etcd-backup description: Chart for openshift-etcd-backup solution type: application -version: 1.6.15 -appVersion: v1.6.15 +version: 1.6.16 +appVersion: v1.6.16 keywords: - openshift-etcd-backup - openshift @@ -20,7 +20,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "bump openshift-etcd-backup image to v1.6.15" + description: "bump openshift-etcd-backup image to v1.6.16" links: - name: openshift-etcd-backup release v1.6.15 - url: https://github.com/adfinis/openshift-etcd-backup/releases/tag/v1.6.15 + url: https://github.com/adfinis/openshift-etcd-backup/releases/tag/v1.6.16 diff --git a/charts/openshift-etcd-backup/README.md b/charts/openshift-etcd-backup/README.md index df5597a75..72f95e7fa 100644 --- a/charts/openshift-etcd-backup/README.md +++ b/charts/openshift-etcd-backup/README.md @@ -1,6 +1,6 @@ # openshift-etcd-backup -![Version: 1.6.15](https://img.shields.io/badge/Version-1.6.15-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.6.15](https://img.shields.io/badge/AppVersion-v1.6.15-informational?style=flat-square) +![Version: 1.6.16](https://img.shields.io/badge/Version-1.6.16-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.6.16](https://img.shields.io/badge/AppVersion-v1.6.16-informational?style=flat-square) Chart for openshift-etcd-backup solution From 7933bc76cf301d7bacb90586de99fcc0b614ed5c Mon Sep 17 00:00:00 2001 From: Marlon <49958228+maxthier@users.noreply.github.com> Date: Mon, 23 Oct 2023 13:21:25 +0200 Subject: [PATCH 08/10] feat(misc-apps): Update chartmuseum from 3.9.2 to 3.10.1 (#1135) Co-authored-by: Marlon Moser --- charts/misc-apps/Chart.yaml | 148 ++++++++++++++++------------------- charts/misc-apps/README.md | 4 +- charts/misc-apps/values.yaml | 2 +- 3 files changed, 71 insertions(+), 83 deletions(-) diff --git a/charts/misc-apps/Chart.yaml b/charts/misc-apps/Chart.yaml index 70322078f..51a717f76 100644 --- a/charts/misc-apps/Chart.yaml +++ b/charts/misc-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: misc-apps description: Argo CD app-of-apps config for miscellaneous small tools type: application -version: 0.40.0 +version: 0.41.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/misc-apps sources: - https://github.com/adfinis/helm-charts @@ -17,83 +17,71 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(misc-apps): Update keda from 2.10.1 to 2.12.0" + description: "feat(misc-apps): Update chartmuseum from 3.9.2 to 3.10.1" links: - - url: https://github.com/kedacore/keda/issue/4396 - name: "Admission Webhooks: Allow to remove the finalizer even if the ScaledObject isn't valid" - - url: https://github.com/kedacore/keda/issues/3303 - name: "General: Introduce annotation autoscaling.keda.sh/paused: true for ScaledJobs to pause autoscaling" - - url: https://github.com/kedacore/keda/issues/4234 - name: "General: Introduce new Solr Scaler" - - url: https://github.com/kedacore/keda/issues/4457 - name: "General: Support ScaledObject taking over existing HPAs with the same name while they are not managed by other ScaledObject" - - url: https://github.com/kedacore/keda/issues/4269 - name: "CPU/Memory scaler: Add support for scale to zero if there are multiple triggers" - - url: https://github.com/kedacore/keda/issues/3930 - name: "General: Metrics Adapter: remove deprecated Prometheus Metrics and non-gRPC code" - - url: https://github.com/kedacore/keda/issues/4702 - name: "General: Add a Prometheus metric for measuring the processing loop lag" - - url: https://github.com/kedacore/keda/issues/4647 - name: "General: Add a Prometheus metric with KEDA build info" - - url: https://github.com/kedacore/charts/issues/468 - name: "General: Allow to change the port of the Admission Webhook" - - url: https://github.com/kedacore/keda/issues/3930 - name: "General: Metrics Adapter: remove deprecated Prometheus Metrics and non-gRPC code" - - url: https://github.com/kedacore/keda/issues/4680 - name: "AWS DynamoDB: Add support for indexName" - - url: https://github.com/kedacore/keda/issues/4489 - name: "Azure Data Explorer Scaler: Use azidentity SDK" - - url: https://github.com/kedacore/keda/issues/3565 - name: "External Scaler: Add tls options in TriggerAuth metadata" - - url: https://github.com/kedacore/keda/issues/4243 - name: "GCP PubSub Scaler: Make it more flexible for metrics" - - url: https://github.com/kedacore/keda/issues/4651 - name: "GitHub Runner Scaler: Added support for GitHub App authentication" - - url: https://github.com/kedacore/keda/issues/4704 - name: "PostgreSQL Scaler: Replace lib/pq with pgx" - - url: https://github.com/kedacore/keda/issues/4448 - name: "RabbitMQ Scaler: Add support for unsafeSsl in trigger metadata" - - url: https://github.com/kedacore/keda/issues/4716 - name: "RabbitMQ Scaler: Add support for workloadIdentityResource and utilize AzureAD Workload Identity for HTTP authorization" - - url: https://github.com/kedacore/keda/issues/4665 - name: "Solace Scaler: Add new messageReceiveRateTarget metric to Solace Scaler" - - url: https://github.com/kedacore/keda/pull/4513 - name: "General: Grafana Dashboard: Fix HPA metrics panel to use range instead of instant" - - url: https://github.com/kedacore/keda/pull/4539 - name: "General: Grafana Dashboard: Fix HPA metrics panel by replacing $namepsace to $exported_namespace due to label conflict" - - url: https://github.com/kedacore/keda/issues/4514 - name: "Azure Data Explorer: Deprecate metadata.clientSecret" - - url: https://github.com/kedacore/keda/issues/4681 - name: "Pulsar Scaler: Fix msgBacklogThreshold field being named wrongly as msgBacklog" - - url: https://github.com/kedacore/keda/issues/3613 - name: "General: Introduce new Google Cloud Tasks scaler" - - url: https://github.com/kedacore/keda/issues/4377 - name: "AWS SQS Scaler: Support for scaling to include delayed messages" - - url: https://github.com/kedacore/governance/issues/63 - name: "Governance: KEDA transitioned to CNCF Graduated project" - - url: https://github.com/kedacore/keda/issues/4460 - name: "General: Introduce Prometheus metrics of API server to KEDA Metric Server" - - url: https://github.com/kedacore/keda/issues/2726 - name: "General: Introduce standalone CRD generation to release workflow" - - url: https://github.com/kedacore/keda/issues/4861 - name: "General: Configurable Kubernetes cluster domain for Cert Manager" - - url: https://github.com/kedacore/keda/issues/3764 - name: "General: Provide new Kubernetes events about internal state and scaling" - - url: https://github.com/kedacore/keda/issues/3304 - name: "General: Introduce annotation autoscaling.keda.sh/paused: true for ScaledObject to pause autoscaling" - - url: https://github.com/kedacore/keda/issues/4905 - name: "General: Updated AWS SDK and updated all the AWS scalers" - - url: https://github.com/kedacore/keda/issues/4528 - name: "Azure Pod Identity: Introduce validation to prevent usage of empty identity ID for Azure identity providers" - - url: https://github.com/kedacore/keda/issues/4977 - name: "Kafka Scaler: Add unsafeSsl flag for kafka scaler" - - url: https://github.com/kedacore/keda/issues/4960 - name: "Prometheus Scaler: Remove trailing whitespaces in customAuthHeader and customAuthValue" - - url: https://github.com/kedacore/keda/issues/4700 - name: "Pulsar Scaler: Support for OAuth extensions" - - url: https://github.com/kedacore/keda/issues/4917 - name: "Redis Scalers: Support for TLS authentication for Redis & Redis stream scalers" - - url: https://github.com/kedacore/keda/issues/2634 - name: "RabbitMQ Scaler: Allow subpaths along with vhost in connection string" - - url: https://github.com/kedacore/keda/issues/4899 - name: "General: Remove deprecated metricName from trigger metadata section" + - url: https://github.com/helm/chartmuseum/pull/695 + name: "build(deps): bump github.com/urfave/cli from 1.22.13 to 1.22.14" + - url: https://github.com/helm/chartmuseum/pull/693 + name: "Update various dependencies, prep for 0.16.0 release" + - url: https://github.com/helm/chartmuseum/pull/692 + name: "chore: replace github.com/ghodss/yaml with sigs.k8s.io/yaml" + - url: https://github.com/helm/chartmuseum/pull/684 + name: "build(deps): bump github.com/docker/distribution" + - url: https://github.com/helm/chartmuseum/pull/690 + name: "build(deps): bump github.com/gin-gonic/gin from 1.9.0 to 1.9.1" + - url: https://github.com/helm/chartmuseum/pull/685 + name: "replace io/ioutil package with os package" + - url: https://github.com/helm/chartmuseum/pull/681 + name: "build(deps): bump flask from 2.2.2 to 2.3.2 in /loadtesting" + - url: https://github.com/helm/chartmuseum/pull/679 + name: "build(deps): bump helm.sh/helm/v3 from 3.11.2 to 3.11.3" + - url: https://github.com/helm/chartmuseum/pull/661 + name: "build(deps): bump github.com/spf13/viper from 1.14.0 to 1.15.0" + - url: https://github.com/helm/chartmuseum/pull/662 + name: "build(deps): bump github.com/urfave/cli from 1.22.10 to 1.22.12" + - url: https://github.com/helm/chartmuseum/pull/668 + name: "build(deps): bump github.com/gin-gonic/gin from 1.8.1 to 1.9.0" + - url: https://github.com/helm/chartmuseum/pull/671 + name: "build(deps): bump helm.sh/helm/v3 from 3.10.3 to 3.11.2" + - url: https://github.com/helm/chartmuseum/pull/669 + name: "build(deps): bump golang.org/x/net" + - url: https://github.com/helm/chartmuseum/pull/667 + name: "fix: update URLs in k8s mirror script" + - url: https://github.com/helm/chartmuseum/pull/664 + name: "ci: pin buildx version" + - url: https://github.com/helm/chartmuseum/pull/656 + name: "feat: Remove NetEase object storage provider" + - url: https://github.com/helm/chartmuseum/pull/649 + name: "build(deps): bump helm.sh/helm/v3 from 3.10.2 to 3.10.3" + - url: https://github.com/helm/chartmuseum/pull/648 + name: "build(deps): bump certifi from 2021.10.8 to 2022.12.7 in /loadtesting" + - url: https://github.com/helm/chartmuseum/pull/645 + name: "build(deps): bump go.uber.org/zap from 1.23.0 to 1.24.0" + - url: https://github.com/helm/chartmuseum/pull/637 + name: "build(deps): bump github.com/gofrs/uuid" + - url: https://github.com/helm/chartmuseum/pull/641 + name: "build(deps): bump helm.sh/helm/v3 from 3.10.1 to 3.10.2" + - url: https://github.com/helm/chartmuseum/commit/4803da29ed6a254a22cae05c4d0ff9221902a54f + name: "action: fix cosign invalid key" + - url: https://github.com/helm/chartmuseum/commit/6363e95735afeadf72e1922d0260b30f9e6d664e + name: "makefile: replace go get to go install" + - url: https://github.com/helm/chartmuseum/pull/639 + name: "build(deps): bump github.com/spf13/viper from 1.13.0 to 1.14.0" + - url: https://github.com/helm/chartmuseum/pull/640 + name: "build(deps): bump github.com/prometheus/client_golang" + - url: https://github.com/helm/chartmuseum/pull/634 + name: "mod: bump go to 1.19 and bump helm dependency" + - url: https://github.com/helm/chartmuseum/pull/630 + name: "Added HEAD route for index.yaml" + - url: https://github.com/helm/chartmuseum/pull/623 + name: "Feat/add-golang-lint" + - url: https://github.com/helm/chartmuseum/pull/614 + name: "build(deps): bump github.com/urfave/cli from 1.22.9 to 1.22.10" + - url: https://github.com/helm/chartmuseum/pull/619 + name: "build(deps): bump github.com/gofrs/uuid" + - url: https://github.com/helm/chartmuseum/pull/621 + name: "build(deps): bump github.com/chartmuseum/storage from 0.12.4 to 0.12.5" + - url: https://github.com/helm/chartmuseum/pull/616 + name: "build(deps): bump github.com/spf13/viper from 1.12.0 to 1.13.0" + - url: https://github.com/helm/chartmuseum/pull/613 + name: "build(deps): bump go.uber.org/zap from 1.22.0 to 1.23.0" diff --git a/charts/misc-apps/README.md b/charts/misc-apps/README.md index 0cc8bff9c..194dde35a 100644 --- a/charts/misc-apps/README.md +++ b/charts/misc-apps/README.md @@ -1,6 +1,6 @@ # misc-apps -![Version: 0.40.0](https://img.shields.io/badge/Version-0.40.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.41.0](https://img.shields.io/badge/Version-0.41.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for miscellaneous small tools @@ -36,7 +36,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | chartmuseum.destination.namespace | string | `"infra-chartmuseum"` | Namespace | | chartmuseum.enabled | bool | `false` | Enable chartmuseum | | chartmuseum.repoURL | string | [repo](https://chartmuseum.github.io/charts) | Repo URL | -| chartmuseum.targetRevision | string | `"3.9.2"` | [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) | +| chartmuseum.targetRevision | string | `"3.10.1"` | [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) | | chartmuseum.values | object | [upstream values](https://github.com/chartmuseum/charts/blob/main/src/chartmuseum/values.yaml) | Helm values | | downscaler | object | - | [kube-downscaler](https://codeberg.org/hjacobs/kube-downscaler) ([example](./examples/kube-downscaler.yaml)) | | downscaler.chart | string | `"kube-downscaler"` | Chart | diff --git a/charts/misc-apps/values.yaml b/charts/misc-apps/values.yaml index b61ce5491..a0be732ab 100644 --- a/charts/misc-apps/values.yaml +++ b/charts/misc-apps/values.yaml @@ -93,7 +93,7 @@ chartmuseum: # -- Chart chart: chartmuseum # -- [chartmuseum Helm chart](https://github.com/chartmuseum/charts/tree/main/src/chartmuseum) - targetRevision: "3.9.2" + targetRevision: "3.10.1" # -- Helm values # @default -- [upstream values](https://github.com/chartmuseum/charts/blob/main/src/chartmuseum/values.yaml) values: {} From 6ba16c842f4dc394f9c274caf57b74173d25c29b Mon Sep 17 00:00:00 2001 From: Lukas Grossar Date: Thu, 26 Oct 2023 09:58:54 +0200 Subject: [PATCH 09/10] fix(infra-apps): upgrade ingress-nginx chart to 4.8.3 (#1137) --- charts/infra-apps/Chart.yaml | 29 ++++++----------------------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 9 insertions(+), 26 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 11beb38d5..e4fc2081e 100644 --- a/charts/infra-apps/Chart.yaml +++ b/charts/infra-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: infra-apps description: Argo CD app-of-apps config for infrastructure components type: application -version: 0.182.0 +version: 0.183.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -15,27 +15,10 @@ dependencies: version: 0.9.0 repository: https://charts.adfinis.com annotations: + artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - - kind: changed - description: "feat(infra-apps): Update kured from 4.2.0 to 5.2.0" + - kind: security + description: "feat(infra-apps): Update ingress-nginx from 4.7.1 to 4.8.3" links: - - name: "fix: annotate nodes for reboot before aborting due to blocked" - url: https://github.com/kubereboot/kured/pull/749 - - name: "update docs location" - url: https://github.com/kubereboot/kured/pull/758 - - name: "feat: metrics port command" - url: https://github.com/kubereboot/kured/pull/780 - - name: "Support pod-selector for drain command" - url: https://github.com/kubereboot/kured/pull/788 - - name: "Use readOnlyRootFilesystem" - url: https://github.com/kubereboot/kured/pull/805 - - name: "Log on unusual sentinel-command exit code" - url: https://github.com/kubereboot/kured/pull/806 - - name: "Don’t hold node lock if reboot is blocked" - url: https://github.com/kubereboot/kured/pull/819 - - name: "Add argument to invert the behavior of alert-filter-regexp" - url: https://github.com/kubereboot/kured/pull/786 - - name: "Add multiple concurrent node reboot" - url: https://github.com/kubereboot/kured/pull/660 - - name: "Adds new flag --metrics-host" - url: https://github.com/kubereboot/kured/pull/811 + - name: "fix: updates to ingress-nginx 1.9.4 to fix CVE-2023-5043 and CVE-2023-5044" + url: https://github.com/kubernetes/ingress-nginx/pull/10568 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 2bae15436..c6b83a4f1 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.182.0](https://img.shields.io/badge/Version-0.182.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.183.0](https://img.shields.io/badge/Version-0.183.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) Argo CD app-of-apps config for infrastructure components @@ -62,7 +62,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | ingressNginx.destination.namespace | string | `"infra-ingress"` | Namespace | | ingressNginx.enabled | bool | `false` | Configure nginx-ingress | | ingressNginx.repoURL | string | [repo](https://kubernetes.github.io/ingress-nginx) | Repo URL | -| ingressNginx.targetRevision | string | `"4.7.1"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | +| ingressNginx.targetRevision | string | `"4.8.3"` | [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version | | ingressNginx.values | object | [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) | Helm values | | kubeEventExporter | object | [example](./examples/kubernetes-event-exporter.yaml) | [kubernetes-event-exporter](https://github.com/resmoio/kubernetes-event-exporter) | | kubeEventExporter.annotations | object | `{}` | Annotations for kubernetes-event-exporter app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 3452e0fbb..19d4c3b15 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -111,7 +111,7 @@ ingressNginx: # -- Chart chart: ingress-nginx # -- [ingress-nginx Helm chart](https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx) version - targetRevision: 4.7.1 + targetRevision: 4.8.3 # -- Helm values # @default -- [upstream values](https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml) values: {} From 6b91b722419262366d6010dec9ee7e6031f96f61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 31 Oct 2023 16:45:45 +0100 Subject: [PATCH 10/10] chore(deps): bump helm/chart-testing-action from 2.4.0 to 2.6.0 (#1139) Bumps [helm/chart-testing-action](https://github.com/helm/chart-testing-action) from 2.4.0 to 2.6.0. - [Release notes](https://github.com/helm/chart-testing-action/releases) - [Commits](https://github.com/helm/chart-testing-action/compare/v2.4.0...v2.6.0) --- updated-dependencies: - dependency-name: helm/chart-testing-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 4cebd3839..9cba0aeb1 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -60,7 +60,7 @@ jobs: python-version: '3.x' - name: Install chart-testing - uses: helm/chart-testing-action@v2.4.0 + uses: helm/chart-testing-action@v2.6.0 - name: Install Artifact Hub CLI tool run: hack/sh/deps/ah.sh