gitlab ongresinc/stackgres 1.18.7

4 hours ago

🚀 Release 1.18.7 (2026-05-21)

🗒 NOTES

StackGres 1.18.7 is out! 🎊 🍾

This patch release provides some fixes and security features. In particular the new ability to restart the operator if the reconciliation cycle get stuck (for more than 1 hour by default). It also provide updated images and components that fixes a few CVEs.

So, what you are waiting for to try this release and have a look to the future of StackGres!

✨ NEW FEATURES AND CHANGES

  • Restart the operator if reconciliation is blocked
  • Updated base images and components
  • Support OpenShift 4.21
  • Remove conversion webhook by default
  • Add support for JFR and debug symbols in native images
  • Do not remove the SGClusters when downscaling an SGShardedCluster
  • Set builtin local provides to initdb for Postgres 17+
  • Make retry times and backoff configurable
  • Add cache to /can-i endpoint in REST API

Web Console

Nothing new here! 👀

🐛 FIXES

  • Operator can not be uninstalled on unfinished installs
  • Use configured superuser username in cluster info REST API and for transactional SGScripts
  • patroniport is repeated in patroni and pgbouncer containers
  • SGStream is failing on DDL import for Postgres 17.5+
  • Cannot drop inherited constraint using SGStream
  • Typo in stackgres.reconciliationCacheExpiration property

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.7/helm/stackgres-operator.tgz

IMPORTANT: This release is incompatible with previous alpha or beta versions. Upgrading from those versions will require uninstalling completely StackGres including all clusters and StackGres CRDs (those in stackgres.io group) first.

Thank you for all the issues created, ideas, and code contributions by the StackGres Community!

🔀 FULL LIST OF COMMITS

Don't miss a new stackgres release

NewReleases is sending notifications on new releases.