Skip to content

Commit 669817e

Browse files
chore(deps)!: update postgres package dependencies (#90)
This PR contains the following updates: | Package | Update | Change | |---|---|---| | [cgr.dev/du-uds-defenseunicorns/pgbouncer-fips](https://images.chainguard.dev/directory/image/pgbouncer-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/pgbouncer-fips)) | minor | `1.22.1` -> `1.23.1` | | [cgr.dev/du-uds-defenseunicorns/postgres-operator-fips](https://images.chainguard.dev/directory/image/postgres-operator-fips/overview) ([source](https://redirect.github.com/chainguard-images/images-private/tree/HEAD/images/postgres-operator-fips)) | minor | `1.13.0` -> `1.14.0` | | [ghcr.io/zalando/postgres-operator](https://redirect.github.com/zalando/postgres-operator) | minor | `v1.13.0` -> `v1.14.0` | | [ghcr.io/zalando/postgres-operator](https://redirect.github.com/zalando/postgres-operator) | minor | `1.13.0` -> `1.14.0` | | ghcr.io/zalando/postgres-operator/logical-backup | minor | `v1.13.0` -> `v1.14.0` | | [postgres-operator](https://redirect.github.com/zalando/postgres-operator) | minor | `1.13.0` -> `1.14.0` | | [registry1.dso.mil/ironbank/opensource/zalando/postgres-operator](https://redirect.github.com/zalando/postgres-operator) ([source](https://repo1.dso.mil/dsop/opensource/zalando/postgres-operator)) | minor | `v1.13.0` -> `v1.14.0` | | [registry1.dso.mil/ironbank/opensource/zalando/postgres-operator](https://redirect.github.com/zalando/postgres-operator) ([source](https://repo1.dso.mil/dsop/opensource/zalando/postgres-operator)) | minor | `1.13.0` -> `1.14.0` | | [zalando/postgres-operator](https://redirect.github.com/zalando/postgres-operator) | minor | `v1.13.0` -> `v1.14.0` | --- ### Release Notes <details> <summary>zalando/postgres-operator (ghcr.io/zalando/postgres-operator)</summary> ### [`v1.14.0`](https://redirect.github.com/zalando/postgres-operator/releases/tag/v1.14.0): Hopeful Amoeba [Compare Source](https://redirect.github.com/zalando/postgres-operator/compare/v1.13.0...v1.14.0) The year is coming to a close and we are happy to announce another new release of the Postgres Operator. Thanks to everyone who contributed with PRs, feedback, raising issues or providing ideas. Have a smooth transition into 2025. ##### New features - support for Postgres 17 ([#&#8203;2773](https://redirect.github.com/zalando/postgres-operator/issues/2773)) - ability to set QPS and burst limits for api client to make operator handle bigger fleets better ([#&#8203;2667](https://redirect.github.com/zalando/postgres-operator/issues/2667)) - sidecars can be running with a set of Commands ([#&#8203;2449](https://redirect.github.com/zalando/postgres-operator/issues/2449), [#&#8203;2825](https://redirect.github.com/zalando/postgres-operator/issues/2825)) - support for new EBS CSI Driver ([#&#8203;2677](https://redirect.github.com/zalando/postgres-operator/issues/2677)) - provide more scaling means for streams and support ignore recovery type (zalando-internal) ([#&#8203;2817](https://redirect.github.com/zalando/postgres-operator/issues/2817)) ##### Enhancements - added retry logic for switchover candidate search in asynchronous mode ([#&#8203;2760](https://redirect.github.com/zalando/postgres-operator/issues/2760)) - `preparedDatabases` feature supports database and schema names with special characters ([#&#8203;2745](https://redirect.github.com/zalando/postgres-operator/issues/2745), [#&#8203;2782](https://redirect.github.com/zalando/postgres-operator/issues/2782)) - operator sets annotation if last major version upgrade failed, next attempt skipped when annotation is present ([#&#8203;2727](https://redirect.github.com/zalando/postgres-operator/issues/2727), [#&#8203;2755](https://redirect.github.com/zalando/postgres-operator/issues/2755)) - added more pre-checks before executing major version upgrade script ([#&#8203;2772](https://redirect.github.com/zalando/postgres-operator/issues/2772)) - remember specs of PVCs on sync to make cluster deletion not miss out on them in edge cases ([#&#8203;2785](https://redirect.github.com/zalando/postgres-operator/issues/2785)) - added compatibility with Patroni 4, but operator still uses old `master` label behavior for now ([#&#8203;2818](https://redirect.github.com/zalando/postgres-operator/issues/2818)) - cleaned up code problems reported by go linter (mostly redundant type from arrays) ([#&#8203;2739](https://redirect.github.com/zalando/postgres-operator/issues/2739)) - improved docs about automated major version upgrades ([#&#8203;2807](https://redirect.github.com/zalando/postgres-operator/issues/2807)) - use a more recent postgres-exporter example in servicemonitor manifest ([#&#8203;2777](https://redirect.github.com/zalando/postgres-operator/issues/2777)) - update Go to 1.23.4 and also updated dependencies ([#&#8203;2824](https://redirect.github.com/zalando/postgres-operator/issues/2824), [#&#8203;2740](https://redirect.github.com/zalando/postgres-operator/issues/2740), [#&#8203;2816](https://redirect.github.com/zalando/postgres-operator/issues/2816), [#&#8203;2819](https://redirect.github.com/zalando/postgres-operator/issues/2819)) - \[Helm] make replica count for UI deployment configurable ([#&#8203;2708](https://redirect.github.com/zalando/postgres-operator/issues/2708)) ##### Bugfixes - update CRD schema pattern for resources to allow empty strings ([#&#8203;2735](https://redirect.github.com/zalando/postgres-operator/issues/2735)) - do not use extra labels to list stream resources because they can change and lead to duplicates ([#&#8203;2803](https://redirect.github.com/zalando/postgres-operator/issues/2803)) - Spilo image contains fix for breaking change for pushing backups with wal-g ([#&#8203;2786](https://redirect.github.com/zalando/postgres-operator/issues/2786)) - \[Helm] fix indentation of `extraEnvs` in operator deployment ([#&#8203;2783](https://redirect.github.com/zalando/postgres-operator/issues/2783), [#&#8203;2814](https://redirect.github.com/zalando/postgres-operator/issues/2814)) - \[Helm] cluste role was lacking patch privilege on PVCs ([#&#8203;2762](https://redirect.github.com/zalando/postgres-operator/issues/2762)) ##### Breaking changes - updated logs on SYNC and UPDATE events (breaking only if you rely on certain log messages) ([#&#8203;2738](https://redirect.github.com/zalando/postgres-operator/issues/2738)) - dropping support for Postgres 12 ([#&#8203;2773](https://redirect.github.com/zalando/postgres-operator/issues/2773)) amd images: **Docker image**: registry.opensource.zalan.do/acid/postgres-operator:v1.14.0 **UI Docker image**: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.14.0 **Logical Backup Docker image**: registry.opensource.zalan.do/acid/logical-backup:v1.14.0 Multi-arch image (arm): Postgres Operator: ghcr.io/zalando/postgres-operator:v1.14.0 UI: ghcr.io/zalando/postgres-operator-ui:v1.14.0 Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0 **Default Spilo image**: ghcr.io/zalando/spilo-17:4.0-p2 Thanks to our contributors: [@&#8203;idanovinda](https://redirect.github.com/idanovinda), [@&#8203;hughcapet](https://redirect.github.com/hughcapet), [@&#8203;FxKu](https://redirect.github.com/FxKu), [@&#8203;macedigital](https://redirect.github.com/macedigital), [@&#8203;sdudoladov](https://redirect.github.com/sdudoladov) [@&#8203;fahedouch](https://redirect.github.com/fahedouch), [@&#8203;cosimomeli](https://redirect.github.com/cosimomeli), [@&#8203;tabbyl21](https://redirect.github.com/tabbyl21), [@&#8203;Demch1k](https://redirect.github.com/Demch1k), [@&#8203;dmotte](https://redirect.github.com/dmotte), [@&#8203;prasadkris](https://redirect.github.com/prasadkris), [@&#8203;mjtrangoni](https://redirect.github.com/mjtrangoni) [@&#8203;zyue110026](https://redirect.github.com/zyue110026), [@&#8203;DaDummy](https://redirect.github.com/DaDummy), [@&#8203;Mart-Kuc](https://redirect.github.com/Mart-Kuc) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 👻 **Immortal**: This PR will be recreated if closed unmerged. Get [config help](https://redirect.github.com/renovatebot/renovate/discussions) if that's undesired. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-package-postgres-operator). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS41OC4xIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsicGFja2FnZS1kZXBzIl19--> --------- Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Wayne Starr <[email protected]>
1 parent 097087e commit 669817e

File tree

6 files changed

+25
-25
lines changed

6 files changed

+25
-25
lines changed

common/zarf.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ components:
1616
version: 0.1.0
1717
localPath: ../chart
1818
- name: postgres-operator
19-
version: 1.13.0
19+
version: 1.14.0
2020
namespace: postgres-operator
2121
url: https://opensource.zalando.com/postgres-operator/charts/postgres-operator
2222
valuesFiles:

releaser.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
flavors:
55
- name: upstream
66
# renovate-uds: datasource=docker depName=ghcr.io/zalando/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
7-
version: 1.13.0-uds.6
7+
version: 1.14.0-uds.0
88
- name: registry1
99
# renovate-uds: datasource=docker depName=registry1.dso.mil/ironbank/opensource/zalando/postgres-operator extractVersion=^v?(?<version>\d+\.\d+\.\d+)$
10-
version: 1.13.0-uds.6
10+
version: 1.14.0-uds.0
1111
- name: unicorn
1212
# renovate-uds: datasource=docker depName=cgr.dev/du-uds-defenseunicorns/postgres-operator-fips
13-
version: 1.13.0-uds.6
13+
version: 1.14.0-uds.0

values/registry1-values.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,11 @@
44
image:
55
registry: registry1.dso.mil
66
repository: ironbank/opensource/zalando/postgres-operator
7-
tag: v1.13.0
7+
tag: v1.14.0
88
configConnectionPooler:
99
connection_pooler_image: "registry1.dso.mil/ironbank/opensource/zalando/pgbouncer:1.21.0"
1010
configLogicalBackup:
1111
logical_backup_docker_image: "registry1.dso.mil/ironbank/opensource/zalando/logical-backup:v1.8.2"
1212
# Note there is not a spilo image in registry1
1313
configGeneral:
14-
docker_image: "ghcr.io/zalando/spilo-15:3.2-p1"
14+
docker_image: "ghcr.io/zalando/spilo-17:4.0-p2"

values/unicorn-values.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
image:
55
registry: cgr.dev
66
repository: du-uds-defenseunicorns/postgres-operator-fips
7-
tag: "1.13.0"
7+
tag: "1.14.0"
88
configConnectionPooler:
9-
connection_pooler_image: "cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.22.1"
9+
connection_pooler_image: "cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.23.1"
1010
configLogicalBackup:
11-
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"
11+
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0"
1212
configGeneral:
13-
docker_image: "ghcr.io/zalando/spilo-15:3.2-p1"
13+
docker_image: "ghcr.io/zalando/spilo-17:4.0-p2"

values/upstream-values.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,10 @@
44
image:
55
registry: ghcr.io
66
repository: zalando/postgres-operator
7-
tag: v1.13.0
7+
tag: v1.14.0
88
configConnectionPooler:
99
connection_pooler_image: "docker.io/bitnami/pgbouncer:1.23.1"
1010
configLogicalBackup:
11-
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0"
11+
logical_backup_docker_image: "ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0"
1212
configGeneral:
13-
docker_image: "ghcr.io/zalando/spilo-15:3.2-p1"
13+
docker_image: "ghcr.io/zalando/spilo-17:4.0-p2"

zarf.yaml

+12-12
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,9 @@ components:
1515
manifests:
1616
- name: crds
1717
files:
18-
- https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/operatorconfigurations.yaml
19-
- https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/postgresqls.yaml
20-
- https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/postgresteams.yaml
18+
- https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/operatorconfigurations.yaml
19+
- https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/postgresqls.yaml
20+
- https://github.com/zalando/postgres-operator/raw/v1.14.0/charts/postgres-operator/crds/postgresteams.yaml
2121

2222
- name: postgres-operator
2323
required: true
@@ -36,11 +36,11 @@ components:
3636
- ./values/registry1-config-values.yaml
3737
images:
3838
# Iron Bank
39-
- registry1.dso.mil/ironbank/opensource/zalando/postgres-operator:v1.13.0
39+
- registry1.dso.mil/ironbank/opensource/zalando/postgres-operator:v1.14.0
4040
- registry1.dso.mil/ironbank/opensource/zalando/logical-backup:v1.8.2
4141
- registry1.dso.mil/ironbank/opensource/zalando/pgbouncer:1.21.0
4242
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
43-
- ghcr.io/zalando/spilo-15:3.2-p1
43+
- ghcr.io/zalando/spilo-17:4.0-p2
4444
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
4545
- registry1.dso.mil/ironbank/opensource/prometheus/postgres-exporter:v0.16.0
4646

@@ -58,11 +58,11 @@ components:
5858
valuesFiles:
5959
- ./values/upstream-config-values.yaml
6060
images:
61-
- ghcr.io/zalando/postgres-operator:v1.13.0
62-
- ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0
61+
- ghcr.io/zalando/postgres-operator:v1.14.0
62+
- ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0
6363
- docker.io/bitnami/pgbouncer:1.23.1
6464
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
65-
- ghcr.io/zalando/spilo-15:3.2-p1
65+
- ghcr.io/zalando/spilo-17:4.0-p2
6666
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
6767
- quay.io/prometheuscommunity/postgres-exporter:v0.16.0
6868

@@ -80,10 +80,10 @@ components:
8080
valuesFiles:
8181
- ./values/unicorn-config-values.yaml
8282
images:
83-
- cgr.dev/du-uds-defenseunicorns/postgres-operator-fips:1.13.0
84-
- ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0
85-
- cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.22.1
83+
- cgr.dev/du-uds-defenseunicorns/postgres-operator-fips:1.14.0
84+
- ghcr.io/zalando/postgres-operator/logical-backup:v1.14.0
85+
- cgr.dev/du-uds-defenseunicorns/pgbouncer-fips:1.23.1
8686
# Docker image that provides PostgreSQL and Patroni bundled together for PostgreSQL HA
87-
- ghcr.io/zalando/spilo-15:3.2-p1
87+
- ghcr.io/zalando/spilo-17:4.0-p2
8888
# Container image that provides the postgres-exporter sidecar to create a metrics endpoint
8989
- cgr.dev/du-uds-defenseunicorns/prometheus-postgres-exporter-fips:0.16.0

0 commit comments

Comments
 (0)