Skip to content

Commit c580e50

Browse files
authored
Bump v1.10.0 (zalando#2299)
* bump to v1.9.1 * update year in license and add links to more blog posts * bump go to 1.19 and update dependencies * go for 1.10.0 instead of 1.9.1 * fix unit test - removed obsolete ClusterName field * fix DNS template in UI helm chart deployment file
1 parent 611e48c commit c580e50

35 files changed

+208
-558
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. registry.opensource.zalan.do/acid/postgres-operator:v1.8.2
12+
- **Which image of the operator are you using?** e.g. registry.opensource.zalan.do/acid/postgres-operator:v1.10.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
@@ -21,7 +21,7 @@ jobs:
2121

2222
- uses: actions/setup-go@v2
2323
with:
24-
go-version: "^1.18.9"
24+
go-version: "^1.19.8"
2525

2626
- name: Run unit tests
2727
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.18.9"
17+
go-version: "^1.19.8"
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.18.9"
17+
go-version: "^1.19.8"
1818
- name: Make dependencies
1919
run: make deps mocks
2020
- name: Compile

LICENSE

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
The MIT License (MIT)
22

3-
Copyright (c) 2022 Zalando SE
3+
Copyright (c) 2023 Zalando SE
44

55
Permission is hereby granted, free of charge, to any person obtaining a copy
66
of this software and associated documentation files (the "Software"), to deal

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ mocks:
8181
GO111MODULE=on go generate ./...
8282

8383
tools:
84-
GO111MODULE=on go get -d k8s.io/client-go@kubernetes-1.23.5
84+
GO111MODULE=on go get -d k8s.io/client-go@kubernetes-1.25.9
8585
GO111MODULE=on go install github.com/golang/mock/[email protected]
8686
GO111MODULE=on go mod tidy
8787

README.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,13 +51,14 @@ pipelines with no access to Kubernetes API directly, promoting infrastructure as
5151
[timescaledb](https://github.com/timescale/timescaledb)
5252

5353
The Postgres Operator has been developed at Zalando and is being used in
54-
production for over three years.
54+
production for over five years.
5555

5656
## Supported Postgres & K8s versions
5757

5858
| Release | Postgres versions | K8s versions | Golang |
5959
| :-------- | :---------------: | :---------------: | :-----: |
60-
| v1.9.* | 10 → 15 | 1.25+ | 1.18.9 |
60+
| v1.10.* | 10 → 15 | 1.25+ | 1.19.8 |
61+
| v1.9.0 | 10 → 15 | 1.25+ | 1.18.9 |
6162
| v1.8.* | 9.5 → 14 | 1.20 → 1.24 | 1.17.4 |
6263
| v1.7.1 | 9.5 → 14 | 1.20 → 1.24 | 1.16.9 |
6364

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.9.0
4-
appVersion: 1.9.0
3+
version: 1.10.0
4+
appVersion: 1.10.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: 30 additions & 7 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.10.0
6+
created: "2023-04-20T17:43:19.406989589+02:00"
7+
description: Postgres Operator UI provides a graphical interface for a convenient
8+
database-as-a-service user experience
9+
digest: 47413650e3188539ae778a601998efa2c4f80b8aa16e3668a2fc7b72e014b605
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.10.0.tgz
26+
version: 1.10.0
427
- apiVersion: v2
528
appVersion: 1.9.0
6-
created: "2023-01-17T15:45:57.564334046+01:00"
29+
created: "2023-04-20T17:43:19.412696022+02:00"
730
description: Postgres Operator UI provides a graphical interface for a convenient
831
database-as-a-service user experience
932
digest: df434af6c8b697fe0631017ecc25e3c79e125361ae6622347cea41a545153bdc
@@ -26,7 +49,7 @@ entries:
2649
version: 1.9.0
2750
- apiVersion: v2
2851
appVersion: 1.8.2
29-
created: "2023-01-17T15:45:57.562574292+01:00"
52+
created: "2023-04-20T17:43:19.412121611+02:00"
3053
description: Postgres Operator UI provides a graphical interface for a convenient
3154
database-as-a-service user experience
3255
digest: fbfc90fa8fd007a08a7c02e0ec9108bb8282cbb42b8c976d88f2193d6edff30c
@@ -49,7 +72,7 @@ entries:
4972
version: 1.8.2
5073
- apiVersion: v2
5174
appVersion: 1.8.1
52-
created: "2023-01-17T15:45:57.561981294+01:00"
75+
created: "2023-04-20T17:43:19.411558436+02:00"
5376
description: Postgres Operator UI provides a graphical interface for a convenient
5477
database-as-a-service user experience
5578
digest: d26342e385ea51a0fbfbe23477999863e9489664ae803ea5c56da8897db84d24
@@ -72,7 +95,7 @@ entries:
7295
version: 1.8.1
7396
- apiVersion: v1
7497
appVersion: 1.8.0
75-
created: "2023-01-17T15:45:57.561383172+01:00"
98+
created: "2023-04-20T17:43:19.41042838+02:00"
7699
description: Postgres Operator UI provides a graphical interface for a convenient
77100
database-as-a-service user experience
78101
digest: d4a7b40c23fd167841cc28342afdbd5ecc809181913a5c31061c83139187f148
@@ -95,7 +118,7 @@ entries:
95118
version: 1.8.0
96119
- apiVersion: v1
97120
appVersion: 1.7.1
98-
created: "2023-01-17T15:45:57.560738084+01:00"
121+
created: "2023-04-20T17:43:19.409317912+02:00"
99122
description: Postgres Operator UI provides a graphical interface for a convenient
100123
database-as-a-service user experience
101124
digest: 97aed1a1d37cd5f8441eea9522f38e56cc829786ad2134c437a5e6a15c995869
@@ -118,7 +141,7 @@ entries:
118141
version: 1.7.1
119142
- apiVersion: v1
120143
appVersion: 1.7.0
121-
created: "2023-01-17T15:45:57.560150807+01:00"
144+
created: "2023-04-20T17:43:19.40859522+02:00"
122145
description: Postgres Operator UI provides a graphical interface for a convenient
123146
database-as-a-service user experience
124147
digest: 37fba1968347daad393dbd1c6ee6e5b6a24d1095f972c0102197531c62dcada8
@@ -139,4 +162,4 @@ entries:
139162
urls:
140163
- postgres-operator-ui-1.7.0.tgz
141164
version: 1.7.0
142-
generated: "2023-01-17T15:45:57.558968127+01:00"
165+
generated: "2023-04-20T17:43:19.40598429+02:00"
4.88 KB
Binary file not shown.

0 commit comments

Comments
 (0)