Skip to content

Commit

Permalink
chore(deps): update package-deps to v1.13.0 (#72)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
|
[zalando/postgres-operator](https://redirect.github.com/zalando/postgres-operator)
| minor | `v1.12.2` -> `v1.13.0` |

---

### Release Notes

<details>
<summary>zalando/postgres-operator (zalando/postgres-operator)</summary>

###
[`v1.13.0`](https://redirect.github.com/zalando/postgres-operator/releases/tag/v1.13.0):
Panoramic Lapwing

[Compare
Source](https://redirect.github.com/zalando/postgres-operator/compare/v1.12.2...v1.13.0)

We are excited to announce yet another new release of the Postgres
Operator. Thanks to everyone who contributed with PRs, feedback, raising
issues or providing ideas.

##### New features

- new option to enable owner references on all child resources
([#&#8203;2688](https://redirect.github.com/zalando/postgres-operator/issues/2688),
[#&#8203;2199](https://redirect.github.com/zalando/postgres-operator/issues/2199))
- implement per-cluster maintenance windows to define when automatic
major version upgrade can happen
([#&#8203;2710](https://redirect.github.com/zalando/postgres-operator/issues/2710),
[#&#8203;2731](https://redirect.github.com/zalando/postgres-operator/issues/2731))
- \[Helm] add extraEnvs for operator deployments
([#&#8203;2671](https://redirect.github.com/zalando/postgres-operator/issues/2671))

##### Enhancements

- pass inherited annotations also to existing child resources
([#&#8203;2657](https://redirect.github.com/zalando/postgres-operator/issues/2657),
[#&#8203;2713](https://redirect.github.com/zalando/postgres-operator/issues/2713),
[#&#8203;2723](https://redirect.github.com/zalando/postgres-operator/issues/2723))
- all child resources are now represented in the cluster's Go struct
incl. service, endpoints/configmaps created by Patroni
([#&#8203;2713](https://redirect.github.com/zalando/postgres-operator/issues/2713),
[#&#8203;2733](https://redirect.github.com/zalando/postgres-operator/issues/2733))
- stream resources are not created after errors on syning the
publication and slot
([#&#8203;2704](https://redirect.github.com/zalando/postgres-operator/issues/2704),
[#&#8203;2728](https://redirect.github.com/zalando/postgres-operator/issues/2728))
- update package dependencies when building image
([#&#8203;2665](https://redirect.github.com/zalando/postgres-operator/issues/2665))
- simplify delivery yaml file for building operator
([#&#8203;2673](https://redirect.github.com/zalando/postgres-operator/issues/2673))
- resolve code problems reported by newer linters
([#&#8203;2715](https://redirect.github.com/zalando/postgres-operator/issues/2715),
[#&#8203;2713](https://redirect.github.com/zalando/postgres-operator/issues/2713))
- config map example has been fully aligned with CRD config defaults
([#&#8203;2729](https://redirect.github.com/zalando/postgres-operator/issues/2729))
- update Go to 1.22.5 and also updated dependencies
([#&#8203;2699](https://redirect.github.com/zalando/postgres-operator/issues/2699),
[#&#8203;2729](https://redirect.github.com/zalando/postgres-operator/issues/2729))

##### Bugfixes

- fix deletion of resources when cluster fields are empty
([#&#8203;2713](https://redirect.github.com/zalando/postgres-operator/issues/2713))
- fix volumeMounts diff (nil vs. empty) when comparing containers
([#&#8203;2686](https://redirect.github.com/zalando/postgres-operator/issues/2686))
- do not set empty secret env vars for logical backup on GCS and Azure
when not configured
([#&#8203;2732](https://redirect.github.com/zalando/postgres-operator/issues/2732))
- handle publications without tables
([#&#8203;2722](https://redirect.github.com/zalando/postgres-operator/issues/2722))

##### Breaking changes

- removing streams from manifest triggers a removal of database
publication, slots and FES resources
([#&#8203;2684](https://redirect.github.com/zalando/postgres-operator/issues/2684),
[#&#8203;2563](https://redirect.github.com/zalando/postgres-operator/issues/2563))
- automatic major version upgrades are enabled by default (`manual`
mode)
([#&#8203;2729](https://redirect.github.com/zalando/postgres-operator/issues/2729))
- dropped default of `additional_secret_mount_path` option when
configured via config CRD
([#&#8203;2729](https://redirect.github.com/zalando/postgres-operator/issues/2729))
- dropped support for Postgres 11
([#&#8203;2706](https://redirect.github.com/zalando/postgres-operator/issues/2706))
- dropped helm packages for 1.8.2 releases
([#&#8203;2729](https://redirect.github.com/zalando/postgres-operator/issues/2729))

amd images:
**Docker image**:
registry.opensource.zalan.do/acid/postgres-operator:v1.13.0
**UI Docker image**:
registry.opensource.zalan.do/acid/postgres-operator-ui:v1.13.0
**Logical Backup Docker image**:
registry.opensource.zalan.do/acid/logical-backup:v1.13.0

Multi-arch image (arm):
Postgres Operator: ghcr.io/zalando/postgres-operator:v1.13.0
UI: ghcr.io/zalando/postgres-operator-ui:v1.13.0
Logical Backup: ghcr.io/zalando/postgres-operator/logical-backup:v1.13.0

**Default Spilo image**: ghcr.io/zalando/spilo-16:3.3-p1

Thanks to our contributors:
[@&#8203;idanovinda](https://redirect.github.com/idanovinda),
[@&#8203;FxKu](https://redirect.github.com/FxKu),
[@&#8203;hughcapet](https://redirect.github.com/hughcapet),
[@&#8203;macedigital](https://redirect.github.com/macedigital),
[@&#8203;sdudoladov](https://redirect.github.com/sdudoladov)
[@&#8203;fahedouch](https://redirect.github.com/fahedouch),
[@&#8203;mbegenau](https://redirect.github.com/mbegenau),
[@&#8203;nickmansrob](https://redirect.github.com/nickmansrob),
[@&#8203;desaintmartin](https://redirect.github.com/desaintmartin)

</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.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- 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:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJwYWNrYWdlLWRlcHMiXX0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 24, 2024
1 parent 14f4536 commit 3648417
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions zarf.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ components:
manifests:
- name: crds
files:
- https://github.com/zalando/postgres-operator/raw/v1.12.2/charts/postgres-operator/crds/operatorconfigurations.yaml
- https://github.com/zalando/postgres-operator/raw/v1.12.2/charts/postgres-operator/crds/postgresqls.yaml
- https://github.com/zalando/postgres-operator/raw/v1.12.2/charts/postgres-operator/crds/postgresteams.yaml
- https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/operatorconfigurations.yaml
- https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/postgresqls.yaml
- https://github.com/zalando/postgres-operator/raw/v1.13.0/charts/postgres-operator/crds/postgresteams.yaml

- name: postgres-operator
required: true
Expand Down

0 comments on commit 3648417

Please sign in to comment.