You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+59Lines changed: 59 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,62 @@
1
+
# :rocket: Release 1.18.0-rc1 (2025-11-11)
2
+
3
+
## :notepad_spiral: NOTES
4
+
5
+
StackGres 1.18.0-rc1 is out! :confetti_ball::champagne:
6
+
7
+
Among other features this release will allow you to upgrade your clusters using a strategy and with a renewed rollout implementation that no longer relies on Jobs but is handled directly by the operator. You can still rely on SGDbOps to perform restarts, security upgrades and minor version upgrades operations or configure the clusters to preform them in an automatic fashion.
8
+
9
+
Another important change is the ability to set the version of your SGCluster or SGShardedCluster directly in the cluster resource. The final Postgres version (and the final extensions versions too) will no longer be changed by the operator, instead it will be set in the status and will be updated by the operator. This change will allow a much better integration with DevOps tools!
10
+
11
+
So, what you are waiting for! Upgrade now and have a look at the future of StackGres!
12
+
13
+
## :sparkles: NEW FEATURES AND CHANGES
14
+
15
+
* Allow to change postgres version/extensions/config at any time and have the operator perform the rollout
16
+
* Support replicate from in sharded cluster
17
+
* Improved metadata and added useIAMRole to SGObjectStorage for S3
18
+
* Allow to set patroni failsafe_mode and check_timeline
19
+
* Allow to remove primary keys and not null constraints on snapshot and set metadata on Pod for SGStream
20
+
* Updated default citus versions for sharded cluster
21
+
* PostgreSQL versions 17.5, 16.9, 15.13, 14.18, 13.21 should not be advertized as bugged
22
+
* Support to re-creating the SSL cluster certificate before it expires
23
+
24
+
## Web Console
25
+
26
+
Nothing new here! :eyes:
27
+
28
+
## :bug: FIXES
29
+
30
+
* Updated Patroni config to latest version
31
+
* Allow to set null backup paths or null elements in backup paths for sharded clusters
32
+
* Extension cache is not including all extensions when preloading
33
+
* Cluster local controller check extension cache when no changes are performed on extensions
34
+
* SGStream is not using detectInsertMode by default
* Allow to unset cronSchedule and backup paths for clusters and sharded clusters
40
+
41
+
## :construction: KNOWN ISSUES
42
+
43
+
* 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))
44
+
45
+
## :up: UPGRADE
46
+
47
+
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
48
+
For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator).
49
+
50
+
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):
> 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.
55
+
56
+
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!
57
+
58
+
## :twisted_rightwards_arrows:[FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.18.0-rc1)
0 commit comments