🚀 Release 1.14.1 (2024-11-25)
🗒 NOTES
StackGres 1.14.1 fix some issues that were encountered in 1.14.0 regarding the metrics collector but also other few issues 🐛 🔫 🎉
So, what you are waiting for to try this release and harden your StackGres!
✨ NEW FEATURES AND CHANGES
Nothing new here! 👀
Web Console
Nothing new here! 👀
🐛 FIXES
- Monitoring tab in showing stats/metrics only for a single Pod in each SGCluster and collector configuration is not reloaded
- When installing the operator for the first time the OpenTelemetry collector do not start as expected
- Major version upgrade to Postgres 17 fail with unrecognized configuration parameter "lc_collate"
- Operator seizes to function when a namespace listed in allowedNamespaces does not exist
- Operator helm chart fails to install as dependency with additional fields
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.1/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!