From 7192cca5eaae561614556ffc4a48de7a1390e389 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Wed, 22 May 2024 21:06:12 +1000 Subject: [PATCH 1/3] chore: update logging-operator to 4.6.0 --- charts/lagoon-logging/Chart.lock | 8 ++++---- charts/lagoon-logging/Chart.yaml | 8 ++++---- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/charts/lagoon-logging/Chart.lock b/charts/lagoon-logging/Chart.lock index ffda22acc..84fb0c9bd 100644 --- a/charts/lagoon-logging/Chart.lock +++ b/charts/lagoon-logging/Chart.lock @@ -1,6 +1,6 @@ dependencies: - name: logging-operator - repository: https://kube-logging.github.io/helm-charts - version: 4.2.3 -digest: sha256:bcfec23e091d887e7892f70bddbcf33a09195e4140372028b25f8e16cf54436f -generated: "2023-06-14T14:13:35.857841045+08:00" + repository: oci://ghcr.io/kube-logging/helm-charts + version: 4.6.0 +digest: sha256:a41018f6e1bbce8848d08203d4e5a7774fe504f93cc00965100d894a869d1490 +generated: "2024-05-22T17:19:48.18623+10:00" diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 6aeb1ebf9..2d529112d 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -19,12 +19,12 @@ 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.82.0 +version: 0.83.0 dependencies: - name: logging-operator - repository: https://kube-logging.github.io/helm-charts - version: ~4.2.0 + repository: oci://ghcr.io/kube-logging/helm-charts + version: ~4.6.0 condition: logging-operator.enabled # This section is used to collect a changelog for artifacthub.io @@ -34,4 +34,4 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: update uselagoon/logs-dispatcher from v3.4.0 to v3.6.0 + description: update logging-operator from 4.2.3 to 4.6.0 and use oci registry From b1b408596f21fa528dd9ada02f0b154742386a31 Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Thu, 23 May 2024 18:27:31 +1000 Subject: [PATCH 2/3] chore: update logging-operator from 4.2.3 to 4.6.1 and use oci registry --- charts/lagoon-logging/Chart.lock | 6 +++--- charts/lagoon-logging/Chart.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/charts/lagoon-logging/Chart.lock b/charts/lagoon-logging/Chart.lock index 84fb0c9bd..c9d14ce38 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.6.0 -digest: sha256:a41018f6e1bbce8848d08203d4e5a7774fe504f93cc00965100d894a869d1490 -generated: "2024-05-22T17:19:48.18623+10:00" + version: 4.6.1 +digest: sha256:455a8ba4feb77b50462f987d403701a2147cc06569ed82cb780ebdd96cc7a136 +generated: "2024-05-23T18:26:03.991404711+10:00" diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 2d529112d..365521bee 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -34,4 +34,4 @@ annotations: artifacthub.io/containsSecurityUpdates: "true" artifacthub.io/changes: | - kind: changed - description: update logging-operator from 4.2.3 to 4.6.0 and use oci registry + description: update logging-operator from 4.2.3 to 4.6.1 and use oci registry From 07ed1e1326a0a2ee1e55ad173f7109f7c241bdee Mon Sep 17 00:00:00 2001 From: Toby Bellwood Date: Tue, 28 May 2024 15:30:00 +1000 Subject: [PATCH 3/3] add explicit logging-operator update to NOTES.txt --- charts/lagoon-logging/Chart.lock | 4 ++-- charts/lagoon-logging/Chart.yaml | 6 +++++- charts/lagoon-logging/templates/NOTES.txt | 6 +++++- 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/charts/lagoon-logging/Chart.lock b/charts/lagoon-logging/Chart.lock index c9d14ce38..5cb42cded 100644 --- a/charts/lagoon-logging/Chart.lock +++ b/charts/lagoon-logging/Chart.lock @@ -2,5 +2,5 @@ dependencies: - name: logging-operator repository: oci://ghcr.io/kube-logging/helm-charts version: 4.6.1 -digest: sha256:455a8ba4feb77b50462f987d403701a2147cc06569ed82cb780ebdd96cc7a136 -generated: "2024-05-23T18:26:03.991404711+10:00" +digest: sha256:e746740d59c5de0162b79dbffbe5696f1e5204e122abad3ac76bc6a22bd3fb7b +generated: "2024-05-28T15:19:59.540195358+10:00" diff --git a/charts/lagoon-logging/Chart.yaml b/charts/lagoon-logging/Chart.yaml index 365521bee..927957f2c 100644 --- a/charts/lagoon-logging/Chart.yaml +++ b/charts/lagoon-logging/Chart.yaml @@ -21,10 +21,14 @@ type: application # Versions are expected to follow Semantic Versioning (https://semver.org/) version: 0.83.0 +# AppVersion is set here the same as the logging-operator chart version to +# autopopulate the post-install CRD message. +appVersion: 4.6.1 + dependencies: - name: logging-operator repository: oci://ghcr.io/kube-logging/helm-charts - version: ~4.6.0 + version: 4.6.1 condition: logging-operator.enabled # This section is used to collect a changelog for artifacthub.io diff --git a/charts/lagoon-logging/templates/NOTES.txt b/charts/lagoon-logging/templates/NOTES.txt index 311f0a2be..d14d4cd4a 100644 --- a/charts/lagoon-logging/templates/NOTES.txt +++ b/charts/lagoon-logging/templates/NOTES.txt @@ -1,5 +1,9 @@ Thank you for installing {{ .Chart.Name }}. -Your release is named {{ .Release.Name }}. +Your release is named {{ .Release.Name }} containing the logging-operator {{ .Chart.AppVersion }} release Your logs are now being sent to {{ coalesce .Values.forward.host }}:{{ .Values.forward.hostPort }}. + +Please ensure you install the updated CRDs manually after installing this release: + +helm show crds oci://ghcr.io/kube-logging/helm-charts/logging-operator --version {{ .Chart.AppVersion }} | kubectl apply -f -