Skip to content

v1.21.0

Latest
Compare
Choose a tag to compare
@gabrieljackson gabrieljackson released this 25 Mar 12:52
· 7 commits to master since this release
eed2ec4

Upgrade Notes

This release contains changes that prepare the Mattermost operator for the eventual deprecation of the MySQL operator database option. As a reminder, this option was never intended for production usage. If you are not using the OperatorManaged database configuration then you can skip this section.

Since introducing direct MySQL database management in the Mattermost operator a few things have changed. Most importantly, Mattermost itself is in the process of deprecating MySQL database support entirely. PostgreSQL is now the recommended database option. Additionally, the version of the MySQL operator that was leveraged needs to be upgraded to support newer versions of k8s. Due to Mattermost MySQL support eventually being removed, we are encouraging users of the MySQL operator to migrate to Postgres. Documentation for migrating can be found below:

https://docs.mattermost.com/deploy/postgres-migration.html

https://docs.mattermost.com/manage/bulk-export-tool.html

If you are looking for a PostgeSQL database operator to use then you may want to look into CloudNativePG:

https://cloudnative-pg.io

What's Changed

New Contributors

Full Changelog: v1.20.1...v1.21.0