Releases: autopilotpattern/wordpress
4.7.5-r4.0.0
Update the blueprint to use the latest version of Autopilot Pattern Nginx, among other updates.
Many updated components:
- Nginx 1.13 from autopilotpattern/nginx#49
- WordPress 4.7.5
- ContainerPilot 2.7.3
- consul-template 0.18.3
See all code changes in #48
4.7.3-r4.0.0
Bugs fixed:
Many updated components:
- WordPress 4.7.3
- ContainerPilot 2.7.2
- Consul 0.7.5
- consul-template 0.18.2
Breaking change:
CNS service names in the example Compose file are now namespaces with wp-
to reduce the likelihood of conflict with other compositions. If you're upgrading an existing WP install, be sure to adjust these as needed.
See all code changes in https://github.com/autopilotpattern/wordpress/pull/45/files
4.5.3-r3
ACME_DOMAIN
environment variable can now be set for the Nginx container in order to automatically acquire SSL certs from LetsEncrypt, enable SSL, and redirect http requests to https. LetsEncrypt staging endpoints are used by default; be sure to set ACME_ENV
to production
when ready to move to production.
Changelog
- Added support for ACME feature of autopilotpattern/nginx
- Pinned Nginx image to
1-r6.1.0
- Opened port 443 in docker-compose
- Nginx now sets the following headers:
X_FORWARDED_PROTO
,X-Real-IP
,X-Forwarded-For
- Wordpress recognizes
X_FORWARDED_PROTO
and forces ssl appropriately - setup.sh now adds ACME variables and docs to _env
4.5.3-r2
WordPress 4.5.3 running on php:5.6-apache
, Autopilot Pattern implementation revision 2.
- Updated
nginx/etc/containerpilot.json
for co-processes and telemetry - Changed Nginx health check URL to more specific path to reduce likelihood of conflicts
- Replace Consul image with https://github.com/autopilotpattern/consul
- See notes in
docker-compose.yml
for how to run Consul as an HA raft
- See notes in
- Add build notes
4.5.3-r1
WordPress 4.5.3, Docker image revision 1
First tagged release includes all work done to date.