🚀 Release 1.14.3 (2025-01-13)
🗒 NOTES
StackGres 1.14.3 is out! 🎊 🍾
This hotfix release solve an important issue regarding SGClusters restored from VolumeSnapshots that may get unavailable after restart. Version 1.14.2 claimed to solve the issue but was not the case.
For more info see https://gitlab.com/ongresinc/stackgres/-/issues/2956
Do not wait more and upgrade StackGres to this latest version!
✨ NEW FEATURES AND CHANGES
Nothing new here! 👀
Web Console
Nothing new here! 👀
🐛 FIXES
- Primary Pod does not start when restarted after a restore from snapshot backup
Web Console
Nothing new here! 👀
🚧 KNOWN ISSUES
- Backups may be restored with inconsistencies when performed with a Postgres instance running on a different architecture (#1539)
🆙 UPGRADE
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
For more detailed information please refer to our documentation.
To upgrade StackGres operator's (upgrade only works starting from 1.1 version or above) helm chart issue the following commands (replace namespace and release name if you used something different):
helm upgrade -n "stackgres" "stackgres-operator" https://stackgres.io/downloads/stackgres-k8s/stackgres/1.14.3/helm/stackgres-operator.tgz
IMPORTANT: This release is incompatible with previous
alpha
orbeta
versions. Upgrading from those versions will require uninstalling completely StackGres including all clusters and StackGres CRDs (those instackgres.io
group) first.
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!