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
+61Lines changed: 61 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,64 @@
1
+
# :rocket: Release 1.15.0-rc2 (2024-12-11)
2
+
3
+
## :notepad_spiral: NOTES
4
+
5
+
StackGres 1.15.0-rc2 has been released! :confetti_ball::champagne:
6
+
7
+
This release brings support for Patroni 4 that include some cool features like "Quorum-based failover" or "Register Citus secondaries in pg_dist_node" but also many bugfixes.
8
+
9
+
Another important change is the new SGDistributedLogs that after the upgrade will generate an SGCluster. This change allow to use SGDbOps in order to perform restart, security upgrade, minor version and major version upgrades operations.
10
+
11
+
Performance and responsiveness have been improved by allowing to reconcile StackGres custom resources in parallel with a queue that gives priority to reconciliation of StackGres custom resources that receive changes. This should improve the use cases with many StackGres custom resources.
12
+
13
+
So, what you are waiting for to try this release and have a look to the future of StackGres!
14
+
15
+
## :sparkles: NEW FEATURES AND CHANGES
16
+
17
+
* Support for Patroni 4.0.4
18
+
* Support for Postgres 17.2, 16.6, 15.10, 14.15, 13.18 and 12.22
19
+
* Envoy 1.32.1
20
+
* Prometheus Postgres Exporter 0.16.0
21
+
* Fluent-bit 3.2.1
22
+
* OTEL Collector 0.114.0
23
+
* Make SGDistributedLogs generate an SGCluster
24
+
* Support for headless service
25
+
* Improve performance and responsiveness
26
+
* Allow to disable Envoy
27
+
28
+
## Web Console
29
+
30
+
Nothing new here! :eyes:
31
+
32
+
## :bug: FIXES
33
+
34
+
* Make int-or-string fields real int-or-string and not just string fields
35
+
* Allow to rollback upgrade when CHECKPOINT fail
36
+
* SGScript and SGCluster script entry version are resetted to 0 if part of a reconciliation of another CR
37
+
* SGShardedCluster metrics are not collected by default
38
+
39
+
## Web Console
40
+
41
+
Nothing new here! :eyes:
42
+
43
+
## :construction: KNOWN ISSUES
44
+
45
+
* 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))
46
+
47
+
## :up: UPGRADE
48
+
49
+
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
50
+
For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator).
51
+
52
+
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.
57
+
58
+
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!
59
+
60
+
## :twisted_rightwards_arrows:[FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.15.0-rc2)
0 commit comments