Version: 1.1.x
Upgrading Rasa X Versions
To see which version of Rasa X you are currently running, hit the /version
endpoint:
curl https://example.com/api/version
To update to a newer version, update the tag
values for all Rasa X and Rasa Open Source services,
then follow the instructions for making changes to a
deployment.
If you're running the event service and database migration service separately from the rasa-x service,
make sure to update the version for all three services.
For example:
rasax:
tag: "1.1.0"
eventService:
tag: "1.1.0"
dbMigrationService:
tag: "1.1.0"
rasa:
# ...
tag: "<Rasa OS version>-full"
You can get the latest Rasa Open Source version from the bottom left corner in the Rasa Open Source Docs. Check the compatibility matrix and choose a Rasa Open Source version compatible with the Rasa X version you are upgrading to.