mirror of
https://github.com/makeplane/plane.git
synced 2026-07-13 22:09:12 +02:00
* Update application version to v1.14.0 and add automation consumer and outbox poller services - Updated APP_RELEASE_VERSION to v1.14.0 in various deployment files. - Added new services for automation consumer and outbox poller in Docker and Podman configurations. - Introduced environment variables for outbox poller and automation consumer in relevant .env files. - Updated build scripts to reflect the new version requirements. * Add iframely service to deployment configurations - Introduced iframely service in Dockerfile, supervisor.conf, and various deployment YAML files. - Updated environment variables to include IFRAMELY_URL and IFRAMELY_REPLICAS. - Ensured iframely service dependencies are correctly set in all relevant configurations. * fix: update iframely image path in Dockerfile * refactor: rename plane-iframely to iframely across deployment configurations * chore: remove iframely dependency from deployment configurations * chore: clean up whitespace in docker-compose.yml