diff --git a/README.md b/README.md index 5fb3137..72a9b1f 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@

+ Latest version License: Apache 2.0 Documentation Community @@ -31,6 +32,27 @@ This repository is the **monorepo entrypoint**: it aggregates all community serv --- +## Current version + +**`v1.0.0-rc1`** — first tagged release candidate. See the [release notes](https://github.com/EvolutionAPI/evo-crm-community/releases/tag/v1.0.0-rc1) for highlights, security advisories and known issues. + +The umbrella tag pins each submodule at its corresponding `v1.0.0-rc1` tag. Cloning with `--recurse-submodules` at this tag reproduces the full stack as released: + +| Service | Tag | Release notes | +|---------|-----|---------------| +| [`evo-auth-service-community`](https://github.com/EvolutionAPI/evo-auth-service-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-auth-service-community/releases/tag/v1.0.0-rc1) | +| [`evo-ai-crm-community`](https://github.com/EvolutionAPI/evo-ai-crm-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-crm-community/releases/tag/v1.0.0-rc1) | +| [`evo-ai-frontend-community`](https://github.com/EvolutionAPI/evo-ai-frontend-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-frontend-community/releases/tag/v1.0.0-rc1) | +| [`evo-ai-processor-community`](https://github.com/EvolutionAPI/evo-ai-processor-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-processor-community/releases/tag/v1.0.0-rc1) | +| [`evo-ai-core-service-community`](https://github.com/EvolutionAPI/evo-ai-core-service-community/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-ai-core-service-community/releases/tag/v1.0.0-rc1) | +| [`evo-bot-runtime`](https://github.com/EvolutionAPI/evo-bot-runtime/releases/tag/v1.0.0-rc1) | `v1.0.0-rc1` | [link](https://github.com/EvolutionAPI/evo-bot-runtime/releases/tag/v1.0.0-rc1) | + +```bash +git clone --recurse-submodules --branch v1.0.0-rc1 git@github.com:EvolutionAPI/evo-crm-community.git +``` + +--- + ## Architecture The platform is composed of 6 independent services: diff --git a/docker-compose.yml b/docker-compose.yml index c016380..bd82079 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -63,7 +63,7 @@ services: condition: service_healthy redis: condition: service_healthy - command: sh -c "bundle install && bundle exec rails db:prepare && bundle exec rails s -p 3001 -b 0.0.0.0" + command: sh -c "rm -f /rails/tmp/pids/server.pid && bundle install && bundle exec rails db:prepare && bundle exec rails s -p 3001 -b 0.0.0.0" healthcheck: test: ["CMD", "curl", "-f", "http://localhost:3001/health"] interval: 30s diff --git a/evo-ai-core-service-community b/evo-ai-core-service-community index 746adc2..8ba46db 160000 --- a/evo-ai-core-service-community +++ b/evo-ai-core-service-community @@ -1 +1 @@ -Subproject commit 746adc20b9df23cf5860f1233a90c7884d1ebc8f +Subproject commit 8ba46db7aeee6e371107e883454213de22d11c98 diff --git a/evo-ai-crm-community b/evo-ai-crm-community index 35300e5..8460a60 160000 --- a/evo-ai-crm-community +++ b/evo-ai-crm-community @@ -1 +1 @@ -Subproject commit 35300e5489bc20e210c5ef35a95c13e442cffa15 +Subproject commit 8460a601c657a8db219ec1bd16b7cbf9c5249a2f diff --git a/evo-ai-frontend-community b/evo-ai-frontend-community index 2ec40b6..6fe2b1d 160000 --- a/evo-ai-frontend-community +++ b/evo-ai-frontend-community @@ -1 +1 @@ -Subproject commit 2ec40b6d214fabdaac94903453417277a03dde85 +Subproject commit 6fe2b1dfc990dc1e91e13fc4e5593f293e243ef9 diff --git a/evo-ai-processor-community b/evo-ai-processor-community index 9050693..b4f7fb1 160000 --- a/evo-ai-processor-community +++ b/evo-ai-processor-community @@ -1 +1 @@ -Subproject commit 905069352825ba0f41b8aa66ebbf9c245ef1762a +Subproject commit b4f7fb10b3cf21cd1c7b3f85fbc81f986a8d1ade diff --git a/evo-auth-service-community b/evo-auth-service-community index d01162c..2c7e6b8 160000 --- a/evo-auth-service-community +++ b/evo-auth-service-community @@ -1 +1 @@ -Subproject commit d01162c81087abe01cc159cf9722185573023773 +Subproject commit 2c7e6b8530c0e3f62b6d87b58ac50dbcadbbf45c diff --git a/evolution-api b/evolution-api index af5122c..cd800f2 160000 --- a/evolution-api +++ b/evolution-api @@ -1 +1 @@ -Subproject commit af5122c3f0281f2e05ec328545a12598962ac0b2 +Subproject commit cd800f2976e1e5b682fbf86a01ee4d85ae61f370 diff --git a/evolution-go b/evolution-go index 89eaae3..9f0eb34 160000 --- a/evolution-go +++ b/evolution-go @@ -1 +1 @@ -Subproject commit 89eaae337e61bba9939d3a9a3d606d1469b4b281 +Subproject commit 9f0eb34b59ee83005443fbf22bd9ca9fa1750453