Skip to content

Commit

Permalink
Release cluster-v0.0.3 (#220)
Browse files Browse the repository at this point in the history
* 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 <[email protected]>
  • Loading branch information
github-actions[bot] committed Mar 17, 2024
1 parent 866413f commit c35ca76
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
9 changes: 7 additions & 2 deletions RELEASE.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:

Expand Down Expand Up @@ -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:

Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion charts/cluster/README.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down

0 comments on commit c35ca76

Please sign in to comment.