I already am using 1.22 in my weaviate docker compose, how can I make sure to use the most recent version of 1.22 stable? Is there a way to make sure I include this PR.
In order to use it, you can change the weaviate version in your docker compose, and run:
docker compose pull
docker compose up -d
It is a good practice to tie your docker-compose to a specific version.
You could change the docker compose image to latest instead of a specific version, but that could lead to undesired updates, as new versions are always released under the latest tag.