🚀 Release 1.18.3 (2025-12-26)
🗒 NOTES
StackGres 1.18.3 is out! 🎊 🍾 🎄
This patch release aim to fix some issues and, in particular, a few related to the s3 SGObjectStorage type that were introduced in 1.18.0. See #3092.
Please, upgrade as soon as possible!
✨ NEW FEATURES AND CHANGES
- Support for Kubernetes 1.35
Web Console
Nothing new here! 👀
🐛 FIXES
- SGBackup for s3 stop working on 1.18.0
- Can not remove secretKeySelectors when useIamRole is true in SGObjectStorage
- When useIamRole is true operator may fail due to secret not found
- SGShardedCluster Endpoints are not generated in some scenarios
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.18.3/helm/stackgres-operator.tgz
IMPORTANT: This release is incompatible with previous
alphaorbetaversions. Upgrading from those versions will require uninstalling completely StackGres including all clusters and StackGres CRDs (those instackgres.iogroup) first.
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!