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)
Copy file name to clipboardExpand all lines: stackgres-k8s/e2e/spec/operator-helm
+11-11Lines changed: 11 additions & 11 deletions
Original file line number
Diff line number
Diff line change
@@ -24,10 +24,10 @@ e2e_test() {
24
24
run_test "Check that operator can not be upgrade from an alpha version" check_operator_upgrade_alpha
25
25
run_test "Check that operator can not be upgrade from a beta version" check_operator_upgrade_beta
26
26
run_test "Check that operator can not be upgrade from version 0.9.5" check_operator_upgrade_0_9_5
27
-
run_test "Check that operator can be upgrade from version 1.11.0" check_operator_upgrade_1_11_0
28
27
run_test "Check that operator can be upgrade from version 1.12.0" check_operator_upgrade_1_12_0
28
+
run_test "Check that operator can be upgrade from version 1.13.0" check_operator_upgrade_1_13_0
29
29
run_test "Check that operator can not be upgrade with an SGCluster that uses version 0.9.5" check_operator_upgrade_with_cluster_using_0_9_5
30
-
run_test "Check that operator can be upgrade with an SGCluster that uses version 1.11.0 and 1.12.0"check_operator_upgrade_with_cluster_using_1_11_0_and_1_12_0
30
+
run_test "Check that operator can be upgrade with an SGCluster that uses version 1.12.0 and 1.13.0"check_operator_upgrade_with_cluster_using_1_12_0_and_1_13_0
31
31
run_test "Check that operator can be deleted" check_operator_delete
32
32
run_test "Check that operator can be installed from outside" check_operator_install_outside
33
33
run_test "Check that operator can be installed with load balancer" check_operator_install_load_balancer
0 commit comments