From 525d7aeab635bd496d7967f4160a72fc2cb9d679 Mon Sep 17 00:00:00 2001 From: "Mario H." <90178340+maechtu@users.noreply.github.com> Date: Thu, 28 Nov 2024 11:32:27 +0100 Subject: [PATCH 01/16] chore: update stackrox from 4.4.3 to 4.5.5 (#1342) --- charts/security-apps/Chart.yaml | 24 ++++++++++++++++++++---- charts/security-apps/README.md | 6 +++--- charts/security-apps/values.yaml | 4 ++-- 3 files changed, 25 insertions(+), 9 deletions(-) diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index 651fc737..1b52496e 100644 --- a/charts/security-apps/Chart.yaml +++ b/charts/security-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: security-apps description: Argo CD app-of-apps config for security applications type: application -version: 0.87.2 +version: 0.88.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps sources: - https://github.com/adfinis/helm-charts @@ -18,7 +18,23 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "fix: update vaultMonitoring alertrule" + description: "chore: update stackrox from 4.4.3 to 4.5.5" links: - - name: fix vaultMonitoring alertrule - url: https://github.com/adfinis/helm-charts/pull/1302 + - name: Stackrox Release 4.5.5 + url: https://github.com/stackrox/stackrox/releases/tag/4.5.5 + - name: Stackrox Release 4.5.4 + url: https://github.com/stackrox/stackrox/releases/tag/4.5.4 + - name: Stackrox Release 4.5.3 + url: https://github.com/stackrox/stackrox/releases/tag/4.5.3 + - name: Stackrox Release 4.5.2 + url: https://github.com/stackrox/stackrox/releases/tag/4.5.2 + - name: Stackrox Release 4.5.1 + url: https://github.com/stackrox/stackrox/releases/tag/4.5.1 + - name: Stackrox Release 4.5.0 + url: https://github.com/stackrox/stackrox/releases/tag/4.5.0 + - name: Stackrox Release 4.4.6 + url: https://github.com/stackrox/stackrox/releases/tag/4.4.6 + - name: Stackrox Release 4.4.5 + url: https://github.com/stackrox/stackrox/releases/tag/4.4.5 + - name: Stackrox Release 4.4.4 + url: https://github.com/stackrox/stackrox/releases/tag/4.4.4 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index a7dc4bcc..30fe1718 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.87.2](https://img.shields.io/badge/Version-0.87.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.88.0](https://img.shields.io/badge/Version-0.88.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 security applications @@ -116,14 +116,14 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | stackroxCentralServices.destination.namespace | string | `"infra-stackrox"` | Namespace | | stackroxCentralServices.enabled | bool | `false` | Enable StackRox central-services | | stackroxCentralServices.repoURL | string | [repo](https://charts.stackrox.io) | Repo URL | -| stackroxCentralServices.targetRevision | string | `"400.4.3"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxCentralServices.targetRevision | string | `"400.5.5"` | [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | | stackroxCentralServices.values | object | [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml) | Helm values | | stackroxSecuredClusterServices | object | - | [StackRox secured-cluster-services](https://www.stackrox.io/) ([example/stackrox.yaml)) | | stackroxSecuredClusterServices.chart | string | `"stackrox-secured-cluster-services"` | Chart | | stackroxSecuredClusterServices.destination.namespace | string | `"infra-stackrox"` | Namespace | | stackroxSecuredClusterServices.enabled | bool | `false` | Enable StackRox secured-cluster-services | | stackroxSecuredClusterServices.repoURL | string | [repo](https://charts.stackrox.io) | Repo URL | -| stackroxSecuredClusterServices.targetRevision | string | `"400.4.3"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | +| stackroxSecuredClusterServices.targetRevision | string | `"400.5.5"` | [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version | | stackroxSecuredClusterServices.values | object | [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) | Helm values | | vault | object | - | [vault](https://github.com/hashicorp/vault/) ([example](./examples/vault.yaml)) | | vault.chart | string | `"vault"` | Chart | diff --git a/charts/security-apps/values.yaml b/charts/security-apps/values.yaml index 1d9aaebe..58fdb5bf 100644 --- a/charts/security-apps/values.yaml +++ b/charts/security-apps/values.yaml @@ -241,7 +241,7 @@ stackroxCentralServices: # -- Chart chart: stackrox-central-services # -- [stackrox/central-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version - targetRevision: 400.4.3 + targetRevision: 400.5.5 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-central/values.yaml) values: {} @@ -261,7 +261,7 @@ stackroxSecuredClusterServices: # -- Chart chart: stackrox-secured-cluster-services # -- [stackrox/secured-cluster-services Helm chart](https://github.com/stackrox/helm-charts/tree/main/opensource) version - targetRevision: 400.4.3 + targetRevision: 400.5.5 # -- Helm values # @default -- [upstream values](https://github.com/stackrox/stackrox/blob/master/image/templates/helm/stackrox-secured-cluster/values.yaml.htpl) values: {} From 106904b5d41be6ab5290c0cccb97749893a3c17b Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Wed, 4 Dec 2024 09:04:09 +0100 Subject: [PATCH 02/16] chore(infra-apps): update cert-manager from 1.16.1 to 1.16.2 (#1343) --- charts/infra-apps/Chart.yaml | 21 ++++++++------------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 16 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index bf12b10b..7e6022d4 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.224.0 +version: 0.224.1 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,16 +18,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "feat: Update Argo CD from 2.13.0 to 2.13.1" + description: "chore: Update cert-manager from 1.16.1 to 1.16.2" links: - - name: "Argo CD 2.13.1 Release" - url: https://github.com/argoproj/argo-cd/releases/tag/v2.13.1 - - kind: changed - description: "feat: Update Argo CD Helm chart from 7.7.0 to 7.7.5" - links: - - name: "chore: Update redis-ha" - url: https://github.com/argoproj/argo-helm/pull/3026 - - name: "chore: Update Redis Image" - url: https://github.com/argoproj/argo-helm/pull/3023 - - name: "feat: honorLabels config for ServiceMonitors" - url: https://github.com/argoproj/argo-helm/pull/3018 + - name: "cert-manager 1.16.2 Release" + url: "https://github.com/cert-manager/cert-manager/releases/tag/v1.16.2" + - name: "Restrict max size of PEM inputs" + url: https://github.com/cert-manager/cert-manager/pull/7401 + - name: "Bump go + base images" + url: https://github.com/cert-manager/cert-manager/pull/7431 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 3e1db5f3..6a882fae 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.224.0](https://img.shields.io/badge/Version-0.224.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.224.1](https://img.shields.io/badge/Version-0.224.1-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 @@ -38,7 +38,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | certManager.destination.namespace | string | `"infra-certmanager"` | Namespace | | certManager.enabled | bool | `false` | Enable cert-manager | | certManager.repoURL | string | [repo](https://charts.jetstack.io) | Repo URL | -| certManager.targetRevision | string | `"1.16.1"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | +| certManager.targetRevision | string | `"1.16.2"` | [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version | | certManager.values | object | [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) | Helm values | | certManagerIssuers | object | [example](./examples/cert-manager-issuers.yaml) | [cert-manager-issuers](https://cert-manager.io/docs/configuration/) | | certManagerIssuers.annotations | object | `{}` | Annotations for cert-manager-issuers app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index be91580b..64e0fcb8 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -42,7 +42,7 @@ certManager: # -- Chart chart: cert-manager # -- [cert-manager Helm chart](https://github.com/cert-manager/cert-manager/tree/master/deploy/charts/cert-manager) version - targetRevision: 1.16.1 + targetRevision: 1.16.2 # -- Helm values # @default -- [upstream values](https://github.com/cert-manager/cert-manager/blob/master/deploy/charts/cert-manager/values.yaml) values: {} From 62dc6a60a50a9de2ee759c71f05bdf188e361623 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Wed, 4 Dec 2024 15:01:02 +0100 Subject: [PATCH 03/16] chore(logging-apps): update loki chart from 6.12.0 to 6.22.0 (#1347) --- charts/logging-apps/Chart.yaml | 65 ++++++++++++++++++--------------- charts/logging-apps/README.md | 4 +- charts/logging-apps/values.yaml | 2 +- 3 files changed, 38 insertions(+), 33 deletions(-) diff --git a/charts/logging-apps/Chart.yaml b/charts/logging-apps/Chart.yaml index 3a9a151b..6bc9c1d2 100644 --- a/charts/logging-apps/Chart.yaml +++ b/charts/logging-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: logging-apps description: Argo CD app-of-apps config for logging applications type: application -version: 0.34.0 +version: 0.35.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/logging-apps sources: - https://github.com/adfinis/helm-charts @@ -18,33 +18,38 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "Update loki chart from 6.6.3 to 6.12.0" + description: "[Loki 6.13.0] Correctly wrap ClusterRoleBinding around `rbac/namespaced` conditional" + - kind: fixed + description: "[Loki 6.13.0] Do not create bloom planner, bloom builder, bloom gateway Deployment/Statefulset if their replica count is 0" + - kind: fixed + description: "[Loki 6.13.0] Configure (ephemeral) storage for bloom builder working directory" + - kind: added + description: "[Loki 6.13.0] Automatically configure bloom planner address for bloom builders and bloom gateway addresses for bloom gateway clients" + - kind: added + description: "[Loki 6.14.0] Add additional service annotations for components in distributed mode" + - kind: fixed + description: "[Loki 6.14.0] Rename loki/templates/query-frontend/poddisruptionbudget-query-frontend.yaml to fix spelling mistake" + - kind: fixed + description: "[Loki 6.14.1] Fixed Memcached persistence options" + - kind: added + description: "[Loki 6.15.0] Allow setting annotations for memberlist and query-scheduler-discovery services" + - kind: added + description: "[Loki 6.15.0] Allow to customize `client_max_body_size` when using Loki Gateway" + - kind: added + description: "[Loki 6.16.0] Allow setting nodeSelector, tolerations and affinity to enterprise components (tokengen and provisioner)" + - kind: changed + description: "[Loki 6.17.0] Changed version of Grafana Loki to 3.2.0" + links: + - name: "Loki 3.2.0 Changelog" + url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#320-2024-09-18" + - kind: fixed + description: "[Loki 6.17.1] Added missing `loki.storage.azure.chunkDelimiter` parameter to Helm chart" + - kind: changed + description: "[Loki 6.18.0] Added automated weekly releases, which created this release" + - kind: added + description: "[Loki 6.19.0-weekly.227] Expose Topology Spread Constraints in Helm chart templates and default values" + - kind: changed + description: "[Loki 6.20.0] Changed version of Grafana Loki to 3.3.0" links: - - name: "Loki 6.12.0" - url: https://github.com/grafana/loki/commit/08e61ca4db086b573ef636a156bfc624132515be - - name: "Loki 6.11.0" - url: https://github.com/grafana/loki/commit/ef1df0e66fc8e2fe9327a66aea31279ca5c7307a - - name: "Loki 6.10.2" - url: https://github.com/grafana/loki/commit/02fae4e1e97e507b5e30666108e7e7e8bc3dbf00 - - name: "Loki 6.10.1" - url: https://github.com/grafana/loki/commit/112f3378f075cefa2020dfba527f4f386c30ac4e - - name: "Loki 6.10.0" - url: https://github.com/grafana/loki/commit/9315b3d03d790506cf8e69fb7407b476de9d0ed6 - - name: "Loki 6.9.0" - url: https://github.com/grafana/loki/commit/1bf97912de83200d02689511f48658ce7d9543cf - - name: "Loki 6.8.0" - url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e - - name: "Loki 6.7.4" - url: https://github.com/grafana/loki/commit/bdfc86bc3b1f5170f8d181f2e71435250a2461cd - - name: "Loki 6.7.3" - url: https://github.com/grafana/loki/commit/ef03476f3dac159e5f58490351223fcdb9ac3469 - - name: "Loki 6.7.2" - url: https://github.com/grafana/loki/commit/8434b2f6e8e124225aafe6e55ca9c1b6ff6a2c5b - - name: "Loki 6.7.1" - url: https://github.com/grafana/loki/commit/b5b861c348bc768254fd083fb40d2820cf347be6 - - name: "Loki 6.7.0" - url: https://github.com/grafana/loki/commit/fc3904ee69d0824dc681ca5a4280f7aa2ec5563b - - name: "Loki 6.6.5" - url: https://github.com/grafana/loki/commit/29f1ea91ecd935a6becae2bd425224a913285071 - - name: "Loki 6.6.4" - url: https://github.com/grafana/loki/commit/05176e445b90597379c268e799b0fb86b8629b9e + - name: "Loki 3.3.0 Changelog" + url: "https://github.com/grafana/loki/blob/main/CHANGELOG.md#330-2024-11-19" diff --git a/charts/logging-apps/README.md b/charts/logging-apps/README.md index 3077b924..68c3eb9d 100644 --- a/charts/logging-apps/README.md +++ b/charts/logging-apps/README.md @@ -1,6 +1,6 @@ # logging-apps -![Version: 0.34.0](https://img.shields.io/badge/Version-0.34.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.35.0](https://img.shields.io/badge/Version-0.35.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 logging applications @@ -49,7 +49,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | loki.destination.namespace | string | `"infra-logging"` | Namespace | | loki.enabled | bool | `false` | Enable loki | | loki.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| loki.targetRevision | string | `"6.12.0"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | +| loki.targetRevision | string | `"6.22.0"` | [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) | | loki.values | object | [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) | Helm values | | lokiStack | object | DEPRECATED | [loki-stack](https://github.com/grafana/loki) is DEPREACTED use `loki` and `promtail` individually | | promtail | object | - | [Grafana Loki promtail](https://grafana.com/docs/loki/latest/send-data/promtail/) ([example](./examples/promtail.yaml)) | diff --git a/charts/logging-apps/values.yaml b/charts/logging-apps/values.yaml index baf610aa..fe0cfa0d 100644 --- a/charts/logging-apps/values.yaml +++ b/charts/logging-apps/values.yaml @@ -25,7 +25,7 @@ loki: # -- Chart chart: "loki" # -- [loki Helm chart](https://github.com/grafana/loki/tree/main/production/helm/loki) - targetRevision: "6.12.0" + targetRevision: "6.22.0" # -- Helm values # @default -- [upstream values](https://github.com/grafana/loki/blob/main/production/helm/loki/values.yaml) values: {} From 4df50f7a499ef57e7a902eea479a76c614c735b7 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Thu, 5 Dec 2024 09:08:15 +0100 Subject: [PATCH 04/16] chore(infra-apps): update mimir chart from 5.4.0 to 5.5.1 (#1344) --- charts/infra-apps/Chart.yaml | 16 ++++++++-------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 7e6022d4..2af94bb3 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.224.1 +version: 0.225.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,11 +18,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "chore: Update cert-manager from 1.16.1 to 1.16.2" + description: "chore: Update mimir chart to 5.5.1, mimir version to 2.14.0" links: - - name: "cert-manager 1.16.2 Release" - url: "https://github.com/cert-manager/cert-manager/releases/tag/v1.16.2" - - name: "Restrict max size of PEM inputs" - url: https://github.com/cert-manager/cert-manager/pull/7401 - - name: "Bump go + base images" - url: https://github.com/cert-manager/cert-manager/pull/7431 + - name: "Grafana Mimir Release 2.14.0" + url: "https://github.com/grafana/mimir/releases/tag/mimir-2.14.0" + - name: "Grafana Mimir Helm Chart Release Notes 5.5" + url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.5/" + - name: "Grafana Mimir Helm Chart detailed Release Notes" + url: "https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/CHANGELOG.md" diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 6a882fae..1c2f2e3b 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.224.1](https://img.shields.io/badge/Version-0.224.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.225.0](https://img.shields.io/badge/Version-0.225.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 | mimir.destination.namespace | string | `"infra-mimir"` | Namespace | | mimir.enabled | bool | `false` | Enable mimir | | mimir.repoURL | string | [repo](https://grafana.github.io/helm-charts) | Repo URL | -| mimir.targetRevision | string | `"5.4.0"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | +| mimir.targetRevision | string | `"5.5.1"` | [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) | | mimir.values | object | [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml) | Helm values | | rbacManager | object | [example](./examples/rbac-manager.yaml) | [rbac-manager](https://fairwindsops.github.io/rbac-manager/) | | rbacManager.annotations | object | `{}` | Annotations for rbac-manager app | diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 64e0fcb8..4520e9ec 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -235,7 +235,7 @@ mimir: # -- Chart chart: mimir-distributed # -- [mimir Helm chart](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed) - targetRevision: 5.4.0 + targetRevision: 5.5.1 # -- Helm values # @default -- [upstream values](https://github.com/grafana/mimir/tree/main/operations/helm/charts/mimir-distributed/values.yaml) values: {} From b682cbe7a260f7aa12c93e0771720039e1507d85 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Thu, 5 Dec 2024 11:42:19 +0100 Subject: [PATCH 05/16] chore(infra-apps): update kured chart from 5.4.5 to 5.5.2 (#1345) --- charts/infra-apps/Chart.yaml | 16 ++++++++-------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 11 insertions(+), 11 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 2af94bb3..29ef5732 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.225.0 +version: 0.226.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,11 +18,11 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "chore: Update mimir chart to 5.5.1, mimir version to 2.14.0" + description: "chore: Update kured chart to 5.5.2 and app to 1.16.2" links: - - name: "Grafana Mimir Release 2.14.0" - url: "https://github.com/grafana/mimir/releases/tag/mimir-2.14.0" - - name: "Grafana Mimir Helm Chart Release Notes 5.5" - url: "https://grafana.com/docs/helm-charts/mimir-distributed/latest/release-notes/v5.5/" - - name: "Grafana Mimir Helm Chart detailed Release Notes" - url: "https://github.com/grafana/mimir/blob/main/operations/helm/charts/mimir-distributed/CHANGELOG.md" + - name: "Update kured chart to 5.5.2" + url: https://github.com/kubereboot/charts/commits/main/charts/kured + - name: "Update kured to 1.16.2" + url: https://github.com/kubereboot/kured/releases + - name: "Bump kubernetes-versions to 0.29.x" + url: https://github.com/kubereboot/kured/releases/tag/1.16.0 diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 1c2f2e3b..807e8d6e 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.225.0](https://img.shields.io/badge/Version-0.225.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.226.0](https://img.shields.io/badge/Version-0.226.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 | 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 | `"5.4.5"` | [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) | +| kured.targetRevision | string | `"5.5.2"` | [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 4520e9ec..9066236f 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -200,7 +200,7 @@ kured: # -- Chart chart: kured # -- [Kured Helm chart](https://github.com/kubereboot/charts/tree/main/charts/kured) - targetRevision: 5.4.5 + targetRevision: 5.5.2 # -- Helm values # @default -- [upstream values](https://github.com/kubereboot/charts/blob/main/charts/kured/values.yaml) values: {} From f79d65395307fdadda2a978c60d0dddd1e56c1c3 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Thu, 5 Dec 2024 13:04:03 +0100 Subject: [PATCH 06/16] chore(infra-apps): update velero chart to 8.1.0 (#1346) * chore(infra-apps): update velero chart to 8.1.0 * chore(infra-apps): bump chart version for velero app update * style(charts): fix whitespace for linting --- charts/infra-apps/Chart.yaml | 30 ++++++++++++++++++++++-------- charts/infra-apps/README.md | 4 ++-- charts/infra-apps/values.yaml | 2 +- 3 files changed, 25 insertions(+), 11 deletions(-) diff --git a/charts/infra-apps/Chart.yaml b/charts/infra-apps/Chart.yaml index 29ef5732..bb410914 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.226.0 +version: 0.227.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/infra-apps sources: - https://github.com/adfinis/helm-charts @@ -18,11 +18,25 @@ annotations: artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - kind: changed - description: "chore: Update kured chart to 5.5.2 and app to 1.16.2" + description: "chore: Update velero chart from 6.7.0 to 8.1.0 (app version 1.13.2 -> 1.15.0)" links: - - name: "Update kured chart to 5.5.2" - url: https://github.com/kubereboot/charts/commits/main/charts/kured - - name: "Update kured to 1.16.2" - url: https://github.com/kubereboot/kured/releases - - name: "Bump kubernetes-versions to 0.29.x" - url: https://github.com/kubereboot/kured/releases/tag/1.16.0 + - name: "Bump Velero to 1.15.0 (Upgrade Guide)" + url: "https://velero.io/docs/v1.15/upgrade-to-1.15/" + - name: "Bump Velero to 1.15.0 (Changelog)" + url: https://github.com/vmware-tanzu/velero/releases/tag/v1.15.0 + - name: "feat: add extraArgs to Velero node agent configuration" + url: https://github.com/vmware-tanzu/helm-charts/commit/5e02307abf51850be91eb77f1f39ad9fb10cd603 + - name: "fix: fix imagePullSecrets to velero server serviceaccount" + url: https://github.com/vmware-tanzu/helm-charts/commit/fb5a08a6f0fcb6078c89656a09fbb88e9776644a + - name: "feat: Adds resources and limits for repository maintenance job" + url: https://github.com/vmware-tanzu/helm-charts/commit/42fed361e1482c85a28c1da32ad72e6b2e03635b + - name: "feat: Adds --keep-latest-jobs-count for repository maintenance job" + url: https://github.com/vmware-tanzu/helm-charts/commit/721abcba0b378a2b2695b79d056be68c903a81f1 + - name: "fix: maintenance Job resource requests" + url: https://github.com/vmware-tanzu/helm-charts/commit/88ecfa4609678199ea1265c1d89c7b17d3b645d7 + - name: "fix: render schedule annotations only if present in values" + url: https://github.com/vmware-tanzu/helm-charts/commit/47b2f729b9ebe38508ecc046560da01922546df6 + - name: "fix: add version label to deployment" + url: https://github.com/vmware-tanzu/helm-charts/commit/bbb36ccf357d6baf7f13accbc0b169e6efceb3d4 + - name: "feat: allow configuring updateStrategy of node-agent DaemonSet" + url: https://github.com/vmware-tanzu/helm-charts/commit/e4e793b1d57579a5a71862ebd3ac9fcf822e85aa diff --git a/charts/infra-apps/README.md b/charts/infra-apps/README.md index 807e8d6e..b423df2c 100644 --- a/charts/infra-apps/README.md +++ b/charts/infra-apps/README.md @@ -1,6 +1,6 @@ # infra-apps -![Version: 0.226.0](https://img.shields.io/badge/Version-0.226.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.227.0](https://img.shields.io/badge/Version-0.227.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 @@ -104,7 +104,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | velero.destination.namespace | string | `"infra-velero"` | Namespace | | velero.enabled | bool | `false` | Enable Velero | | velero.repoURL | string | [repo](https://vmware-tanzu.github.io/helm-charts) | Repo URL | -| velero.targetRevision | string | `"6.7.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | +| velero.targetRevision | string | `"8.1.0"` | [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) | | velero.values | object | [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml) | Helm values | ## About this chart diff --git a/charts/infra-apps/values.yaml b/charts/infra-apps/values.yaml index 9066236f..8b87be51 100644 --- a/charts/infra-apps/values.yaml +++ b/charts/infra-apps/values.yaml @@ -178,7 +178,7 @@ velero: # -- Chart chart: velero # -- [Velero Helm chart](https://github.com/vmware-tanzu/helm-charts/tree/main/charts/velero) - targetRevision: 6.7.0 + targetRevision: 8.1.0 # -- Helm values # @default -- [upstream values](https://github.com/vmware-tanzu/helm-charts/blob/main/charts/velero/values.yaml) values: {} From d57d03dee603318fac578acfdc37730398713284 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Wed, 11 Dec 2024 14:34:11 +0100 Subject: [PATCH 07/16] fix(customer-center): fixed admin group name --- charts/customer-center/Chart.yaml | 12 ++++++------ charts/customer-center/README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/customer-center/Chart.yaml b/charts/customer-center/Chart.yaml index 580aa49a..834c1984 100644 --- a/charts/customer-center/Chart.yaml +++ b/charts/customer-center/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: customer-center description: Chart for Customer-Center application type: application -version: 0.2.31 -appVersion: v3.3.0 +version: 0.2.32 +appVersion: 3.3.3 keywords: - customer-center home: https://github.com/adfinis/customer-center @@ -17,12 +17,12 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "add config for OIDC URL" + description: "fixed admin group name" links: - name: GitHub Commit - url: https://github.com/adfinis/customer-center/commit/2531d6ba95e4752c263ca6a52b36e930ee78f9e2 + url: https://github.com/adfinis/customer-center/commit/0f9d76b7d2bed0d1247dfbc2c32f4d6fad76ebe9 - kind: changed - description: "bump appVersion to v3.3.0" + description: "bump appVersion to 3.3.3" links: - name: GitHub Release - url: https://github.com/adfinis/customer-center/releases/tag/v3.3.0 + url: https://github.com/adfinis/customer-center/releases/tag/v3.3.3 diff --git a/charts/customer-center/README.md b/charts/customer-center/README.md index 358c2772..3b7ab494 100644 --- a/charts/customer-center/README.md +++ b/charts/customer-center/README.md @@ -1,6 +1,6 @@ # customer-center -![Version: 0.2.31](https://img.shields.io/badge/Version-0.2.31-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v3.3.0](https://img.shields.io/badge/AppVersion-v3.3.0-informational?style=flat-square) +![Version: 0.2.32](https://img.shields.io/badge/Version-0.2.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) Chart for Customer-Center application From d8d1b176f41bbe2d3fe72487537297bf49f5a152 Mon Sep 17 00:00:00 2001 From: Arthur Deierlein Date: Wed, 11 Dec 2024 14:53:30 +0100 Subject: [PATCH 08/16] fix(customer-center): build args were not passed to docker build this caused it to use http://localhost:8000 for the API --- charts/customer-center/Chart.yaml | 12 ++++++------ charts/customer-center/README.md | 2 +- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/charts/customer-center/Chart.yaml b/charts/customer-center/Chart.yaml index 834c1984..5d717f31 100644 --- a/charts/customer-center/Chart.yaml +++ b/charts/customer-center/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: customer-center description: Chart for Customer-Center application type: application -version: 0.2.32 -appVersion: 3.3.3 +version: 0.2.33 +appVersion: 3.3.4 keywords: - customer-center home: https://github.com/adfinis/customer-center @@ -17,12 +17,12 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "fixed admin group name" + description: "fixed build args not being passed to docker build" links: - name: GitHub Commit - url: https://github.com/adfinis/customer-center/commit/0f9d76b7d2bed0d1247dfbc2c32f4d6fad76ebe9 + url: https://github.com/adfinis/customer-center/commit/2862c9d646fd1e604f1d17476dfe2b77f66ee425 - kind: changed - description: "bump appVersion to 3.3.3" + description: "bump appVersion to 3.3.4" links: - name: GitHub Release - url: https://github.com/adfinis/customer-center/releases/tag/v3.3.3 + url: https://github.com/adfinis/customer-center/releases/tag/v3.3.4 diff --git a/charts/customer-center/README.md b/charts/customer-center/README.md index 3b7ab494..e93bfde2 100644 --- a/charts/customer-center/README.md +++ b/charts/customer-center/README.md @@ -1,6 +1,6 @@ # customer-center -![Version: 0.2.32](https://img.shields.io/badge/Version-0.2.32-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.3](https://img.shields.io/badge/AppVersion-3.3.3-informational?style=flat-square) +![Version: 0.2.33](https://img.shields.io/badge/Version-0.2.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.4](https://img.shields.io/badge/AppVersion-3.3.4-informational?style=flat-square) Chart for Customer-Center application From 22367aeb15b413e70629da25aea98f4c2f214b32 Mon Sep 17 00:00:00 2001 From: Fabio Ambauen <1833932+open-dynaMIX@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:22:11 +0100 Subject: [PATCH 09/16] chore: update Keycloak to v26.0.7 (#1348) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * chore: update Keycloak to v26.0.7 * chore(keycloak-operator): fix description and remove old links --------- Co-authored-by: René Birrer Co-authored-by: Toni Tauro --- charts/keycloak-operator/Chart.yaml | 16 +++---- charts/keycloak-operator/README.md | 2 +- .../tests/__snapshot__/default_test.yaml.snap | 44 +++++++++---------- .../tests/__snapshot__/operand_test.yaml.snap | 8 ++-- 4 files changed, 32 insertions(+), 38 deletions(-) diff --git a/charts/keycloak-operator/Chart.yaml b/charts/keycloak-operator/Chart.yaml index 6824b4a7..d72d5269 100644 --- a/charts/keycloak-operator/Chart.yaml +++ b/charts/keycloak-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: keycloak-operator description: Deploy Keycloak Operator and Keycloak type: application -version: 1.4.2 -appVersion: "26.0.6" +version: 1.4.3 +appVersion: "26.0.7" icon: https://www.keycloak.org/resources/images/logo-stacked.svg home: https://www.keycloak.org sources: @@ -16,13 +16,7 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "chore: update keycloak from v26.0.1 to v26.0.6" + description: "chore: update keycloak from v26.0.6 to v26.0.7" links: - - name: "Keycloak 26.0.2" - url: https://www.keycloak.org/2024/10/keycloak-2602-released - - name: "Keycloak 26.0.4" - url: https://www.keycloak.org/2024/10/keycloak-2604-released - - name: "Keycloak 26.0.5" - url: https://www.keycloak.org/2024/11/keycloak-2605-released - - name: "Keycloak 26.0.6" - url: https://www.keycloak.org/2024/11/keycloak-2606-released + - name: "Keycloak 26.0.7" + url: https://www.keycloak.org/2024/12/keycloak-2607-released diff --git a/charts/keycloak-operator/README.md b/charts/keycloak-operator/README.md index 0cb43028..a4bc99ca 100644 --- a/charts/keycloak-operator/README.md +++ b/charts/keycloak-operator/README.md @@ -1,6 +1,6 @@ # keycloak-operator -![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.6](https://img.shields.io/badge/AppVersion-26.0.6-informational?style=flat-square) +![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.7](https://img.shields.io/badge/AppVersion-26.0.7-informational?style=flat-square) Deploy Keycloak Operator and Keycloak diff --git a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap index 8ff9d480..5c2fc0f2 100644 --- a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap @@ -8,8 +8,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloakcontroller-cluster-role rules: - apiGroups: @@ -35,8 +35,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloakrealmimportcontroller-cluster-role rules: - apiGroups: @@ -62,8 +62,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: RELEASE-NAME-keycloak-operator-operator spec: replicas: 1 @@ -86,8 +86,8 @@ should match snapshot: fieldRef: fieldPath: metadata.namespace - name: KC_OPERATOR_KEYCLOAK_IMAGE - value: quay.io/keycloak/keycloak:26.0.6 - image: quay.io/keycloak/keycloak-operator:26.0.6 + value: quay.io/keycloak/keycloak:26.0.7 + image: quay.io/keycloak/keycloak-operator:26.0.7 imagePullPolicy: IfNotPresent livenessProbe: failureThreshold: 3 @@ -127,8 +127,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloak-operator-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -146,8 +146,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloak-operator-view roleRef: apiGroup: rbac.authorization.k8s.io @@ -165,8 +165,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloakcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -184,8 +184,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloakrealmimportcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -203,8 +203,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloak-operator-role rules: - apiGroups: @@ -266,8 +266,8 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: RELEASE-NAME-keycloak-operator-operator spec: ports: @@ -289,6 +289,6 @@ should match snapshot: app.kubernetes.io/instance: RELEASE-NAME app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: RELEASE-NAME-keycloak-operator diff --git a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap index b9a5e939..9aa0b11d 100644 --- a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap @@ -6,8 +6,8 @@ should match snapshot: labels: app.kubernetes.io/component: keycloak app.kubernetes.io/managed-by: Helm - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: keycloak spec: features: @@ -33,8 +33,8 @@ should match snapshot: metadata: labels: app.kubernetes.io/managed-by: Helm - app.kubernetes.io/version: 26.0.6 - helm.sh/chart: keycloak-operator-1.4.2 + app.kubernetes.io/version: 26.0.7 + helm.sh/chart: keycloak-operator-1.4.3 name: RELEASE-NAME-keycloak-operator-test spec: keycloakCRName: keycloak From d013a555921aaa9f14ccea89407fab7bdaa1bad7 Mon Sep 17 00:00:00 2001 From: Lucas <116588+hairmare@users.noreply.github.com> Date: Wed, 11 Dec 2024 18:29:26 +0100 Subject: [PATCH 10/16] feat(argo-apps): Update Argo Rollouts from 1.7.0 to 1.7.2 (#1340) Co-authored-by: Toni Tauro --- charts/argo-apps/Chart.yaml | 32 +++++++++++++++++++++++++------- charts/argo-apps/README.md | 4 ++-- charts/argo-apps/values.yaml | 2 +- 3 files changed, 28 insertions(+), 10 deletions(-) diff --git a/charts/argo-apps/Chart.yaml b/charts/argo-apps/Chart.yaml index 01a3c8c1..0689b9ba 100644 --- a/charts/argo-apps/Chart.yaml +++ b/charts/argo-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: argo-apps description: Argo CD app-of-apps config for various argo project components type: application -version: 0.24.0 +version: 0.25.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/argo-apps sources: - https://github.com/adfinis/helm-charts @@ -17,12 +17,30 @@ dependencies: annotations: artifacthub.io/changes: | - kind: changed - description: "feat(argo-rollouts): update from 1.6.6 to 1.7.0" + description: "feat(argo-rollouts): update from 1.7.0 to 1.7.2" links: - - name: GitHub Release 1.7.0 - url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.0 + - name: GitHub Release 1.7.1 + url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.1 + - name: GitHub Release 1.7.2 + url: https://github.com/argoproj/argo-rollouts/releases/tag/v1.7.2 - kind: changed - description: "feat(argo-rollouts): update chart from 2.35.3 to 2.36.0" + description: "feat(argo-rollouts): update chart from 2.36.0 to 2.38.0" links: - - name: "chore(argo-rollouts): Update dependency argoproj/argo-rollouts" - url: https://github.com/argoproj/argo-helm/commit/43c626d31ed39037696392682e65fd82f79f1c9f + - name: "fix: Change type of trafficRouterPlugins and trafficRouterPlugins as list" + url: https://github.com/argoproj/argo-helm/pull/3036 + - name: "fix: plugin block rendering" + url: https://github.com/argoproj/argo-helm/pull/3014 + - name: "feat: Add loadBalancerClass field for Service resources" + url: https://github.com/argoproj/argo-helm/pull/2772 + - name: "fix: Align permissions for controller's ClusterRole / Role" + url: https://github.com/argoproj/argo-helm/pull/2830 + - name: "feat: add option to disable creation of notifications configmap" + url: https://github.com/argoproj/argo-helm/pull/2849 + - name: "fix: Add traefik apiGroup" + url: https://github.com/argoproj/argo-helm/pull/2703 + - name: "fix: fix global subscriptions for Rollouts" + url: https://github.com/argoproj/argo-helm/pull/2797 + - name: "fix: add subscriptions in notifications configmap" + url: https://github.com/argoproj/argo-helm/pull/2793 + - name: "fix: add annotations for notificactions secret" + url: https://github.com/argoproj/argo-helm/pull/2777 diff --git a/charts/argo-apps/README.md b/charts/argo-apps/README.md index 8fa69cc4..c28e9886 100644 --- a/charts/argo-apps/README.md +++ b/charts/argo-apps/README.md @@ -1,6 +1,6 @@ # argo-apps -![Version: 0.24.0](https://img.shields.io/badge/Version-0.24.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.25.0](https://img.shields.io/badge/Version-0.25.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 various argo project components @@ -29,7 +29,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | argoRollouts.destination.namespace | string | `"infra-argo-rollouts"` | Namespace | | argoRollouts.enabled | bool | `false` | Enable Argo Rollouts | | argoRollouts.repoURL | string | [repo](https://argoproj.github.io/argo-helm) | Repo URL | -| argoRollouts.targetRevision | string | `"2.36.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | +| argoRollouts.targetRevision | string | `"2.38.0"` | [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version | | argoRollouts.values | object | [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml) | Helm values | | argocdNotifications | object | DEPRECATED | [Argo CD Notifications](https://argocd-notifications.readthedocs.io/en/stable/) is DEPRECATED, use Argo CD directly instead. | | argoconfig.application.annotations | object | `{}` | Optional annotations to add to all Applications metadata. | diff --git a/charts/argo-apps/values.yaml b/charts/argo-apps/values.yaml index 1e14e05f..d8c6ba7d 100644 --- a/charts/argo-apps/values.yaml +++ b/charts/argo-apps/values.yaml @@ -33,7 +33,7 @@ argoRollouts: # -- Chart chart: "argo-rollouts" # -- [argo-rollouts Helm chart](https://github.com/argoproj/argo-helm/tree/main/charts/argo-rollouts) version - targetRevision: "2.36.0" + targetRevision: "2.38.0" # -- Helm values # @default -- [upstream values](https://github.com/argoproj/argo-helm/blob/main/charts/argo-rollouts/values.yaml) values: {} From ba51e08e6c9130836f08c8bb0b34d8a60d927aa9 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Thu, 12 Dec 2024 14:22:00 +0100 Subject: [PATCH 11/16] fix(etcd-backup): disallow concurrent job runs (#1351) * fix(etcd-backup): disallow concurrent job runs * chore(etcd-backup): bump version * chore(etcd-backup): update release notes * chore(etcd-backup): indicate update does not contain security updates Co-authored-by: Lucas <116588+hairmare@users.noreply.github.com> --------- Co-authored-by: Lucas <116588+hairmare@users.noreply.github.com> --- charts/kubernetes-etcd-backup/Chart.yaml | 11 ++++------- charts/kubernetes-etcd-backup/README.md | 2 +- charts/kubernetes-etcd-backup/templates/cronjob.yaml | 1 + 3 files changed, 6 insertions(+), 8 deletions(-) diff --git a/charts/kubernetes-etcd-backup/Chart.yaml b/charts/kubernetes-etcd-backup/Chart.yaml index 5a41fd4d..221d996b 100644 --- a/charts/kubernetes-etcd-backup/Chart.yaml +++ b/charts/kubernetes-etcd-backup/Chart.yaml @@ -3,7 +3,7 @@ apiVersion: v2 name: kubernetes-etcd-backup description: Chart for kubernetes-etcd-backup solution type: application -version: 1.4.1 +version: 1.4.2 appVersion: v1.2.1 keywords: - kubernetes-etcd-backup @@ -18,10 +18,7 @@ maintainers: email: support@adfinis.com url: https://adfinis.com annotations: - artifacthub.io/containsSecurityUpdates: "true" + artifacthub.io/containsSecurityUpdates: "false" artifacthub.io/changes: | - - kind: changed - description: "bump appVersion to v1.2.1" - links: - - name: "kubernetes-etcd-backup v1.2.1" - url: https://github.com/adfinis/kubernetes-etcd-backup/releases/tag/v1.2.1 + - kind: fixed + description: "disallow concurrent job runs" diff --git a/charts/kubernetes-etcd-backup/README.md b/charts/kubernetes-etcd-backup/README.md index 7175b665..011b67e6 100644 --- a/charts/kubernetes-etcd-backup/README.md +++ b/charts/kubernetes-etcd-backup/README.md @@ -1,6 +1,6 @@ # kubernetes-etcd-backup -![Version: 1.4.1](https://img.shields.io/badge/Version-1.4.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square) +![Version: 1.4.2](https://img.shields.io/badge/Version-1.4.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v1.2.1](https://img.shields.io/badge/AppVersion-v1.2.1-informational?style=flat-square) Chart for kubernetes-etcd-backup solution diff --git a/charts/kubernetes-etcd-backup/templates/cronjob.yaml b/charts/kubernetes-etcd-backup/templates/cronjob.yaml index 197b75a8..25fea78b 100644 --- a/charts/kubernetes-etcd-backup/templates/cronjob.yaml +++ b/charts/kubernetes-etcd-backup/templates/cronjob.yaml @@ -5,6 +5,7 @@ metadata: spec: startingDeadlineSeconds: 600 schedule: {{ .Values.backup.schedule | quote }} + concurrencyPolicy: Forbid jobTemplate: spec: # Retrying this job is not considered safe, because of that we fail the From ba1c1bdf303badd5224d3bf2243e9f7f6249ff59 Mon Sep 17 00:00:00 2001 From: Mitan Omar Date: Thu, 12 Dec 2024 17:56:30 +0300 Subject: [PATCH 12/16] =?UTF-8?q?fix(customer-center):=20admins=20and=20em?= =?UTF-8?q?ployees=20should=20redirect=20to=20list=20en=E2=80=A6=20(#1352)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fix(customer-center): admins and employees should redirect to list endpoint --- charts/customer-center/Chart.yaml | 10 +++++----- charts/customer-center/README.md | 2 +- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/charts/customer-center/Chart.yaml b/charts/customer-center/Chart.yaml index 5d717f31..3317beed 100644 --- a/charts/customer-center/Chart.yaml +++ b/charts/customer-center/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: customer-center description: Chart for Customer-Center application type: application -version: 0.2.33 -appVersion: 3.3.4 +version: 0.2.34 +appVersion: 3.3.5 keywords: - customer-center home: https://github.com/adfinis/customer-center @@ -17,12 +17,12 @@ maintainers: annotations: artifacthub.io/changes: | - kind: changed - description: "fixed build args not being passed to docker build" + description: "fix: admins and employees should redirect to `/list` endpoint" links: - name: GitHub Commit - url: https://github.com/adfinis/customer-center/commit/2862c9d646fd1e604f1d17476dfe2b77f66ee425 + url: https://github.com/adfinis/customer-center/commit/a0947536fdda7a2d009fbd7b8834a4a05b5defa9 - kind: changed - description: "bump appVersion to 3.3.4" + description: "bump appVersion to 3.3.5" links: - name: GitHub Release url: https://github.com/adfinis/customer-center/releases/tag/v3.3.4 diff --git a/charts/customer-center/README.md b/charts/customer-center/README.md index e93bfde2..5e16b483 100644 --- a/charts/customer-center/README.md +++ b/charts/customer-center/README.md @@ -1,6 +1,6 @@ # customer-center -![Version: 0.2.33](https://img.shields.io/badge/Version-0.2.33-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.4](https://img.shields.io/badge/AppVersion-3.3.4-informational?style=flat-square) +![Version: 0.2.34](https://img.shields.io/badge/Version-0.2.34-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 3.3.5](https://img.shields.io/badge/AppVersion-3.3.5-informational?style=flat-square) Chart for Customer-Center application From a283b3f26079b72d1a76dee205a4f10bdc6f5516 Mon Sep 17 00:00:00 2001 From: Carlo Field Date: Fri, 13 Dec 2024 11:47:58 +0100 Subject: [PATCH 13/16] fix(keycloak): don't quote poolMinSize value (#1354) --- charts/keycloak-operator/Chart.yaml | 9 +++------ charts/keycloak-operator/README.md | 2 +- .../templates/keycloak/keycloak.yaml | 2 +- .../tests/__snapshot__/default_test.yaml.snap | 20 +++++++++---------- .../tests/__snapshot__/operand_test.yaml.snap | 4 ++-- 5 files changed, 17 insertions(+), 20 deletions(-) diff --git a/charts/keycloak-operator/Chart.yaml b/charts/keycloak-operator/Chart.yaml index d72d5269..5a33fb38 100644 --- a/charts/keycloak-operator/Chart.yaml +++ b/charts/keycloak-operator/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: keycloak-operator description: Deploy Keycloak Operator and Keycloak type: application -version: 1.4.3 +version: 1.4.4 appVersion: "26.0.7" icon: https://www.keycloak.org/resources/images/logo-stacked.svg home: https://www.keycloak.org @@ -15,8 +15,5 @@ maintainers: url: https://adfinis.com annotations: artifacthub.io/changes: | - - kind: changed - description: "chore: update keycloak from v26.0.6 to v26.0.7" - links: - - name: "Keycloak 26.0.7" - url: https://www.keycloak.org/2024/12/keycloak-2607-released + - kind: fixed + description: "fix: don't quote value for poolMinSize as the upstream type is integer" diff --git a/charts/keycloak-operator/README.md b/charts/keycloak-operator/README.md index a4bc99ca..db163bc2 100644 --- a/charts/keycloak-operator/README.md +++ b/charts/keycloak-operator/README.md @@ -1,6 +1,6 @@ # keycloak-operator -![Version: 1.4.3](https://img.shields.io/badge/Version-1.4.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.7](https://img.shields.io/badge/AppVersion-26.0.7-informational?style=flat-square) +![Version: 1.4.4](https://img.shields.io/badge/Version-1.4.4-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: 26.0.7](https://img.shields.io/badge/AppVersion-26.0.7-informational?style=flat-square) Deploy Keycloak Operator and Keycloak diff --git a/charts/keycloak-operator/templates/keycloak/keycloak.yaml b/charts/keycloak-operator/templates/keycloak/keycloak.yaml index cf9771c3..2dd60850 100644 --- a/charts/keycloak-operator/templates/keycloak/keycloak.yaml +++ b/charts/keycloak-operator/templates/keycloak/keycloak.yaml @@ -31,7 +31,7 @@ spec: poolMaxSize: {{ . }} {{- end }} {{- with .Values.keycloak.db.poolMinSize }} - poolMinSize: {{ . | quote }} + poolMinSize: {{ . }} {{- end }} {{- with .Values.keycloak.db.port }} port: {{ . }} diff --git a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap index 5c2fc0f2..2e8f8876 100644 --- a/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/default_test.yaml.snap @@ -9,7 +9,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakcontroller-cluster-role rules: - apiGroups: @@ -36,7 +36,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakrealmimportcontroller-cluster-role rules: - apiGroups: @@ -63,7 +63,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator-operator spec: replicas: 1 @@ -128,7 +128,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak-operator-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -147,7 +147,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak-operator-view roleRef: apiGroup: rbac.authorization.k8s.io @@ -166,7 +166,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -185,7 +185,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloakrealmimportcontroller-role-binding roleRef: apiGroup: rbac.authorization.k8s.io @@ -204,7 +204,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak-operator-role rules: - apiGroups: @@ -267,7 +267,7 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator-operator spec: ports: @@ -290,5 +290,5 @@ should match snapshot: app.kubernetes.io/managed-by: Helm app.kubernetes.io/name: keycloak-operator app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator diff --git a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap index 9aa0b11d..663b1ac1 100644 --- a/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap +++ b/charts/keycloak-operator/tests/__snapshot__/operand_test.yaml.snap @@ -7,7 +7,7 @@ should match snapshot: app.kubernetes.io/component: keycloak app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: keycloak spec: features: @@ -34,7 +34,7 @@ should match snapshot: labels: app.kubernetes.io/managed-by: Helm app.kubernetes.io/version: 26.0.7 - helm.sh/chart: keycloak-operator-1.4.3 + helm.sh/chart: keycloak-operator-1.4.4 name: RELEASE-NAME-keycloak-operator-test spec: keycloakCRName: keycloak From b08633d29c73d1c94e6a3fa885326fa7e48280e9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 16 Dec 2024 12:30:20 +0100 Subject: [PATCH 14/16] chore(deps): bump helm/kind-action from 1.10.0 to 1.11.0 (#1355) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.10.0 to 1.11.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.10.0...v1.11.0) --- updated-dependencies: - dependency-name: helm/kind-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 50462f2f..6dd32a68 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,7 +77,7 @@ jobs: run: ct --config=hack/chart-testing/ct.yaml lint - name: Create kind cluster - uses: helm/kind-action@v1.10.0 + uses: helm/kind-action@v1.11.0 if: steps.list-changed.outputs.changed == 'true' - name: Setup cluster for chart-testing (install) From 5a008399cad74749506615c5b7d5cd830c3368f6 Mon Sep 17 00:00:00 2001 From: Jonah Date: Thu, 19 Dec 2024 14:37:37 +0100 Subject: [PATCH 15/16] chore: upgrade oauth2-proxy to 7.8.2 (#1356) --- charts/security-apps/Chart.yaml | 24 ++++-------------------- charts/security-apps/README.md | 4 ++-- charts/security-apps/values.yaml | 2 +- 3 files changed, 7 insertions(+), 23 deletions(-) diff --git a/charts/security-apps/Chart.yaml b/charts/security-apps/Chart.yaml index 1b52496e..16401815 100644 --- a/charts/security-apps/Chart.yaml +++ b/charts/security-apps/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: security-apps description: Argo CD app-of-apps config for security applications type: application -version: 0.88.0 +version: 0.89.0 home: https://github.com/adfinis/helm-charts/tree/main/charts/security-apps sources: - https://github.com/adfinis/helm-charts @@ -18,23 +18,7 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: "chore: update stackrox from 4.4.3 to 4.5.5" + description: "chore: update oauth2-proxy from 6.10.1 to 7.8.2" links: - - name: Stackrox Release 4.5.5 - url: https://github.com/stackrox/stackrox/releases/tag/4.5.5 - - name: Stackrox Release 4.5.4 - url: https://github.com/stackrox/stackrox/releases/tag/4.5.4 - - name: Stackrox Release 4.5.3 - url: https://github.com/stackrox/stackrox/releases/tag/4.5.3 - - name: Stackrox Release 4.5.2 - url: https://github.com/stackrox/stackrox/releases/tag/4.5.2 - - name: Stackrox Release 4.5.1 - url: https://github.com/stackrox/stackrox/releases/tag/4.5.1 - - name: Stackrox Release 4.5.0 - url: https://github.com/stackrox/stackrox/releases/tag/4.5.0 - - name: Stackrox Release 4.4.6 - url: https://github.com/stackrox/stackrox/releases/tag/4.4.6 - - name: Stackrox Release 4.4.5 - url: https://github.com/stackrox/stackrox/releases/tag/4.4.5 - - name: Stackrox Release 4.4.4 - url: https://github.com/stackrox/stackrox/releases/tag/4.4.4 + - name: OAuth-Proxy 7.8.2 Release + url: https://github.com/oauth2-proxy/manifests/releases/tag/oauth2-proxy-7.8.2 diff --git a/charts/security-apps/README.md b/charts/security-apps/README.md index 30fe1718..c03a098d 100644 --- a/charts/security-apps/README.md +++ b/charts/security-apps/README.md @@ -1,6 +1,6 @@ # security-apps -![Version: 0.88.0](https://img.shields.io/badge/Version-0.88.0-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.89.0](https://img.shields.io/badge/Version-0.89.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 security applications @@ -102,7 +102,7 @@ This chart is maintained by [Adfinis](https://adfinis.com/?pk_campaign=github&pk | oauth2Proxy.destination.namespace | string | `"infra-oauth2-proxy"` | Namespace | | oauth2Proxy.enabled | bool | `false` | Enable oauth2-proxy | | oauth2Proxy.repoURL | string | [repo](https://https://oauth2-proxy.github.io/manifests) | Repo URL | -| oauth2Proxy.targetRevision | string | `"6.10.1"` | [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) | +| oauth2Proxy.targetRevision | string | `"7.8.2"` | [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) | | oauth2Proxy.values | object | [upstream values](https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml) | Helm values | | secretsStoreCsiDriver | object | - | [secrets-store-csi-driver](https://github.com/kubernetes-sigs/secrets-store-csi-driver) ([example](./examples/secrets-store-csi-driver.yaml)) | | secretsStoreCsiDriver.chart | string | `"secrets-store-csi-driver"` | Chart | diff --git a/charts/security-apps/values.yaml b/charts/security-apps/values.yaml index 58fdb5bf..502229b0 100644 --- a/charts/security-apps/values.yaml +++ b/charts/security-apps/values.yaml @@ -283,7 +283,7 @@ oauth2Proxy: # -- Chart chart: oauth2-proxy # -- [oauth2-proxy Helm chart](https://github.com/oauth2-proxy/manifests/tree/main/helm/oauth2-proxy) - targetRevision: 6.10.1 + targetRevision: 7.8.2 # -- Helm values # @default -- [upstream values](https://github.com/oauth2-proxy/manifests/blob/main/helm/oauth2-proxy/values.yaml) values: {} From 9baf83ff76ff659c3d34726cc9cccf3dc2659f3c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Dec 2024 11:42:05 +0100 Subject: [PATCH 16/16] chore(deps): bump helm/kind-action from 1.11.0 to 1.12.0 (#1357) Bumps [helm/kind-action](https://github.com/helm/kind-action) from 1.11.0 to 1.12.0. - [Release notes](https://github.com/helm/kind-action/releases) - [Commits](https://github.com/helm/kind-action/compare/v1.11.0...v1.12.0) --- updated-dependencies: - dependency-name: helm/kind-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 6dd32a68..f6e1d364 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -77,7 +77,7 @@ jobs: run: ct --config=hack/chart-testing/ct.yaml lint - name: Create kind cluster - uses: helm/kind-action@v1.11.0 + uses: helm/kind-action@v1.12.0 if: steps.list-changed.outputs.changed == 'true' - name: Setup cluster for chart-testing (install)