Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update helm release postgres-operator to v1.13.0 #137

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 25, 2023

This PR contains the following updates:

Package Type Update Change
postgres-operator helm_release minor 1.9.0 -> 1.13.0

Release Notes

zalando/postgres-operator (postgres-operator)

v1.13.0: Panoramic Lapwing

Compare Source

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 (#​2688, #​2199)
  • implement per-cluster maintenance windows to define when automatic major version upgrade can happen (#​2710, #​2731)
  • [Helm] add extraEnvs for operator deployments (#​2671)
Enhancements
  • pass inherited annotations also to existing child resources (#​2657, #​2713, #​2723)
  • all child resources are now represented in the cluster's Go struct incl. service, endpoints/configmaps created by Patroni (#​2713, #​2733)
  • stream resources are not created after errors on syning the publication and slot (#​2704, #​2728)
  • update package dependencies when building image (#​2665)
  • simplify delivery yaml file for building operator (#​2673)
  • resolve code problems reported by newer linters (#​2715, #​2713)
  • config map example has been fully aligned with CRD config defaults (#​2729)
  • update Go to 1.22.5 and also updated dependencies (#​2699, #​2729)
Bugfixes
  • fix deletion of resources when cluster fields are empty (#​2713)
  • fix volumeMounts diff (nil vs. empty) when comparing containers (#​2686)
  • do not set empty secret env vars for logical backup on GCS and Azure when not configured (#​2732)
  • handle publications without tables (#​2722)
Breaking changes
  • removing streams from manifest triggers a removal of database publication, slots and FES resources (#​2684, #​2563)
  • automatic major version upgrades are enabled by default (manual mode) (#​2729)
  • dropped default of additional_secret_mount_path option when configured via config CRD (#​2729)
  • dropped support for Postgres 11 (#​2706)
  • dropped helm packages for 1.8.2 releases (#​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: @​idanovinda, @​FxKu, @​hughcapet, @​macedigital, @​sdudoladov
@​fahedouch, @​mbegenau, @​nickmansrob, @​desaintmartin

v1.12.2: Blissful Ants

Compare Source

This is a bugfix release to the 1.12 version of the Postrges Operator. Thanks to everyone who gave feedback, raised issues or fixed bugs.

Fixes and enhancements
  • use json tag for schema mapping of InfrastructureRole struct (#​2659)
  • align base images in arm build pipeline with Docker images (#​2663)
  • align dependencies in Makefile (#​2647)
  • [UI] fix exec format error on ARM (#​2663, #​2649)
  • [UI] use nodejs-lts instead of outdated alpine version to workaround permission issue with old npm version (#​2653)
Breaking changes
  • removed helm chart version 1.10.0, 1.12.0 and 1.12.1 and only provide the last point release of each version (#​2664)

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

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

Default Spilo image: ghcr.io/zalando/spilo-16:3.2-p3

Thanks to our contributors: @​macedigital, @​FxKu, @​idanovinda, @​hemakshis, @​Skoucail @​crkochan

v1.11.0: Deliberate Dog

Compare Source

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

New features
  • Added support for Postgres 16 (#​2437, #​2557)
  • ARM support for UI and logical backup images (#​2426, #​2527)
  • New config option to prevent operator from removing PVCs on cluster deletion (#​2579, #​1074)
  • New config option to specify PVC retention policy when deleting or scaling statefulset (#​2343, #​2415, #​2420, #​2584)
  • Add support for hugepages-2Mi/-1Gi in resources section incl. sidecars (#​2311, #​2512)
  • Finalizers can be enabled so custom resource in only removed after its child resources (#​941, #​2509, #​2521, #​2538)
  • Support for dead letter queue to recover from failed events (#​2421)
  • Master label selector can be disabled for the cluster's PodDisruptionBudget (#​2364, #​2595)
  • Single users can opt out from globally enabled password rotation (#​2528)
  • [LogicalBackup] Can specify extra environment variables in a logical_backup_cronjob_environment_secret (#​2051)
Enhancements
  • Allow empty resources when defaults are no set (#​2524)
  • Removal of standby section will promote the cluster (#​2472, #​2513)
  • Support switching secret rotation mode to in-place directly (#​2549)
  • Reduced number of calls on transitive team mappings (#​2445)
  • Configurable priority class for helm chart (#​2499)
  • Double check current Postgres version before trying upgrade (#​2533)
  • Inherited labels and annotations are also passed to logical backup pod (#​2456)
  • Improve appearance of Readme image in github dark mode (#​2431)
  • Improve docs on prepared users (#​2424, #​2425)
  • Improve docs structure on cluster configuration (#​2504)
  • Logging of all returned errors on closing database connections (#​2578)
  • Use Alpine 3 base image without minor version (#​2488)
  • Added unit test for cluster Create() method (#​2509)
  • Replaced deperecated ioutil package (#​2480, #​2531)
  • Bumped the pgBouncer version in pooler image to 1.22.0 (#​2529)
  • Go to 1.21 and updated depedencies (#​2554, #​2577, #​2676, #​2443, #​2433, #​2501, #​2442)
  • Add OCI label for container image source (#​2541)
  • [UI] Improve docs on watched namespaces (#​2412)
  • [LogicalBackup] Bump Ubuntu version (#​2478)
Bugfixes
  • Operator reflects new member states returned by Patroni cluster endpoint (#​2515)
  • Avoid password replacement if system users for pooler or streams are listed in the manifest (#​2489)
  • Compare single volume templates only if the number of templates has not changed (#​2493)
  • Changes to synchronous node count in Patroni section are now diffed (#​2558)
  • Update internal PostgresSpec after updating cluster status to not block subsequent updates (#​2546)
Breaking changes
  • Operator will not set the users section in Patroni config anymore (was not utilized anyway) (#​2490)
  • Dropped support for Postgres 10 (#​2557)
  • Dropped helm packages for 1.7.x releases (#​2580)

Docker image: registry.opensource.zalan.do/acid/postgres-operator:v1.11.0
Multi-arch image (arm): ghcr.io/zalando/postgres-operator:v1.11.0
UI Docker image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.11.0
Sample logical backup image: registry.opensource.zalan.do/acid/logical-backup:v1.11.0
Default Spilo image: ghcr.io/zalando/spilo-16:3.2-p2

Thanks to our contributors: @​FxKu, @​idanovinda, @​Jan-M, @​jopadi, @​hughcapet, @​sdudoladov, @​macedigital,
@​silenium-dev, @​frittentheke, @​b1zzu, @​stgrace, @​bootc, @​cstohr1, @​seekingua, @​andrejshapal, @​urashidmalik,
@​capuche2412, @​urashidmalik, @​senthilnathan, @​dgiebert, @​tm604, @​testwill, @​dmotte, @​ThoreKr, @​Lukkie,
@​drivebyer, @​sklirg, @​ghost, @​MisguidedEmails, @​ErikLundJensen, @​boomskats @​spreeker, @​regme

v1.10.1: Tactful Hamster

Compare Source

This is a bugfix release to the 1.10 version of the Postrges Operator. Thanks to everyone who gave feedback, raised issues or fixed bugs.

Fixes and enhancements
  • Trigger logical cronjob replacement if major version changed (#​2342)
  • Fix extraction of EBS volume id when there's no region prefix (#​2351)
  • Handle retry connect to Postgres when ping return EOF error (#​2339)
  • setting service account name for pooler to postgres-pod for OpenShift (#​2352)
  • fix supported version matrix (#​2402)
  • [UI] bump version of flask, requests and werkzeug dependency (#​2404)
  • [UI] provide example on how to set AWS_INSTANCE_PROFILE (#​2381, #​2403)
  • [UI] update ingress rules to path type Prefix with path / (#​2403)
  • [UI] revert setting base url in index.html because it defaulted to localhost after #​2195 (#​2403)

Docker image: registry.opensource.zalan.do/acid/postgres-operator:v1.10.1
UI Docker image: registry.opensource.zalan.do/acid/postgres-operator-ui:v1.10.1
Sample logical backup image: registry.opensource.zalan.do/acid/logical-backup:v1.10.1
Default Spilo image: ghcr.io/zalando/spilo-15:3.0-p1

Thanks to our contributors: @​jopadi, @​idanovinda, @​hughcapet, @​FxKu, @​sdudoladov
@​laiminhtrung1997, @​cdmikechen, @​k4kratik, @​basaveswar-kureti,
@​yoshihikoueno, @​weeix, @​pavanreddymaley, @​edward2a, @​wasap


Configuration

📅 Schedule: Branch creation - "before 3am on Monday" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

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


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependency Updated or changed dependency label Sep 25, 2023
@renovate renovate bot requested a review from a team September 25, 2023 00:35
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch 3 times, most recently from e54116a to ffeb53c Compare September 26, 2023 11:35
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch 3 times, most recently from 5acbd58 to 48bc86f Compare October 4, 2023 06:55
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch 2 times, most recently from 9fae8a9 to 67ea403 Compare October 17, 2023 06:17
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch 3 times, most recently from c8cc264 to 4506c23 Compare January 22, 2024 15:31
@kimdre
Copy link
Member

kimdre commented Jan 22, 2024

Check if Breaking changes apply to us.

@kimdre kimdre added the question Further information is requested label Jan 22, 2024
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch 2 times, most recently from 0897b3e to 9eee478 Compare January 24, 2024 07:52
@renovate renovate bot changed the title chore(deps): update helm release postgres-operator to v1.10.1 chore(deps): update helm release postgres-operator to v1.11.0 Mar 15, 2024
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch from 9eee478 to 2c94b59 Compare March 15, 2024 15:38
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch from 2c94b59 to a90d400 Compare June 1, 2024 00:49
@renovate renovate bot changed the title chore(deps): update helm release postgres-operator to v1.11.0 chore(deps): update helm release postgres-operator to v1.12.0 Jun 1, 2024
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch from a90d400 to 0a2f349 Compare June 14, 2024 10:11
@renovate renovate bot changed the title chore(deps): update helm release postgres-operator to v1.12.0 chore(deps): update helm release postgres-operator to v1.12.2 Jun 14, 2024
@renovate renovate bot force-pushed the renovate/postgres-operator-all branch from 0a2f349 to 0909602 Compare August 22, 2024 17:10
@renovate renovate bot changed the title chore(deps): update helm release postgres-operator to v1.12.2 chore(deps): update helm release postgres-operator to v1.13.0 Aug 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependency Updated or changed dependency question Further information is requested
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant