Releases: riotkit-org/wordpress-hardened
Releases · riotkit-org/wordpress-hardened
v3.0 release - bigger fixes, and mostly Kubernetes features added 🚀
Features:
- Backup Repository support
- Volume Syncing Controller support
- DB maintenance Jobs/CronJobs
- Improved, auto-generated docs for Helm Chart values
- Volume permissions fixing initContainer
Bugfixes:
- wp-config-riotkit.php was not included in new installations anymore, in effect not all environment variables were working
Other:
- E2E tests with Kuttl
- OCI repository for Helm Chart
Happy testing new RC version! Let us know, please report issues and open discussions 👩🏿🚀 🚀
WordPress version: v6.1.1 (its less important - you can anytime upgrade on runtime)
New, rebuilt Helm Chart, lots of bugfixes in container image 🚀
Features:
- Backup Repository support
- Volume Syncing Controller support
- DB maintenance Jobs/CronJobs
- Improved, auto-generated docs for Helm Chart values
- Volume permissions fixing initContainer
Bugfixes:
- wp-config-riotkit.php was not included in new installations anymore, in effect not all environment variables were working
Other:
- E2E tests with Kuttl
- OCI repository for Helm Chart
Happy testing new RC version! Let us know, please report issues and open discussions 👩🏿🚀 🚀
v2.1-alpha4
fix: Indent
v2.1-alpha3
feat: Add support for env variable WORDPRESS_DB_TABLE_PREFIX
v2.1-alpha2
feat: Add support for extraConfigMaps
v2.1-alpha1
This release brings support for extra volumes.
v2.0 Kubernetes, WAF, Backups, automated plugins installation and more!
This release brings mainly a Kubernetes support together with:
- Web Application Firewall setup (experimental)
- Primitive rules to protect against PHP targeted exploits
- Refactoring to not depend on Supervisord
- Instance pre-configuration with environment variables
- And many, many, more!
Enjoy!
v2.0-rc11
docs: Update docs
Automated WordPress wizard and plugins installation on container startup
v2.0-rc10 feat: Add support for plugins and website preinstallation
Fix: Kubernets liveness/readiness probes permissions
v2.0-rc9 fix: WAF