Skip to content

Commit e5cb703

Browse files
committed
version: 1.17.0-rc1
1 parent 3991eed commit e5cb703

14 files changed

Lines changed: 133 additions & 117 deletions

File tree

.gitlab/issue_templates/RC Release.md

Lines changed: 56 additions & 100 deletions
Large diffs are not rendered by default.

CHANGELOG.md

Lines changed: 60 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,63 @@
1+
# :rocket: Release 1.17.0-rc1 (2025-07-15)
2+
3+
## :notepad_spiral: NOTES
4+
5+
StackGres 1.17.0-rc1 is out! :confetti_ball: :champagne:
6+
7+
Finally, support for Kubernetes 1.33 and OpenShift 4.18 and 4.19 has been added.
8+
9+
Also, you will enjoy some important bugfixes and improvements all around the place.
10+
11+
So, what you are waiting for to try this release and have a look to the future of StackGres!
12+
13+
## :sparkles: NEW FEATURES AND CHANGES
14+
15+
* Support for Kubernetes 1.33
16+
* Support for OpenShift 4.18 and 4.19
17+
* Added Postgres 17.5, 16.9, 15.13, 14.18, 13.21
18+
* Added Patroni 4.0.6
19+
* Added Babelfish for PostgreSQL 16.6
20+
* Update Quarkus to 3.22
21+
* Updated base images and other components
22+
* Disable Envoy by default
23+
* Enable SSL by default
24+
* Improved SGStream with newer parameters and better support for arrays
25+
26+
## Web Console
27+
28+
Nothing new here! :eyes:
29+
30+
## :bug: FIXES
31+
32+
* TOASed value are overwritten with placeholder on update for SGStream
33+
* PgBouncer SSL is not set when enabled
34+
* Missing affinity in operator deployment
35+
* Continuos DNS unix requests
36+
* Syntax error in install-extensions managed script on distributed logs cluster
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):
52+
53+
`helm upgrade -n "stackgres" "stackgres-operator" https://stackgres.io/downloads/stackgres-k8s/stackgres/1.17.0-rc1/helm/stackgres-operator.tgz`
54+
55+
> 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.17.0-rc1)
60+
161
# :rocket: Release 1.16.3 (2025-05-28)
262

363
## :notepad_spiral: NOTES

stackgres-k8s/install/helm/stackgres-cluster/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: stackgres-cluster
3-
version: "1.17.0-SNAPSHOT"
3+
version: "1.17.0-rc1"
44
kubeVersion: "1.18.0-0 - 1.33.x-0"
55
description: StackGres Cluster
66
keywords:
@@ -18,5 +18,5 @@ maintainers:
1818
email: info@ongres.com
1919
url: https://ongres.com
2020
icon: https://gitlab.com/uploads/-/system/project/avatar/12584701/logo-stackgres.png?width=64
21-
appVersion: "1.17.0-SNAPSHOT"
21+
appVersion: "1.17.0-rc1"
2222
deprecated: false

stackgres-k8s/install/helm/stackgres-operator/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
apiVersion: v2
22
name: stackgres-operator
3-
version: "1.17.0-SNAPSHOT"
3+
version: "1.17.0-rc1"
44
kubeVersion: "1.18.0-0 - 1.33.x-O"
55
description: StackGres Operator
66
keywords:
@@ -20,5 +20,5 @@ maintainers:
2020
email: info@ongres.com
2121
url: https://ongres.com
2222
icon: https://gitlab.com/uploads/-/system/project/avatar/12584701/logo-stackgres.png?width=64
23-
appVersion: "1.17.0-SNAPSHOT"
23+
appVersion: "1.17.0-rc1"
2424
deprecated: false

stackgres-k8s/install/helm/stackgres-operator/values.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ operator:
2020
# -- Operator image name
2121
name: "stackgres/operator"
2222
# -- Operator image tag
23-
tag: "main-jvm"
23+
tag: "1.17.0-rc1"
2424
# -- Operator image pull policy
2525
pullPolicy: "IfNotPresent"
2626
# -- Operator Pod annotations
@@ -61,7 +61,7 @@ restapi:
6161
# -- REST API image name
6262
name: "stackgres/restapi"
6363
# -- REST API image tag
64-
tag: "main-jvm"
64+
tag: "1.17.0-rc1"
6565
# -- REST API image pull policy
6666
pullPolicy: "IfNotPresent"
6767
# -- REST API Pod annotations
@@ -92,7 +92,7 @@ adminui:
9292
# -- Web Console image name
9393
name: "stackgres/admin-ui"
9494
# -- Web Console image tag
95-
tag: "main"
95+
tag: "1.17.0-rc1"
9696
# -- Web Console image pull policy
9797
pullPolicy: "IfNotPresent"
9898
# -- Web Console resources. See https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.27/#resourcerequirements-v1-core
@@ -284,7 +284,7 @@ jobs:
284284
# -- Operator Installation Jobs image name
285285
name: "stackgres/jobs"
286286
# -- Operator Installation Jobs image tag
287-
tag: "main-jvm"
287+
tag: "1.17.0-rc1"
288288
# -- Operator Installation Jobs image pull policy
289289
pullPolicy: "IfNotPresent"
290290
# -- Operator Installation Jobs annotations

stackgres-k8s/src/cluster-controller/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.stackgres</groupId>
1313
<artifactId>stackgres-parent</artifactId>
14-
<version>1.17.0-SNAPSHOT</version>
14+
<version>1.17.0-rc1</version>
1515
</parent>
1616

1717
<artifactId>stackgres-cluster-controller</artifactId>

stackgres-k8s/src/common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.17.0-SNAPSHOT</version>
13+
<version>1.17.0-rc1</version>
1414
</parent>
1515

1616
<artifactId>stackgres-common</artifactId>

stackgres-k8s/src/jobs/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.17.0-SNAPSHOT</version>
13+
<version>1.17.0-rc1</version>
1414
</parent>
1515

1616
<artifactId>stackgres-jobs</artifactId>

stackgres-k8s/src/operator-framework/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<parent>
1111
<groupId>io.stackgres</groupId>
1212
<artifactId>stackgres-parent</artifactId>
13-
<version>1.17.0-SNAPSHOT</version>
13+
<version>1.17.0-rc1</version>
1414
</parent>
1515

1616
<artifactId>stackgres-operator-framework</artifactId>

stackgres-k8s/src/operator/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<parent>
1212
<groupId>io.stackgres</groupId>
1313
<artifactId>stackgres-parent</artifactId>
14-
<version>1.17.0-SNAPSHOT</version>
14+
<version>1.17.0-rc1</version>
1515
</parent>
1616

1717
<artifactId>stackgres-operator</artifactId>

0 commit comments

Comments
 (0)