From 446f7e6f10ffeae227270d104c4ee6ae5f621e02 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 8 Nov 2024 08:31:17 +1100 Subject: [PATCH 1/3] chore: update uselagoon/logs-concentrator to v3.6.0 --- charts/lagoon-logs-concentrator/Chart.yaml | 4 ++-- charts/lagoon-logs-concentrator/values.yaml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/lagoon-logs-concentrator/Chart.yaml b/charts/lagoon-logs-concentrator/Chart.yaml index 69639974..06bc778c 100644 --- a/charts/lagoon-logs-concentrator/Chart.yaml +++ b/charts/lagoon-logs-concentrator/Chart.yaml @@ -19,7 +19,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.50.0 +version: 0.51.0 # This section is used to collect a changelog for artifacthub.io # It should be started afresh for each release @@ -27,4 +27,4 @@ version: 0.50.0 annotations: artifacthub.io/changes: | - kind: changed - description: update uselagoon/logs-concentrator from v3.4.0 to v3.5.0 + description: update uselagoon/logs-concentrator from v3.5.0 to v3.6.0 diff --git a/charts/lagoon-logs-concentrator/values.yaml b/charts/lagoon-logs-concentrator/values.yaml index a1e960f2..9515e8cf 100644 --- a/charts/lagoon-logs-concentrator/values.yaml +++ b/charts/lagoon-logs-concentrator/values.yaml @@ -12,7 +12,7 @@ image: repository: uselagoon/logs-concentrator pullPolicy: IfNotPresent # Overrides the image tag whose default is "latest". - tag: "v3.5.0" + tag: "v3.6.0" imagePullSecrets: [] nameOverride: "" From ef75aa880186dbee349660cbbdef1b618a4a75d5 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 8 Nov 2024 08:32:39 +1100 Subject: [PATCH 2/3] chore: update uselagoon/logs-dispatcher to v3.8.0 --- charts/lagoon-logging/Chart.yaml | 6 ++---- charts/lagoon-logging/values.yaml | 4 ++-- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 712da2c9..63da537b 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -19,7 +19,7 @@ type: application # time you make changes to the chart and its templates, including the app # version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.84.0 +version: 0.85.0 # AppVersion is set here the same as the logging-operator chart version to # autopopulate the post-install CRD message. @@ -38,6 +38,4 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: update logging-operator from 4.6.1 to 4.9.1 - - kind: changed - description: update uselagoon/logs-dispatcher from v3.6.0 to v3.7.0 + description: update uselagoon/logs-dispatcher from v3.7.0 to v3.8.0 diff --git a/charts/lagoon-logging/values.yaml b/charts/lagoon-logging/values.yaml index 602b2e24..82ec0ef0 100644 --- a/charts/lagoon-logging/values.yaml +++ b/charts/lagoon-logging/values.yaml @@ -19,7 +19,7 @@ logsDispatcher: repository: uselagoon/logs-dispatcher pullPolicy: IfNotPresent # Overrides the image tag whose default is "latest". - tag: "v3.7.0" + tag: "v3.8.0" serviceAccount: # Specifies whether a service account should be created @@ -121,7 +121,7 @@ cdnLogsCollector: repository: uselagoon/logs-dispatcher pullPolicy: IfNotPresent # Overrides the image tag whose default is "latest". - tag: "v3.7.0" + tag: "v3.8.0" podAnnotations: {} From 3b97713a5a4835c47efa560e99912a04fcc85038 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Fri, 8 Nov 2024 08:33:28 +1100 Subject: [PATCH 3/3] chore: update logging-operator to 4.10.0 --- charts/lagoon-logging/Chart.lock | 6 +++--- charts/lagoon-logging/Chart.yaml | 6 ++++-- 2 files changed, 7 insertions(+), 5 deletions(-) diff --git a/charts/lagoon-logging/Chart.lock b/charts/lagoon-logging/Chart.lock index 18691940..010b34fc 100644 --- a/charts/lagoon-logging/Chart.lock +++ b/charts/lagoon-logging/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: logging-operator repository: oci://ghcr.io/kube-logging/helm-charts - version: 4.9.1 -digest: sha256:26b05aafbf9e1d92adfd10664ac225d8f07adc00e497369d563c4b12d445c108 -generated: "2024-09-02T11:31:43.731650736+10:00" + version: 4.10.0 +digest: sha256:dc96194b2cf7dfced2baae103138c3fa7ca2307db8e09f537813b428b5852542 +generated: "2024-11-08T08:30:35.651405515+11:00" diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 63da537b..335c0219 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -23,12 +23,12 @@ version: 0.85.0 # AppVersion is set here the same as the logging-operator chart version to # autopopulate the post-install CRD message. -appVersion: 4.9.1 +appVersion: 4.10.0 dependencies: - name: logging-operator repository: oci://ghcr.io/kube-logging/helm-charts - version: 4.9.1 + version: 4.10.0 condition: logging-operator.enabled # This section is used to collect a changelog for artifacthub.io @@ -39,3 +39,5 @@ annotations: artifacthub.io/changes: | - kind: changed description: update uselagoon/logs-dispatcher from v3.7.0 to v3.8.0 + - kind: changed + description: update logging-operator from 4.9.1 to 4.10.0