Skip to content

Commit

Permalink
chore: Release 3.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
oxyno-zeta committed Jun 11, 2024
1 parent e177a85 commit 4991455
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 2 deletions.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,15 @@
# Changelog

## 3.2.0

### Features

- Add support for type ownership recover in database management

### Bugs

- Remove duplicated metadata in leader election role in Helm chart

## 3.1.0

### Features
Expand Down
2 changes: 1 addition & 1 deletion helm/postgresql-operator/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
apiVersion: v1
appVersion: "3.1.0"
appVersion: "3.2.0"
description: A Helm chart for Kubernetes
name: postgresql-operator
version: 0.3.0
2 changes: 1 addition & 1 deletion helm/postgresql-operator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ replicaCount: 1

image:
repository: easymile/postgresql-operator
tag: 3.1.0
tag: 3.2.0
pullPolicy: IfNotPresent

args:
Expand Down

0 comments on commit 4991455

Please sign in to comment.