Skip to content

Commit 6cde8e8

Browse files
FxKuidanovinda
andauthored
Bump to v1.12.0 (#2639)
* bump tp v1.12.0 * code-generator and apiextensions-apiserver still on to 0.25.9 to allow code-generation on GH * bump go in github action and mini fix in UI * update UI Dockerfile --------- Co-authored-by: Ida Novindasari <[email protected]>
1 parent 34f9cfb commit 6cde8e8

39 files changed

+219
-829
lines changed

.github/ISSUE_TEMPLATE/postgres-operator-issue-template.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ assignees: ''
99

1010
Please, answer some short questions which should help us to understand your problem / question better?
1111

12-
- **Which image of the operator are you using?** e.g. ghcr.io/zalando/postgres-operator:v1.11.0
12+
- **Which image of the operator are you using?** e.g. ghcr.io/zalando/postgres-operator:v1.12.0
1313
- **Where do you run it - cloud or metal? Kubernetes or OpenShift?** [AWS K8s | GCP ... | Bare Metal K8s]
1414
- **Are you running Postgres Operator in production?** [yes | no]
1515
- **Type of issue?** [Bug report, question, feature request, etc.]

.github/workflows/publish_ghcr_image.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323

2424
- uses: actions/setup-go@v2
2525
with:
26-
go-version: "^1.21.7"
26+
go-version: "^1.22.3"
2727

2828
- name: Run unit tests
2929
run: make deps mocks test

.github/workflows/run_e2e.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v1
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: "^1.21.7"
17+
go-version: "^1.22.3"
1818
- name: Make dependencies
1919
run: make deps mocks
2020
- name: Code generation

.github/workflows/run_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/checkout@v2
1515
- uses: actions/setup-go@v2
1616
with:
17-
go-version: "^1.21.7"
17+
go-version: "^1.22.3"
1818
- name: Make dependencies
1919
run: make deps mocks
2020
- name: Compile

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ docker: ${DOCKERDIR}/${DOCKERFILE}
6969
docker build --rm -t "$(IMAGE):$(TAG)$(CDP_TAG)$(DEBUG_FRESH)$(DEBUG_POSTFIX)" -f "${DOCKERDIR}/${DOCKERFILE}" --build-arg VERSION="${VERSION}" .
7070

7171
indocker-race:
72-
docker run --rm -v "${GOPATH}":"${GOPATH}" -e GOPATH="${GOPATH}" -e RACE=1 -w ${PWD} golang:1.21.7 bash -c "make linux"
72+
docker run --rm -v "${GOPATH}":"${GOPATH}" -e GOPATH="${GOPATH}" -e RACE=1 -w ${PWD} golang:1.22.3 bash -c "make linux"
7373

7474
push:
7575
docker push "$(IMAGE):$(TAG)$(CDP_TAG)"

README.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,6 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
2424
* Basic credential and user management on K8s, eases application deployments
2525
* Support for custom TLS certificates
2626
* UI to create and edit Postgres cluster manifests
27-
* Support for AWS EBS gp2 to gp3 migration, supporting iops and throughput configuration
2827
* Compatible with OpenShift
2928

3029
### PostgreSQL features
@@ -58,11 +57,11 @@ production for over five years.
5857

5958
| Release | Postgres versions | K8s versions | Golang |
6059
| :-------- | :---------------: | :---------------: | :-----: |
61-
| v1.11.* | 11 &rarr; 16 | 1.21 &rarr; 1.28 | 1.21.7 |
62-
| v1.10.* | 10 &rarr; 15 | 1.21 &rarr; 1.28 | 1.19.8 |
63-
| v1.9.0 | 10 &rarr; 15 | 1.21 &rarr; 1.28 | 1.18.9 |
64-
| v1.8.* | 9.5 &rarr; 14 | 1.20 &rarr; 1.24 | 1.17.4 |
65-
| v1.7.1 | 9.5 &rarr; 14 | 1.20 &rarr; 1.24 | 1.16.9 |
60+
| v1.12.* | 11 &rarr; 16 | 1.27+ | 1.22.3 |
61+
| v1.11.0 | 11 &rarr; 16 | 1.27+ | 1.21.7 |
62+
| v1.10.* | 10 &rarr; 15 | 1.21+ | 1.19.8 |
63+
| v1.9.0 | 10 &rarr; 15 | 1.21+ | 1.18.9 |
64+
| v1.8.2 | 9.5 &rarr; 14 | 1.20 &rarr; 1.24 | 1.17.4 |
6665

6766

6867
## Getting started

charts/postgres-operator-ui/Chart.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: postgres-operator-ui
3-
version: 1.11.0
4-
appVersion: 1.11.0
3+
version: 1.12.0
4+
appVersion: 1.12.0
55
home: https://github.com/zalando/postgres-operator
66
description: Postgres Operator UI provides a graphical interface for a convenient database-as-a-service user experience
77
keywords:

charts/postgres-operator-ui/index.yaml

Lines changed: 29 additions & 52 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,32 @@
11
apiVersion: v1
22
entries:
33
postgres-operator-ui:
4+
- apiVersion: v2
5+
appVersion: 1.12.0
6+
created: "2024-05-24T16:34:14.027533755+02:00"
7+
description: Postgres Operator UI provides a graphical interface for a convenient
8+
database-as-a-service user experience
9+
digest: 498b8254dc0e24bc3cdc98e250a5640dc104b75e1dbba5d9fdb90a3b39e7eb8c
10+
home: https://github.com/zalando/postgres-operator
11+
keywords:
12+
- postgres
13+
- operator
14+
- ui
15+
- cloud-native
16+
- patroni
17+
- spilo
18+
maintainers:
19+
20+
name: Zalando
21+
name: postgres-operator-ui
22+
sources:
23+
- https://github.com/zalando/postgres-operator
24+
urls:
25+
- postgres-operator-ui-1.12.0.tgz
26+
version: 1.12.0
427
- apiVersion: v2
528
appVersion: 1.11.0
6-
created: "2024-03-14T17:12:46.692800586+01:00"
29+
created: "2024-05-24T16:34:14.02529813+02:00"
730
description: Postgres Operator UI provides a graphical interface for a convenient
831
database-as-a-service user experience
932
digest: a45f2284045c2a9a79750a36997386444f39b01ac722b17c84b431457577a3a2
@@ -26,7 +49,7 @@ entries:
2649
version: 1.11.0
2750
- apiVersion: v2
2851
appVersion: 1.10.1
29-
created: "2024-03-14T17:12:46.691746076+01:00"
52+
created: "2024-05-24T16:34:14.023186291+02:00"
3053
description: Postgres Operator UI provides a graphical interface for a convenient
3154
database-as-a-service user experience
3255
digest: 2e5e7a82aebee519ec57c6243eb8735124aa4585a3a19c66ffd69638fbeb11ce
@@ -49,7 +72,7 @@ entries:
4972
version: 1.10.1
5073
- apiVersion: v2
5174
appVersion: 1.10.0
52-
created: "2024-03-14T17:12:46.690807634+01:00"
75+
created: "2024-05-24T16:34:14.021045516+02:00"
5376
description: Postgres Operator UI provides a graphical interface for a convenient
5477
database-as-a-service user experience
5578
digest: 47413650e3188539ae778a601998efa2c4f80b8aa16e3668a2fc7b72e014b605
@@ -72,7 +95,7 @@ entries:
7295
version: 1.10.0
7396
- apiVersion: v2
7497
appVersion: 1.9.0
75-
created: "2024-03-14T17:12:46.696626932+01:00"
98+
created: "2024-05-24T16:34:14.031516234+02:00"
7699
description: Postgres Operator UI provides a graphical interface for a convenient
77100
database-as-a-service user experience
78101
digest: df434af6c8b697fe0631017ecc25e3c79e125361ae6622347cea41a545153bdc
@@ -95,7 +118,7 @@ entries:
95118
version: 1.9.0
96119
- apiVersion: v2
97120
appVersion: 1.8.2
98-
created: "2024-03-14T17:12:46.69565936+01:00"
121+
created: "2024-05-24T16:34:14.029536821+02:00"
99122
description: Postgres Operator UI provides a graphical interface for a convenient
100123
database-as-a-service user experience
101124
digest: fbfc90fa8fd007a08a7c02e0ec9108bb8282cbb42b8c976d88f2193d6edff30c
@@ -116,50 +139,4 @@ entries:
116139
urls:
117140
- postgres-operator-ui-1.8.2.tgz
118141
version: 1.8.2
119-
- apiVersion: v2
120-
appVersion: 1.8.1
121-
created: "2024-03-14T17:12:46.694691362+01:00"
122-
description: Postgres Operator UI provides a graphical interface for a convenient
123-
database-as-a-service user experience
124-
digest: d26342e385ea51a0fbfbe23477999863e9489664ae803ea5c56da8897db84d24
125-
home: https://github.com/zalando/postgres-operator
126-
keywords:
127-
- postgres
128-
- operator
129-
- ui
130-
- cloud-native
131-
- patroni
132-
- spilo
133-
maintainers:
134-
135-
name: Zalando
136-
name: postgres-operator-ui
137-
sources:
138-
- https://github.com/zalando/postgres-operator
139-
urls:
140-
- postgres-operator-ui-1.8.1.tgz
141-
version: 1.8.1
142-
- apiVersion: v1
143-
appVersion: 1.8.0
144-
created: "2024-03-14T17:12:46.693750873+01:00"
145-
description: Postgres Operator UI provides a graphical interface for a convenient
146-
database-as-a-service user experience
147-
digest: d4a7b40c23fd167841cc28342afdbd5ecc809181913a5c31061c83139187f148
148-
home: https://github.com/zalando/postgres-operator
149-
keywords:
150-
- postgres
151-
- operator
152-
- ui
153-
- cloud-native
154-
- patroni
155-
- spilo
156-
maintainers:
157-
158-
name: Zalando
159-
name: postgres-operator-ui
160-
sources:
161-
- https://github.com/zalando/postgres-operator
162-
urls:
163-
- postgres-operator-ui-1.8.0.tgz
164-
version: 1.8.0
165-
generated: "2024-03-14T17:12:46.689654615+01:00"
142+
generated: "2024-05-24T16:34:14.018381989+02:00"
Binary file not shown.
Binary file not shown.

0 commit comments

Comments
 (0)