Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: zalando/postgres-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.14.0
Choose a base ref
...
head repository: zalando/postgres-operator
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 13 commits
  • 68 files changed
  • 4 contributors

Commits on Jan 3, 2025

  1. update codegen (#2832)

    idanovinda authored Jan 3, 2025
    Configuration menu
    Copy the full SHA
    4430aba View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2025

  1. Configuration menu
    Copy the full SHA
    46d5ebe View commit details
    Browse the repository at this point in the history

Commits on Jan 15, 2025

  1. Extend MaintenanceWindows parameter usage (#2810)

    Consider maintenance window when migrating master pods and replacing pods (rolling update)
    hughcapet authored Jan 15, 2025
    Configuration menu
    Copy the full SHA
    8522331 View commit details
    Browse the repository at this point in the history

Commits on Jan 17, 2025

  1. Only check maintenance window for upgrade after pg version recheck (#…

    …2842)
    
    This way we avoid misleading "skipping major version upgrade, not in maintenance window" log line when c.currentMajorVersion is not initialized (==0)
    hughcapet authored Jan 17, 2025
    Configuration menu
    Copy the full SHA
    e04b91d View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2025

  1. Partially revert #2810 (#2849)

    Only schedule switchover for pod migration, consider mainWindow for PGVERSION env change
    hughcapet authored Jan 23, 2025
    Configuration menu
    Copy the full SHA
    b0cfeb3 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2025

  1. Configuration menu
    Copy the full SHA
    f49b4f1 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2025

  1. Critical operation PDB (#2830)

    Create the second PDB to cover Pods with a special "critical operation" label set.
    
    This label is going to be assigned to all pg cluster's Pods by the Operator during a PG major version upgrade, by Patroni during a cluster/replica bootstrap. It can also be set manually or by any other automation tool.
    hughcapet authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    a56ecaa View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2025

  1. Protect Pods from disruptions during upgrades (#2844)

    Co-authored-by: Felix Kunde <felix-kunde@gmx.de>
    hughcapet and FxKu authored Jan 30, 2025
    Configuration menu
    Copy the full SHA
    c8063eb View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2025

  1. fix creating secrets for rotation users (#2863)

    * fix creating secrets for rotation users
    * rework annotation comparison on update to decide on when to call syncSecrets
    FxKu authored Feb 14, 2025
    Configuration menu
    Copy the full SHA
    2a4be1c View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2025

  1. do not remove publications of slot defined in manifest (#2868)

    * do not remove publications of slot defined in manifest
    * improve condition to sync streams
    * init publication tables map when adding manifest slots
    * need to update c.Stream when there is no update
    FxKu authored Feb 26, 2025
    Configuration menu
    Copy the full SHA
    746df0d View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2025

  1. Configure (upcoming) Patroni bootstrap labels feature (#2872)

    Set the value from the critical-operation-pdb's selector if PDBs are enabled
    hughcapet authored Mar 10, 2025
    Configuration menu
    Copy the full SHA
    c7a586d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    68c4b49 View commit details
    Browse the repository at this point in the history

Commits on May 20, 2025

  1. Configuration menu
    Copy the full SHA
    ccb52c0 View commit details
    Browse the repository at this point in the history
Loading