From 8fc3f550c7c5cd39a37854c77422d9f09cbc5510 Mon Sep 17 00:00:00 2001 From: Rufus Deponian Date: Wed, 21 Apr 2021 15:10:50 +0300 Subject: [PATCH] cloudsql-backup-check: version bump to 0.2.2 --- cloudsql-backup-check/CHANGELOG.md | 3 +++ cloudsql-backup-check/Chart.yaml | 2 +- cloudsql-backup-check/README.md | 4 ++-- cloudsql-backup-check/values.yaml | 2 +- 4 files changed, 7 insertions(+), 4 deletions(-) diff --git a/cloudsql-backup-check/CHANGELOG.md b/cloudsql-backup-check/CHANGELOG.md index 5d9e68f..abd2ded 100644 --- a/cloudsql-backup-check/CHANGELOG.md +++ b/cloudsql-backup-check/CHANGELOG.md @@ -1,5 +1,8 @@ # UNRELEASED +# 0.2.2 (21.04.2021) +- Add "restic unlock" after successful database restoration + # 0.2.1 (25.03.2021) - Add keepalive options for ssh and ansible diff --git a/cloudsql-backup-check/Chart.yaml b/cloudsql-backup-check/Chart.yaml index 3a0cc37..63bacef 100644 --- a/cloudsql-backup-check/Chart.yaml +++ b/cloudsql-backup-check/Chart.yaml @@ -1,7 +1,7 @@ apiVersion: v2 name: cloudsql-backup-check description: A Helm chart for checking PostgreSQL backup integrity -version: 0.2.1 +version: 0.2.2 appVersion: "2.10.5" maintainers: - name: Ilya Cherepanov diff --git a/cloudsql-backup-check/README.md b/cloudsql-backup-check/README.md index d394571..080f9f9 100644 --- a/cloudsql-backup-check/README.md +++ b/cloudsql-backup-check/README.md @@ -103,7 +103,7 @@ databases: ansible_backup_check: image: repository: quay.io/evl.ms/ansible-postgresql-backup-check - tag: 20210330-alpine + tag: 20210421-alpine pullPolicy: IfNotPresent ``` @@ -119,5 +119,5 @@ helm install cloudsql-backup-check evilmartians/cloudsql-backup-check -f example |-------|:-----------:|--------:| |**databases**|An array of databases' backups. (See an example above)|| |**ansible\_backup\_check.image.repository**|Docker repository for the docker image with ansible playbooks|`quay.io/evl.ms/ansible-postgresql-backup-check`| -|**ansible\_backup\_check.image.tag**|Docker image tag for the docker image with ansible playbooks|`20210330-alpine`| +|**ansible\_backup\_check.image.tag**|Docker image tag for the docker image with ansible playbooks|`20210421-alpine`| |**ansible\_backup\_check.image.pullPolicy**|Docker image pull policy for the ansible pods|`IfNotPresent`| diff --git a/cloudsql-backup-check/values.yaml b/cloudsql-backup-check/values.yaml index c5a221d..c0b93e4 100644 --- a/cloudsql-backup-check/values.yaml +++ b/cloudsql-backup-check/values.yaml @@ -81,5 +81,5 @@ databases: [] ansible_backup_check: image: repository: quay.io/evl.ms/ansible-postgresql-backup-check - tag: 20210330-alpine + tag: 20210421-alpine pullPolicy: IfNotPresent