|
| 1 | +# :rocket: Release 1.17.0-rc1 (2025-07-15) |
| 2 | + |
| 3 | +## :notepad_spiral: NOTES |
| 4 | + |
| 5 | +StackGres 1.17.0-rc1 is out! :confetti_ball: :champagne: |
| 6 | + |
| 7 | +Finally, support for Kubernetes 1.33 and OpenShift 4.18 and 4.19 has been added. |
| 8 | + |
| 9 | +Also, you will enjoy some important bugfixes and improvements all around the place. |
| 10 | + |
| 11 | +So, what you are waiting for to try this release and have a look to the future of StackGres! |
| 12 | + |
| 13 | +## :sparkles: NEW FEATURES AND CHANGES |
| 14 | + |
| 15 | +* Support for Kubernetes 1.33 |
| 16 | +* Support for OpenShift 4.18 and 4.19 |
| 17 | +* Added Postgres 17.5, 16.9, 15.13, 14.18, 13.21 |
| 18 | +* Added Patroni 4.0.6 |
| 19 | +* Added Babelfish for PostgreSQL 16.6 |
| 20 | +* Update Quarkus to 3.22 |
| 21 | +* Updated base images and other components |
| 22 | +* Disable Envoy by default |
| 23 | +* Enable SSL by default |
| 24 | +* Improved SGStream with newer parameters and better support for arrays |
| 25 | + |
| 26 | +## Web Console |
| 27 | + |
| 28 | +Nothing new here! :eyes: |
| 29 | + |
| 30 | +## :bug: FIXES |
| 31 | + |
| 32 | +* TOASed value are overwritten with placeholder on update for SGStream |
| 33 | +* PgBouncer SSL is not set when enabled |
| 34 | +* Missing affinity in operator deployment |
| 35 | +* Continuos DNS unix requests |
| 36 | +* Syntax error in install-extensions managed script on distributed logs cluster |
| 37 | + |
| 38 | +## Web Console |
| 39 | + |
| 40 | +Nothing new here! :eyes: |
| 41 | + |
| 42 | +## :construction: KNOWN ISSUES |
| 43 | + |
| 44 | +* Backups may be restored with inconsistencies when performed with a Postgres instance running on a different architecture ([#1539](https://gitlab.com/ongresinc/stackgres/-/issues/1539)) |
| 45 | + |
| 46 | +## :up: UPGRADE |
| 47 | + |
| 48 | +To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release. |
| 49 | + For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator). |
| 50 | + |
| 51 | +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): |
| 52 | + |
| 53 | +`helm upgrade -n "stackgres" "stackgres-operator" https://stackgres.io/downloads/stackgres-k8s/stackgres/1.17.0-rc1/helm/stackgres-operator.tgz` |
| 54 | + |
| 55 | +> 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. |
| 56 | +
|
| 57 | +Thank you for all the issues created, ideas, and code contributions by the StackGres Community! |
| 58 | + |
| 59 | +## :twisted_rightwards_arrows: [FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.17.0-rc1) |
| 60 | + |
1 | 61 | # :rocket: Release 1.16.3 (2025-05-28) |
2 | 62 |
|
3 | 63 | ## :notepad_spiral: NOTES |
|
0 commit comments