diff --git a/CHANGELOG.md b/CHANGELOG.md index 63d09f91bc0981ab2c8092a4321d15d22b678380..6eee11f2cf679c9a55ffd022afeaf657362c1d73 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.1.7] - 2021-05-12 + +* Add numberic based backup option that uses number-based backup scheme instead + of date-based. With this, you can save 1 monthly backup and two weekly backups + prepended with "A" and "B" + ## [0.1.6] - 2021-01-14 * Improve how `WP_CRON_CONTROL_SECRET` works / make sure `helm install` works with default values diff --git a/Chart.yaml b/Chart.yaml index c7d1d73457c5f3e0dfb7ef6c6613f290c414e5f4..fd1f53fb0d8d078597741eb4fdcd7567c1ce8395 100644 --- a/Chart.yaml +++ b/Chart.yaml @@ -5,5 +5,5 @@ description: WordPress with a replicated MariaDB backend name: wordpress # Please only change the chart version as part of the release procedure: see # RELEASING.md -version: 0.1.6 +version: 0.1.7 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png diff --git a/values.yaml b/values.yaml index 3a43d298b9d7671ec073c4a96725c78b432580b8..d49492b36e03038e478f1aa0be7d306bd1a21ffe 100644 --- a/values.yaml +++ b/values.yaml @@ -241,13 +241,13 @@ ansibleVars: image: repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress - tag: 0.1.6 + tag: 0.1.7 pullPolicy: Always pullSecrets: [] initImage: repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible - tag: 0.1.6 + tag: 0.1.7 pullPolicy: Always ingress: