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 corresponds to the Docker tag 1.0.0):
docker pull evoapicloud/evo-auth-service-community:1.0.0
docker pull evoapicloud/evo-ai-crm-community:1.0.0
docker pull evoapicloud/evo-ai-frontend-community:1.0.0
docker pull evoapicloud/evo-ai-processor-community:1.0.0
docker pull evoapicloud/evo-ai-core-service-community:1.0.0
docker pull evoapicloud/evo-flow-community:1.0.0
docker pull evoapicloud/evo-bot-runtime:1.0.0
docker pull evoapicloud/evo-crm-gateway:1.0.0Or, equivalently, :latest always tracks the most recent tagged release.
What's Changed
- fix(gateway): route agent OAuth integration paths to the processor by @gomessguii in #160
- ci: guard de colisão de version de migration CRM×auth — follow-up EVO-1911 (EVO-2090) by @pastoriniMatheus in #159
- fix(swarm): add evo-flow, ClickHouse and RabbitMQ to the deploy stack by @gomessguii in #163
- chore(submodules): bump CRM services to develop HEAD by @gomessguii in #165
- docs(changelog): add v1.0.0 release section by @gomessguii in #166
Full Changelog: v1.0.0-rc7...v1.0.0