From 1cd1404ad6307c59c0c365b24a627c4ff57ec771 Mon Sep 17 00:00:00 2001 From: Ivan Savciuc Date: Tue, 29 Nov 2022 11:22:52 +0200 Subject: [PATCH] chore: sync with aiven-operator v0.5.1 (#16) --- CHANGELOG.md | 6 ++++-- charts/aiven-operator-crds/Chart.yaml | 4 ++-- charts/aiven-operator/Chart.yaml | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 80615ff..54b0b38 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,9 +2,11 @@ ## [MAJOR.MINOR.PATCH] - YYYY-MM-DD -## aiven-operator-v0.5.0 - 2022-11-28 +## aiven-operator-v0.5.1 - 2022-11-29 +* sync with aiven-operator v0.5.1 -sync with aiven-operator v0.5.0 +## aiven-operator-v0.5.0 - 2022-11-28 +* sync with aiven-operator v0.5.0 ## aiven-operator-v0.4.0 - 2022-08-04 * sync with aiven-operator v0.4.0 diff --git a/charts/aiven-operator-crds/Chart.yaml b/charts/aiven-operator-crds/Chart.yaml index d8091b4..33f74ae 100644 --- a/charts/aiven-operator-crds/Chart.yaml +++ b/charts/aiven-operator-crds/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aiven-operator-crds description: A Helm chart to deploy the aiven operator custom resource definitions type: application -version: v0.5.0 -appVersion: v0.5.0 +version: v0.5.1 +appVersion: v0.5.1 maintainers: - name: mhoffm-aiven url: https://www.aiven.io diff --git a/charts/aiven-operator/Chart.yaml b/charts/aiven-operator/Chart.yaml index fdd0fc2..e1a298a 100644 --- a/charts/aiven-operator/Chart.yaml +++ b/charts/aiven-operator/Chart.yaml @@ -2,8 +2,8 @@ apiVersion: v2 name: aiven-operator description: A Helm chart to deploy the aiven operator type: application -version: v0.5.0 -appVersion: v0.5.0 +version: v0.5.1 +appVersion: v0.5.1 maintainers: - name: mhoffm-aiven url: https://www.aiven.io