From d96e16aa1e2f1d42de829330f5c0dbc1c4666493 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Javier=20J=2E=20Salmer=C3=B3n=20Garc=C3=ADa?= Date: Wed, 7 May 2025 13:24:16 +0200 Subject: [PATCH] [bitnami/common] chore: :recycle: Remove unused helpers (#33496) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit * [bitnami/common] chore: :recycle: Remove unused helpers Signed-off-by: Javier J. Salmerón García * Update CHANGELOG.md Signed-off-by: Bitnami Bot --------- Signed-off-by: Javier J. Salmerón García Signed-off-by: Bitnami Bot Co-authored-by: Bitnami Bot --- bitnami/common/CHANGELOG.md | 6 +++++- bitnami/common/Chart.yaml | 4 ++-- bitnami/common/templates/_ingress.tpl | 20 -------------------- 3 files changed, 7 insertions(+), 23 deletions(-) diff --git a/bitnami/common/CHANGELOG.md b/bitnami/common/CHANGELOG.md index 1dab616df5..8f3dfe0996 100644 --- a/bitnami/common/CHANGELOG.md +++ b/bitnami/common/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog +## 2.31.1 (2025-05-07) + +* [bitnami/common] chore: :recycle: Remove unused helpers ([#33496](https://github.com/bitnami/charts/pull/33496)) + ## 2.31.0 (2025-05-05) -* [bitnami/common] chore: :recycle: Remove deprecated APIs (<1.23.0) ([#33320](https://github.com/bitnami/charts/pull/33320)) +* [bitnami/common] chore: :recycle: Remove deprecated APIs (<1.23.0) (#33320) ([3826a9e](https://github.com/bitnami/charts/commit/3826a9e1488c12545f11cf8cb1a11d23daf90602)), closes [#33320](https://github.com/bitnami/charts/issues/33320) ## 2.30.2 (2025-04-30) diff --git a/bitnami/common/Chart.yaml b/bitnami/common/Chart.yaml index 14e3d8da8f..fcdd1d27f8 100644 --- a/bitnami/common/Chart.yaml +++ b/bitnami/common/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 apiVersion: v2 # Please make sure that version and appVersion are always the same. -appVersion: 2.31.0 +appVersion: 2.31.1 description: A Library Helm Chart for grouping common logic between bitnami charts. This chart is not deployable by itself. home: https://bitnami.com icon: https://dyltqmyl993wv.cloudfront.net/downloads/logos/bitnami-mark.png @@ -23,4 +23,4 @@ name: common sources: - https://github.com/bitnami/charts/tree/main/bitnami/common type: library -version: 2.31.0 +version: 2.31.1 diff --git a/bitnami/common/templates/_ingress.tpl b/bitnami/common/templates/_ingress.tpl index 3973805657..2d0dbf1e60 100644 --- a/bitnami/common/templates/_ingress.tpl +++ b/bitnami/common/templates/_ingress.tpl @@ -27,26 +27,6 @@ service: {{- end }} {{- end -}} -{{/* -TODO: Remove as soon it is removed from the rest of the charts -Print "true" if the API pathType field is supported -Usage: -{{ include "common.ingress.supportsPathType" . }} -*/}} -{{- define "common.ingress.supportsPathType" -}} -{{- print "true" -}} -{{- end -}} - -{{/* -TODO: Remove as soon it is removed from the rest of the charts -Returns true if the ingressClassname field is supported -Usage: -{{ include "common.ingress.supportsIngressClassname" . }} -*/}} -{{- define "common.ingress.supportsIngressClassname" -}} -{{- print "true" -}} -{{- end -}} - {{/* Return true if cert-manager required annotations for TLS signed certificates are set in the Ingress annotations