Skip to content

Commit 6035fdd

Browse files
authored
bump operator to 1.14.0 (#2827)
1 parent df3f68b commit 6035fdd

16 files changed

+70
-25
lines changed

charts/postgres-operator-ui/Chart.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: postgres-operator-ui
3-
version: 1.13.0
4-
appVersion: 1.13.0
3+
version: 1.14.0
4+
appVersion: 1.14.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

+29-6
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.14.0
6+
created: "2024-12-23T11:26:07.721761867+01:00"
7+
description: Postgres Operator UI provides a graphical interface for a convenient
8+
database-as-a-service user experience
9+
digest: e87ed898079a852957a67a4caf3fbd27b9098e413f5d961b7a771a6ae8b3e17c
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.14.0.tgz
26+
version: 1.14.0
427
- apiVersion: v2
528
appVersion: 1.13.0
6-
created: "2024-08-21T18:55:36.524305158+02:00"
29+
created: "2024-12-23T11:26:07.719409282+01:00"
730
description: Postgres Operator UI provides a graphical interface for a convenient
831
database-as-a-service user experience
932
digest: e0444e516b50f82002d1a733527813c51759a627cefdd1005cea73659f824ea8
@@ -26,7 +49,7 @@ entries:
2649
version: 1.13.0
2750
- apiVersion: v2
2851
appVersion: 1.12.2
29-
created: "2024-08-21T18:55:36.521875733+02:00"
52+
created: "2024-12-23T11:26:07.717202918+01:00"
3053
description: Postgres Operator UI provides a graphical interface for a convenient
3154
database-as-a-service user experience
3255
digest: cbcef400c23ccece27d97369ad629278265c013e0a45c0b7f33e7568a082fedd
@@ -49,7 +72,7 @@ entries:
4972
version: 1.12.2
5073
- apiVersion: v2
5174
appVersion: 1.11.0
52-
created: "2024-08-21T18:55:36.51959105+02:00"
75+
created: "2024-12-23T11:26:07.714792146+01:00"
5376
description: Postgres Operator UI provides a graphical interface for a convenient
5477
database-as-a-service user experience
5578
digest: a45f2284045c2a9a79750a36997386444f39b01ac722b17c84b431457577a3a2
@@ -72,7 +95,7 @@ entries:
7295
version: 1.11.0
7396
- apiVersion: v2
7497
appVersion: 1.10.1
75-
created: "2024-08-21T18:55:36.516518177+02:00"
98+
created: "2024-12-23T11:26:07.712194397+01:00"
7699
description: Postgres Operator UI provides a graphical interface for a convenient
77100
database-as-a-service user experience
78101
digest: 2e5e7a82aebee519ec57c6243eb8735124aa4585a3a19c66ffd69638fbeb11ce
@@ -95,7 +118,7 @@ entries:
95118
version: 1.10.1
96119
- apiVersion: v2
97120
appVersion: 1.9.0
98-
created: "2024-08-21T18:55:36.52712908+02:00"
121+
created: "2024-12-23T11:26:07.723891496+01:00"
99122
description: Postgres Operator UI provides a graphical interface for a convenient
100123
database-as-a-service user experience
101124
digest: df434af6c8b697fe0631017ecc25e3c79e125361ae6622347cea41a545153bdc
@@ -116,4 +139,4 @@ entries:
116139
urls:
117140
- postgres-operator-ui-1.9.0.tgz
118141
version: 1.9.0
119-
generated: "2024-08-21T18:55:36.512456099+02:00"
142+
generated: "2024-12-23T11:26:07.709192608+01:00"
Binary file not shown.

charts/postgres-operator-ui/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ replicaCount: 1
88
image:
99
registry: ghcr.io
1010
repository: zalando/postgres-operator-ui
11-
tag: v1.13.0
11+
tag: v1.14.0
1212
pullPolicy: "IfNotPresent"
1313

1414
# Optionally specify an array of imagePullSecrets.

charts/postgres-operator/Chart.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: postgres-operator
33
version: 1.14.0
4-
appVersion: 1.13.0
4+
appVersion: 1.14.0
55
home: https://github.com/zalando/postgres-operator
66
description: Postgres Operator creates and manages PostgreSQL clusters running in Kubernetes
77
keywords:

charts/postgres-operator/index.yaml

+28-6
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,31 @@
11
apiVersion: v1
22
entries:
33
postgres-operator:
4+
- apiVersion: v2
5+
appVersion: 1.14.0
6+
created: "2024-12-23T11:25:32.596716566+01:00"
7+
description: Postgres Operator creates and manages PostgreSQL clusters running
8+
in Kubernetes
9+
digest: 36e1571f3f455b213f16cdda7b1158648e8e84deb804ba47ed6b9b6d19263ba8
10+
home: https://github.com/zalando/postgres-operator
11+
keywords:
12+
- postgres
13+
- operator
14+
- cloud-native
15+
- patroni
16+
- spilo
17+
maintainers:
18+
19+
name: Zalando
20+
name: postgres-operator
21+
sources:
22+
- https://github.com/zalando/postgres-operator
23+
urls:
24+
- postgres-operator-1.14.0.tgz
25+
version: 1.14.0
426
- apiVersion: v2
527
appVersion: 1.13.0
6-
created: "2024-08-21T18:54:43.160735116+02:00"
28+
created: "2024-12-23T11:25:32.591136261+01:00"
729
description: Postgres Operator creates and manages PostgreSQL clusters running
830
in Kubernetes
931
digest: a839601689aea0a7e6bc0712a5244d435683cf3314c95794097ff08540e1dfef
@@ -25,7 +47,7 @@ entries:
2547
version: 1.13.0
2648
- apiVersion: v2
2749
appVersion: 1.12.2
28-
created: "2024-08-21T18:54:43.152249286+02:00"
50+
created: "2024-12-23T11:25:32.585419709+01:00"
2951
description: Postgres Operator creates and manages PostgreSQL clusters running
3052
in Kubernetes
3153
digest: 65858d14a40d7fd90c32bd9fc60021acc9555c161079f43a365c70171eaf21d8
@@ -47,7 +69,7 @@ entries:
4769
version: 1.12.2
4870
- apiVersion: v2
4971
appVersion: 1.11.0
50-
created: "2024-08-21T18:54:43.145837894+02:00"
72+
created: "2024-12-23T11:25:32.580077286+01:00"
5173
description: Postgres Operator creates and manages PostgreSQL clusters running
5274
in Kubernetes
5375
digest: 3914b5e117bda0834f05c9207f007e2ac372864cf6e86dcc2e1362bbe46c14d9
@@ -69,7 +91,7 @@ entries:
6991
version: 1.11.0
7092
- apiVersion: v2
7193
appVersion: 1.10.1
72-
created: "2024-08-21T18:54:43.139552116+02:00"
94+
created: "2024-12-23T11:25:32.574641578+01:00"
7395
description: Postgres Operator creates and manages PostgreSQL clusters running
7496
in Kubernetes
7597
digest: cc3baa41753da92466223d0b334df27e79c882296577b404a8e9071411fcf19c
@@ -91,7 +113,7 @@ entries:
91113
version: 1.10.1
92114
- apiVersion: v2
93115
appVersion: 1.9.0
94-
created: "2024-08-21T18:54:43.168490032+02:00"
116+
created: "2024-12-23T11:25:32.604748814+01:00"
95117
description: Postgres Operator creates and manages PostgreSQL clusters running
96118
in Kubernetes
97119
digest: 64df90c898ca591eb3a330328173ffaadfbf9ddd474d8c42ed143edc9e3f4276
@@ -111,4 +133,4 @@ entries:
111133
urls:
112134
- postgres-operator-1.9.0.tgz
113135
version: 1.9.0
114-
generated: "2024-08-21T18:54:43.126871802+02:00"
136+
generated: "2024-12-23T11:25:32.568598763+01:00"
Binary file not shown.

charts/postgres-operator/values.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
image:
22
registry: ghcr.io
33
repository: zalando/postgres-operator
4-
tag: v1.13.0
4+
tag: v1.14.0
55
pullPolicy: "IfNotPresent"
66

77
# Optionally specify an array of imagePullSecrets.

manifests/configmap.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ data:
8686
# logical_backup_cpu_limit: ""
8787
# logical_backup_cpu_request: ""
8888
logical_backup_cronjob_environment_secret: ""
89-
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"
89+
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0"
9090
# logical_backup_google_application_credentials: ""
9191
logical_backup_job_prefix: "logical-backup-"
9292
# logical_backup_memory_limit: ""

manifests/operatorconfiguration.crd.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -508,7 +508,7 @@ spec:
508508
pattern: '^(\d+m|\d+(\.\d{1,3})?)$'
509509
logical_backup_docker_image:
510510
type: string
511-
default: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"
511+
default: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0"
512512
logical_backup_google_application_credentials:
513513
type: string
514514
logical_backup_job_prefix:

manifests/postgres-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ spec:
1919
serviceAccountName: postgres-operator
2020
containers:
2121
- name: postgres-operator
22-
image: ghcr.io/zalando/postgres-operator:v1.13.0
22+
image: ghcr.io/zalando/postgres-operator:v1.14.0
2323
imagePullPolicy: IfNotPresent
2424
resources:
2525
requests:

manifests/postgresql-operator-default-configuration.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ configuration:
168168
# logical_backup_cpu_request: ""
169169
# logical_backup_memory_limit: ""
170170
# logical_backup_memory_request: ""
171-
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"
171+
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0"
172172
# logical_backup_google_application_credentials: ""
173173
logical_backup_job_prefix: "logical-backup-"
174174
logical_backup_provider: "s3"

pkg/controller/operator_config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ func (c *Controller) importConfigurationFromCRD(fromCRD *acidv1.OperatorConfigur
180180

181181
// logical backup config
182182
result.LogicalBackupSchedule = util.Coalesce(fromCRD.LogicalBackup.Schedule, "30 00 * * *")
183-
result.LogicalBackupDockerImage = util.Coalesce(fromCRD.LogicalBackup.DockerImage, "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0")
183+
result.LogicalBackupDockerImage = util.Coalesce(fromCRD.LogicalBackup.DockerImage, "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0")
184184
result.LogicalBackupProvider = util.Coalesce(fromCRD.LogicalBackup.BackupProvider, "s3")
185185
result.LogicalBackupAzureStorageAccountName = fromCRD.LogicalBackup.AzureStorageAccountName
186186
result.LogicalBackupAzureStorageAccountKey = fromCRD.LogicalBackup.AzureStorageAccountKey

pkg/util/config/config.go

+1-1
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ type Scalyr struct {
127127
// LogicalBackup defines configuration for logical backup
128128
type LogicalBackup struct {
129129
LogicalBackupSchedule string `name:"logical_backup_schedule" default:"30 00 * * *"`
130-
LogicalBackupDockerImage string `name:"logical_backup_docker_image" default:"ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"`
130+
LogicalBackupDockerImage string `name:"logical_backup_docker_image" default:"ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0"`
131131
LogicalBackupProvider string `name:"logical_backup_provider" default:"s3"`
132132
LogicalBackupAzureStorageAccountName string `name:"logical_backup_azure_storage_account_name" default:""`
133133
LogicalBackupAzureStorageContainer string `name:"logical_backup_azure_storage_container" default:""`

ui/app/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "postgres-operator-ui",
3-
"version": "1.13.0",
3+
"version": "1.14.0",
44
"description": "PostgreSQL Operator UI",
55
"main": "src/app.js",
66
"config": {

ui/manifests/deployment.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ spec:
1818
serviceAccountName: postgres-operator-ui
1919
containers:
2020
- name: "service"
21-
image: ghcr.io/zalando/postgres-operator-ui:v1.13.0
21+
image: ghcr.io/zalando/postgres-operator-ui:v1.14.0
2222
ports:
2323
- containerPort: 8081
2424
protocol: "TCP"

0 commit comments

Comments
 (0)