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
+56Lines changed: 56 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,59 @@
1
+
# :rocket: Release 1.13.0-rc1 (2024-08-27)
2
+
3
+
## :notepad_spiral: NOTES
4
+
5
+
StackGres 1.13.0-rc1 is out! This release brings new feature for benchmark SGDbOps and SGStream. :confetti_ball::champagne:
6
+
7
+
So, what you are waiting for to try this release and have a look to the future of StackGres!
8
+
9
+
## :sparkles: NEW FEATURES AND CHANGES
10
+
11
+
* Support Kubernetes 1.31
12
+
* Support Postgres 16.4, 15.8, 14.13, 13.16, 12.20
13
+
* Support wal-g 3.0.3
14
+
* Support PgBouncer 1.23.1
15
+
* Support prometheus exporter 0.15.0
16
+
* Support FluentBit 3.1.6
17
+
* Support Fluentd 1.17.1
18
+
* Support Babelfish Compass 2024.07
19
+
* Added sampling and pgbench replay to benchmark SGDbOps
20
+
* Support PgLambda target in SGStream
21
+
* Improved pgbench spec and status
22
+
23
+
## Web Console
24
+
25
+
Nothing new here! :eyes:
26
+
27
+
## :bug: FIXES
28
+
29
+
* SGStream REST API GET endpoint returns 500 on sourceEventPosition
30
+
* Added SGStream to the can-i REST API endpoint
31
+
* Typo in SGStream.spec.pods.scheduling (was schedule)
32
+
* Support OIDC providers that don't implement end_session_endpoint
33
+
34
+
## Web Console
35
+
36
+
* Replace PITR graph default selectors with custom ID
37
+
38
+
## :construction: KNOWN ISSUES
39
+
40
+
* 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))
41
+
42
+
## :up: UPGRADE
43
+
44
+
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
45
+
For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator).
46
+
47
+
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.
52
+
53
+
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!
54
+
55
+
## :twisted_rightwards_arrows:[FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.13.0-rc1)
0 commit comments