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
+75Lines changed: 75 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,78 @@
1
+
# :rocket: Release 1.15.0-rc3 (2025-01-21)
2
+
3
+
## :notepad_spiral: NOTES
4
+
5
+
StackGres 1.15.0-rc3 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 Kubernetes 1.32
18
+
* Support for Patroni 4.0.4
19
+
* Support for Postgres 17.2, 16.6, 15.10, 14.15, 13.18 and 12.22
20
+
* Envoy 1.32.3
21
+
* PgBouncer 1.24.0
22
+
* Prometheus Postgres Exporter 0.16.0
23
+
* Fluent-bit 3.2.4
24
+
* Fluentd 1.18.0
25
+
* OTEL Collector 0.117.0
26
+
* Babelfish Compass 2024.12
27
+
* Make SGDistributedLogs generate an SGCluster
28
+
* Support for headless service
29
+
* Improve performance and responsiveness
30
+
* Allow to disable Envoy
31
+
* Allow to set parameter `track_commit_timestamp` (useful in some migration cases)
32
+
* Allow `pg_hba` section to be set for Patroni
33
+
34
+
## Web Console
35
+
36
+
Nothing new here! :eyes:
37
+
38
+
## :bug: FIXES
39
+
40
+
* Make int-or-string fields real int-or-string and not just string fields
41
+
* Allow to rollback upgrade when CHECKPOINT fail
42
+
* SGScript and SGCluster script entry version are resetted to 0 if part of a reconciliation of another CR
43
+
* SGShardedCluster metrics are not collected by default
44
+
* SGScript fails if superuser username is changed
45
+
* Major version upgrade fails when replication mode is not async
46
+
* After restore from snapshot primary fail to restart
47
+
* Prometheus instances are not filtered by monitors name and namespace
48
+
* Replication initialization from newly created backup create many backups
49
+
* wal-g s3 CA not used on restore
50
+
* When SGConfig is not found on uninstall ignore it
51
+
* Installation fail on k8s 1.30+
52
+
53
+
## Web Console
54
+
55
+
Nothing new here! :eyes:
56
+
57
+
## :construction: KNOWN ISSUES
58
+
59
+
* 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))
60
+
61
+
## :up: UPGRADE
62
+
63
+
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
64
+
For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator).
65
+
66
+
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.
71
+
72
+
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!
73
+
74
+
## :twisted_rightwards_arrows:[FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.15.0-rc3)
0 commit comments