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
+64Lines changed: 64 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,67 @@
1
+
# :rocket: Release 1.18.0-rc2 (2025-11-17)
2
+
3
+
## :notepad_spiral: NOTES
4
+
5
+
StackGres 1.18.0-rc2 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!
* Allow to unset cronSchedule and backup paths for clusters and sharded clusters
45
+
46
+
## :construction: KNOWN ISSUES
47
+
48
+
* 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))
49
+
50
+
## :up: UPGRADE
51
+
52
+
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
53
+
For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator).
54
+
55
+
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.
60
+
61
+
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!
62
+
63
+
## :twisted_rightwards_arrows:[FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.18.0-rc2)
0 commit comments