From ef2bdb616ad3aa39b17bf0363acd6b786424e862 Mon Sep 17 00:00:00 2001 From: joseacl Date: Fri, 12 May 2023 21:18:29 +0200 Subject: [PATCH 1/3] feat: ssl version in opensearch Signed-off-by: joseacl --- .../logging-operator/crds/logging.banzaicloud.io_outputs.yaml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml b/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml index 0f0a03b..fdf307a 100644 --- a/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml +++ b/charts/logging-operator/crds/logging.banzaicloud.io_outputs.yaml @@ -4334,6 +4334,8 @@ spec: type: string ssl_verify: type: boolean + ssl_version: + type: string suppress_doc_wrap: type: boolean suppress_type_name: @@ -10233,6 +10235,8 @@ spec: type: string ssl_verify: type: boolean + ssl_version: + type: string suppress_doc_wrap: type: boolean suppress_type_name: From 113c8148cdcd524c085912a829c86e848d4e25ce Mon Sep 17 00:00:00 2001 From: joseacl Date: Wed, 17 May 2023 14:01:09 +0200 Subject: [PATCH 2/3] bump logging operator chart version Signed-off-by: joseacl --- charts/logging-operator/Chart.yaml | 2 +- charts/logging-operator/README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index f6987f2..ca251dc 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: logging-operator -version: 4.1.0 +version: 4.2.0 appVersion: 4.1.0 kubeVersion: ">=1.16.0-0" description: Logging operator for Kubernetes based on Fluentd and Fluentbit. diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index 8de4e23..788d98d 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -1,6 +1,6 @@ # logging-operator -![version: 4.1.0](https://img.shields.io/badge/version-4.1.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.1.0](https://img.shields.io/badge/app%20version-4.1.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator) +![version: 4.2.0](https://img.shields.io/badge/version-4.2.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.1.0](https://img.shields.io/badge/app%20version-4.1.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator) Logging operator for Kubernetes based on Fluentd and Fluentbit. From 567db1387b41ceab556c5c80631b9fd9fa1cf5e8 Mon Sep 17 00:00:00 2001 From: Peter Wilcsinszky Date: Mon, 5 Jun 2023 14:46:52 +0200 Subject: [PATCH 3/3] chore: increment patch version only Signed-off-by: Peter Wilcsinszky --- charts/logging-operator/Chart.yaml | 4 ++-- charts/logging-operator/README.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/charts/logging-operator/Chart.yaml b/charts/logging-operator/Chart.yaml index ca251dc..8cc30d2 100644 --- a/charts/logging-operator/Chart.yaml +++ b/charts/logging-operator/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 type: application name: logging-operator -version: 4.2.0 +version: 4.1.1 appVersion: 4.1.0 kubeVersion: ">=1.16.0-0" description: Logging operator for Kubernetes based on Fluentd and Fluentbit. @@ -19,4 +19,4 @@ annotations: description: Moved to to location artifacthub.io/images: | - name: logging-operator - image: ghcr.io/kube-logging/logging-operator:4.0.0 + image: ghcr.io/kube-logging/logging-operator:4.1.0 diff --git a/charts/logging-operator/README.md b/charts/logging-operator/README.md index 788d98d..dce771f 100644 --- a/charts/logging-operator/README.md +++ b/charts/logging-operator/README.md @@ -1,6 +1,6 @@ # logging-operator -![version: 4.2.0](https://img.shields.io/badge/version-4.2.0-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.1.0](https://img.shields.io/badge/app%20version-4.1.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator) +![version: 4.1.1](https://img.shields.io/badge/version-4.1.1-informational?style=flat-square) ![type: application](https://img.shields.io/badge/type-application-informational?style=flat-square) ![app version: 4.1.0](https://img.shields.io/badge/app%20version-4.1.0-informational?style=flat-square) ![kube version: >=1.16.0-0](https://img.shields.io/badge/kube%20version->=1.16.0--0-informational?style=flat-square) [![artifact hub](https://img.shields.io/badge/artifact%20hub-logging--operator-informational?style=flat-square)](https://artifacthub.io/packages/helm/kube-logging/logging-operator) Logging operator for Kubernetes based on Fluentd and Fluentbit.