From 06991a2c4cc5e285fa58532edb169a0992f767ef Mon Sep 17 00:00:00 2001 From: Bitnami Bot Date: Wed, 5 Jun 2024 08:57:06 +0200 Subject: [PATCH] [bitnami/whereabouts] Release 1.1.2 (#26757) * [bitnami/whereabouts] Release 1.1.2 updating components versions Signed-off-by: Bitnami Containers * Update CHANGELOG.md Signed-off-by: Bitnami Containers --------- Signed-off-by: Bitnami Containers --- bitnami/whereabouts/CHANGELOG.md | 8 ++++++-- bitnami/whereabouts/Chart.yaml | 28 ++++++++++++++-------------- bitnami/whereabouts/values.yaml | 2 +- 3 files changed, 21 insertions(+), 17 deletions(-) diff --git a/bitnami/whereabouts/CHANGELOG.md b/bitnami/whereabouts/CHANGELOG.md index d190340c3b..74680c49cf 100644 --- a/bitnami/whereabouts/CHANGELOG.md +++ b/bitnami/whereabouts/CHANGELOG.md @@ -1,8 +1,12 @@ # Changelog -## 1.1.1 (2024-06-04) +## 1.1.2 (2024-06-05) -* [bitnami/whereabouts] Bump chart version ([#26673](https://github.com/bitnami/charts/pull/26673)) +* [bitnami/whereabouts] Release 1.1.2 ([#26757](https://github.com/bitnami/charts/pull/26757)) + +## 1.1.1 (2024-06-04) + +* [bitnami/whereabouts] Bump chart version (#26673) ([02c7581](https://github.com/bitnami/charts/commit/02c7581e027023b7e3ddf01c58d178f3e2da806a)), closes [#26673](https://github.com/bitnami/charts/issues/26673) ## 1.1.0 (2024-05-21) diff --git a/bitnami/whereabouts/Chart.yaml b/bitnami/whereabouts/Chart.yaml index 862dfcfd0f..b4dee46560 100644 --- a/bitnami/whereabouts/Chart.yaml +++ b/bitnami/whereabouts/Chart.yaml @@ -6,27 +6,27 @@ annotations: licenses: Apache-2.0 images: | - name: whereabouts - image: docker.io/bitnami/whereabouts:0.7.0-debian-12-r3 + image: docker.io/bitnami/whereabouts:0.7.0-debian-12-r4 apiVersion: v2 appVersion: 0.7.0 dependencies: - - name: common - repository: oci://registry-1.docker.io/bitnamicharts - tags: - - bitnami-common - version: 2.x.x +- name: common + repository: oci://registry-1.docker.io/bitnamicharts + tags: + - bitnami-common + version: 2.x.x description: Whereabouts is a CNI IPAM plugin for Kubernetes clusters. It dynamically assigns IP addresses cluster-wide. Features both IPv4 and IPv6 addressing. home: https://bitnami.com icon: https://bitnami.com/assets/stacks/whereabouts/img/whereabouts-stack-220x234.png keywords: - - whereabouts - - cni - - kubernetes - - networking +- whereabouts +- cni +- kubernetes +- networking maintainers: - - name: Broadcom, Inc. All Rights Reserved. - url: https://github.com/bitnami/charts +- name: Broadcom, Inc. All Rights Reserved. + url: https://github.com/bitnami/charts name: whereabouts sources: - - https://github.com/bitnami/charts/tree/main/bitnami/whereabouts -version: 1.1.1 +- https://github.com/bitnami/charts/tree/main/bitnami/whereabouts +version: 1.1.2 diff --git a/bitnami/whereabouts/values.yaml b/bitnami/whereabouts/values.yaml index d31a69c51d..4d1db338c1 100644 --- a/bitnami/whereabouts/values.yaml +++ b/bitnami/whereabouts/values.yaml @@ -82,7 +82,7 @@ diagnosticMode: image: registry: docker.io repository: bitnami/whereabouts - tag: 0.7.0-debian-12-r3 + tag: 0.7.0-debian-12-r4 digest: "" ## Specify a imagePullPolicy ## Defaults to 'Always' if image tag is 'latest', else set to 'IfNotPresent'