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: himanshu-ntml/postgres-operator
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
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
Checking mergeability… Don’t worry, you can still create the pull request.
  • 6 commits
  • 21 files changed
  • 6 contributors

Commits on Aug 19, 2025

  1. upgrade Go from 1.23.4 to 1.25.0 (zalando#2945)

    * upgrade go to 1.25
    * add minor version to be Go 1.25.0
    * revert the Go version on README to keep the history of the release
    jopadi authored Aug 19, 2025
    Configuration menu
    Copy the full SHA
    fa4bc21 View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2025

  1. Skip creation of OwnerReference if user is in a different namespace (z…

    …alando#2912)
    
    Instead of doing a string compare on the username, check the actual namespace of the user to determine if an owner reference can be created.
    mortenlj authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    ad7e590 View commit details
    Browse the repository at this point in the history
  2. Bump requests from 2.32.2 to 2.32.4 in /ui (zalando#2922)

    Bumps [requests](https://github.com/psf/requests) from 2.32.2 to 2.32.4.
    - [Release notes](https://github.com/psf/requests/releases)
    - [Changelog](https://github.com/psf/requests/blob/main/HISTORY.md)
    - [Commits](psf/requests@v2.32.2...v2.32.4)
    
    ---
    updated-dependencies:
    - dependency-name: requests
      dependency-version: 2.32.4
      dependency-type: direct:production
    ...
    
    Signed-off-by: dependabot[bot] <[email protected]>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    cce2633 View commit details
    Browse the repository at this point in the history
  3. logical-backup:gcs_upload: try to use gcp metadata if LOGICAL_GOOGLE_…

    …APPLICATION_CREDENTIALS is not set (zalando#2837)
    
    Co-authored-by: Felix Kunde <[email protected]>
    ggramal and FxKu authored Sep 17, 2025
    Configuration menu
    Copy the full SHA
    d98fc27 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2025

  1. Add selector to master service when switching to CM (zalando#2955)

    Add service selector comparison to compareServices
    This is necessary for the proper switch of `kubernetes_use_configmaps` configuration value, as master service should have different label selector setup for those.
    hughcapet authored Sep 19, 2025
    Configuration menu
    Copy the full SHA
    bcd729b View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2025

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