From c35ca769e9ca044d9f5b8c114a31b09d9896d438 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 17 Mar 2024 18:57:09 +0200 Subject: [PATCH] Release cluster-v0.0.3 (#220) * Bug Fix: Schema validation of cluster.resources * Bug Fix: Correct ref to superuserSecret * Added support for the specifying user `UID` & `GID` Signed-off-by: Itay Grudev --- RELEASE.md | 9 +++++++-- charts/cluster/Chart.yaml | 2 +- charts/cluster/README.md | 2 +- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/RELEASE.md b/RELEASE.md index 41fa2b859..984d1d550 100644 --- a/RELEASE.md +++ b/RELEASE.md @@ -12,7 +12,12 @@ release of the CloudNativePG operator. I.e. even if we have several release branches in CNPG, we will only target the most advanced point release (e.g. 1.17.1) -## How to release the `cloudnative-pg` chart +## Charts + +1. [Releasing the `cloudnative-pg` chart](#releasing-the-cloudnative-pg-chart) +2. [Releasing `cluster` chart](#releasing-the-cluster-chart) + +## Releasing the `cloudnative-pg` chart In order to create a new release of the `cloudnative-pg` chart, follow these steps: @@ -93,7 +98,7 @@ In order to create a new release of the `cloudnative-pg` chart, follow these ste ``` and be able to see the new version `X.Y.Z` as `CHART VERSION` for `cloudnative-pg` -## How to release the `cluster` chart +## Releasing the `cluster` chart In order to create a new release of the `cluster` chart, follow these steps: diff --git a/charts/cluster/Chart.yaml b/charts/cluster/Chart.yaml index dcae9cb8c..c57c3e6a9 100644 --- a/charts/cluster/Chart.yaml +++ b/charts/cluster/Chart.yaml @@ -18,7 +18,7 @@ name: cluster description: Deploys and manages a CloudNativePG cluster and its associated resources. icon: https://raw.githubusercontent.com/cloudnative-pg/artwork/main/cloudnativepg-logo.svg type: application -version: 0.0.2 +version: 0.0.3 sources: - https://github.com/cloudnative-pg/charts keywords: diff --git a/charts/cluster/README.md b/charts/cluster/README.md index ab4811962..0ad2c7973 100644 --- a/charts/cluster/README.md +++ b/charts/cluster/README.md @@ -1,6 +1,6 @@ # cluster -![Version: 0.0.2](https://img.shields.io/badge/Version-0.0.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) +![Version: 0.0.3](https://img.shields.io/badge/Version-0.0.3-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) > **Warning** > ### This chart is under active development.