| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
Sorry, something went wrong.
Reviewer's GuideUpdates the Evolution API Docker image to v2.2.3 and aligns CONFIG_SESSION_PHONE_VERSION across .env.example and swarm YAML to ensure compatibility with the latest WhatsApp Web session protocol. File-Level Changes
Tips and commands Interacting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
Sorry, something went wrong.
There was a problem hiding this comment.
Hey @samuelterra22 - I've reviewed your changes and they look great!
Here's what I looked at during the review
Sorry, something went wrong.
| services: | ||
| evolution_v2: | ||
| image: atendai/evolution-api:v2.1.2 | ||
| image: atendai/evolution-api:v2.2.3 |
There was a problem hiding this comment.
suggestion (bug_risk): Pin Docker image to a digest for immutability
Pinning to a digest ensures the deployed image won't change unexpectedly if the tag is updated.
Suggested implementation:
image: atendai/evolution-api@sha256:abc123replacewithactualdigest
You must replace sha256:abc123replacewithactualdigest with the actual digest for atendai/evolution-api:v2.2.3. You can find this by running:
docker pull atendai/evolution-api:v2.2.3
docker inspect --format='{{index .RepoDigests 0}}' atendai/evolution-api:v2.2.3
and copying the sha256 value.
Sorry, something went wrong.
Sorry, something went wrong.
|
@samuelterra22 Have you considered updating to version 2.3000.1023243284? It’s the most recent version listed here, works well, and is likely to stay compatible for longer. |
Sorry, something went wrong.
|
Hi @iaurg, on the website you suggested it seems to be all alpha versions. I extracted the version from the current version of Whatssapp Web but it can be modified without any problem. |
Sorry, something went wrong.
Interesting—I’ve checked several sources, but they all seem a bit confusing: Where did you find the version you shared? Maybe we could define a single “source of truth” for future updates. |
Sorry, something went wrong.
There was a problem hiding this comment.
meu erro permanece
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
This pull request includes updates to configuration files to ensure compatibility with newer versions of dependencies and improve system functionality. The changes primarily involve updating version numbers for the Evolution API and the WhatsApp Web session configuration.
Updates to versioning:
Synchronization across configuration files:
Summary by Sourcery
Bump the Evolution API service image and align the WhatsApp Web session phone version config to the latest releases for improved compatibility.
Deployment: