Docker Images
All images are available on Docker Hub under the evoapicloud org. The Docker tag drops the leading v (so the git tag v1.0.0-rc4 corresponds to the Docker tag 1.0.0-rc4):
docker pull evoapicloud/evo-auth-service-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-crm-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-frontend-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-processor-community:1.0.0-rc4
docker pull evoapicloud/evo-ai-core-service-community:1.0.0-rc4
docker pull evoapicloud/evo-bot-runtime:1.0.0-rc4
docker pull evoapicloud/evo-crm-gateway:1.0.0-rc4Or, equivalently, :latest always tracks the most recent tagged release.
What's Changed
- fix(EVO-976): fix avatar storage — shared volumes, AUTH_SERVICE_URL, storage docs by @marcelogorutuba in #80
- fix(migrations): ensure cross‑service migrations on shared DB (replace
db:preparewithdb:create && db:migrate) by @miltonsosa-info-unlp in #97 - chore(git): remove orphan gitlinks (
.claude,bms-monorepo,evo-ai-docs) by @daniloleonecarneiro in #102
New Contributors
- @miltonsosa-info-unlp made their first contribution in #97
- @daniloleonecarneiro made their first contribution in #102
Full Changelog: v1.0.0-rc2...v1.0.0-rc4