diff --git a/CHANGELOG.md b/CHANGELOG.md index 8a6b4dbbb92b366a83a38678a30ce83f1a6d5c2b..63d09f91bc0981ab2c8092a4321d15d22b678380 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## [0.1.6] - 2021-01-14 + +* Improve how `WP_CRON_CONTROL_SECRET` works / make sure `helm install` works with default values +* Add support for parent and child themes +* Only spawn cronjobs if the WordPress pod is ready +* Update database in Ansible playbook +* Allow extra arguments to `install.sh` scripts +* Fix rights issue with `config.php` that caused restarted pods to fail +* Squelch "Cannot set fs attributes on a non-existent symlink target" message + ## [0.1.5] - 2020-09-23 * Re-enable some redis commands disabled by Bitnami by default diff --git a/Chart.yaml b/Chart.yaml index 6115e99061f5e74f915889d3195964d3932d8fe1..c7d1d73457c5f3e0dfb7ef6c6613f290c414e5f4 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.5 +version: 0.1.6 icon: https://make.wordpress.org/design/files/2016/09/WordPress-logotype-wmark.png diff --git a/values.yaml b/values.yaml index 7c8cc07ab594e771b89c510404fb1d1844c7fa78..c04295f436753510f2bab36e92b6db31eff43a45 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.5 + tag: 0.1.6 pullPolicy: Always pullSecrets: [] initImage: repository: open.greenhost.net:4567/openappstack/wordpress-helm/wordpress-cli-ansible - tag: 0.1.5 + tag: 0.1.6 pullPolicy: Always ingress: