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
+60Lines changed: 60 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,63 @@
1
+
# :rocket: Release 1.15.0-rc1 (2024-12-04)
2
+
3
+
## :notepad_spiral: NOTES
4
+
5
+
StackGres 1.15.0-rc1 is (finally) out! :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
+
38
+
## Web Console
39
+
40
+
Nothing new here! :eyes:
41
+
42
+
## :construction: KNOWN ISSUES
43
+
44
+
* 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))
45
+
46
+
## :up: UPGRADE
47
+
48
+
To upgrade from a previous installation of the StackGres operator's helm chart you will have to upgrade the helm chart release.
49
+
For more detailed information please refer to [our documentation](https://stackgres.io/doc/latest/install/helm/upgrade/#upgrade-operator).
50
+
51
+
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.
56
+
57
+
Thank you for all the issues created, ideas, and code contributions by the StackGres Community!
58
+
59
+
## :twisted_rightwards_arrows:[FULL LIST OF COMMITS](https://gitlab.com/ongresinc/stackgres/-/commits/1.15.0-rc1)
RUN sed -i 's|^ name: .*$| name: stackgres.v$BUNDLE_STACKGRES_VERSION|' /bundle/manifests/stackgres.clusterserviceversion.yaml
48
48
RUN sed -i 's|^ version: .*$| version: $BUNDLE_STACKGRES_VERSION|' /bundle/manifests/stackgres.clusterserviceversion.yaml
49
49
RUN sed -i 's|^ containerImage: quay.io/stackgres/operator:.*$| containerImage: $OPERATOR_IMAGE_NAME|' /bundle/manifests/stackgres.clusterserviceversion.yaml
50
50
RUN sed -i 's|^ image: quay.io/stackgres/operator:.*$| image: $OPERATOR_IMAGE_NAME|' /bundle/manifests/stackgres.clusterserviceversion.yaml
51
+
RUN sed -i '/name: OPERATOR_VERSION$/{\$!{N;s/name: OPERATOR_VERSION\n\( *\)value: .*$/name: OPERATOR_VERSION\n\1value: "$STACKGRES_VERSION"/;ty;P;D;:y}}' /bundle/manifests/stackgres.clusterserviceversion.yaml
52
+
RUN sed -i '/name: OPERATOR_IMAGE_VERSION$/{\$!{N;s/name: OPERATOR_IMAGE_VERSION\n\( *\)value: .*$/name: OPERATOR_IMAGE_VERSION\n\1value: "$IMAGE_TAG"/;ty;P;D;:y}}' /bundle/manifests/stackgres.clusterserviceversion.yaml
53
+
RUN sed -i '/name: OPERATOR_JVM_IMAGE_VERSION$/{\$!{N;s/name: OPERATOR_JVM_IMAGE_VERSION\n\( *\)value: .*$/name: OPERATOR_JVM_IMAGE_VERSION\n\1value: "$NATIVE_IMAGE_TAG-jvm"/;ty;P;D;:y}}' /bundle/manifests/stackgres.clusterserviceversion.yaml
54
+
RUN sed -i '/name: OPERATOR_NATIVE_IMAGE_VERSION$/{\$!{N;s/name: OPERATOR_NATIVE_IMAGE_VERSION\n\( *\)value: .*$/name: OPERATOR_NATIVE_IMAGE_VERSION\n\1value: "$NATIVE_IMAGE_TAG"/;ty;P;D;:y}}' /bundle/manifests/stackgres.clusterserviceversion.yaml
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.13.0" check_operator_upgrade_1_13_0
28
27
run_test "Check that operator can be upgrade from version 1.14.0" check_operator_upgrade_1_14_0
28
+
run_test "Check that operator can be upgrade from version 1.15.0" check_operator_upgrade_1_15_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.13.0 and 1.14.0"check_operator_upgrade_with_cluster_using_1_13_0_and_1_14_0
30
+
run_test "Check that operator can be upgrade with an SGCluster that uses version 1.14.0 and 1.15.0"check_operator_upgrade_with_cluster_using_1_14_0_and_1_15_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