From 5cdeae10981e39e5318749dfe4cd5de405b0a632 Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Fri, 14 Jun 2024 12:29:00 +0200 Subject: [PATCH] [bitnami/odoo] Release 26.2.5 (#27166) * [bitnami/odoo] Release 26.2.5 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/odoo/CHANGELOG.md | 8 ++++++-- bitnami/odoo/Chart.lock | 8 ++++---- bitnami/odoo/Chart.yaml | 4 ++-- bitnami/odoo/values.yaml | 2 +- 4 files changed, 13 insertions(+), 9 deletions(-) diff --git a/bitnami/odoo/CHANGELOG.md b/bitnami/odoo/CHANGELOG.md index a5ffa2e96f..6d04e5c9eb 100644 --- a/bitnami/odoo/CHANGELOG.md +++ b/bitnami/odoo/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 26.2.4 (2024-06-06) +## 26.2.5 (2024-06-14) -* [bitnami/odoo] Release 26.2.4 ([#27000](https://github.com/bitnami/charts/pull/27000)) +* [bitnami/odoo] Release 26.2.5 ([#27166](https://github.com/bitnami/charts/pull/27166)) + +## 26.2.4 (2024-06-06) + +* [bitnami/odoo] Release 26.2.4 (#27000) ([c4edaee](https://github.com/bitnami/charts/commit/c4edaee4c2f47ebd24b6cea00a955818ad20de3f)), closes [#27000](https://github.com/bitnami/charts/issues/27000) ## 26.2.3 (2024-06-05) diff --git a/bitnami/odoo/Chart.lock b/bitnami/odoo/Chart.lock index 5b01e03158..1f8176a170 100644 --- a/bitnami/odoo/Chart.lock +++ b/bitnami/odoo/Chart.lock @@ -1,9 +1,9 @@ dependencies: - name: postgresql repository: oci://registry-1.docker.io/bitnamicharts - version: 15.5.2 + version: 15.5.5 - name: common repository: oci://registry-1.docker.io/bitnamicharts - version: 2.20.0 -digest: sha256:8a4794e558a871e8959eb06c8563f52a74a8c6d2f712087934129b114f4cae7e -generated: "2024-06-06T15:13:04.539304778Z" + version: 2.20.2 +digest: sha256:68f135b2063380281f2226940c945c46f3c456866302a110cc16eb6c8159116f +generated: "2024-06-14T10:04:18.53237864Z" diff --git a/bitnami/odoo/Chart.yaml b/bitnami/odoo/Chart.yaml index 9bfc8376d1..2ee5135e31 100644 --- a/bitnami/odoo/Chart.yaml +++ b/bitnami/odoo/Chart.yaml @@ -6,7 +6,7 @@ annotations: licenses: Apache-2.0 images: | - name: odoo - image: docker.io/bitnami/odoo:17.0.20240605-debian-12-r0 + image: docker.io/bitnami/odoo:17.0.20240605-debian-12-r1 apiVersion: v2 appVersion: 17.0.20240605 dependencies: @@ -34,4 +34,4 @@ maintainers: name: odoo sources: - https://github.com/bitnami/charts/tree/main/bitnami/odoo -version: 26.2.4 +version: 26.2.5 diff --git a/bitnami/odoo/values.yaml b/bitnami/odoo/values.yaml index fd92fc6c39..803e2be31b 100644 --- a/bitnami/odoo/values.yaml +++ b/bitnami/odoo/values.yaml @@ -79,7 +79,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/odoo - tag: 17.0.20240605-debian-12-r0 + tag: 17.0.20240605-debian-12-r1 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'