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: GoogleCloudPlatform/cloud-sql-proxy
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v2.21.0
Choose a base ref
...
head repository: GoogleCloudPlatform/cloud-sql-proxy
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v2.21.1
Choose a head ref
  • 7 commits
  • 20 files changed
  • 6 contributors

Commits on Jan 27, 2026

  1. fix: Correctly set the credentials token source and the WithIAMAuthN …

    …opt (#2544)
    
    This fixes a bug in how the auth proxy handled the configuration when the `--impersonate-service-account` flag and the `auto-iam-auth` instance configuration parameter are set at the same time. This is especially important to make the Cloud SQL Proxy Operator work correctly, see GoogleCloudPlatform/cloud-sql-proxy-operator#719
    
    Fixes #2542
    mruoss authored Jan 27, 2026
    Configuration menu
    Copy the full SHA
    5b14b6a View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2026

  1. fix: Set the universe domain when using an impersonation chain. (#2547)

    This change ensures that the universe domain configuration is correctly passed when setting up an impersonation chain for credentials.
    
    It also introduces internal test infrastructure to mock `impersonate.CredentialsTokenSource` and adds a unit test `TestCredentialsOpt` to verify this behavior.
    hessjcg authored Feb 3, 2026
    Configuration menu
    Copy the full SHA
    db8644c View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2026

  1. chore: Add new build.sh build_image command to build. (#2549)

    Usage: ./build.sh build_image {image_url}
    
    This builds the cloud-sql-proxy binary from the local source code and pushes it to 
    a container registry.
    hessjcg authored Feb 5, 2026
    Configuration menu
    Copy the full SHA
    4bcf6bd View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2026

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

Commits on Feb 18, 2026

  1. chore: Refactor Github Action per b/485167538 (#2554)

    Co-authored-by: Ben Knutson <benknutson@google.com>
    google-admin and benknutson-google authored Feb 18, 2026
    Configuration menu
    Copy the full SHA
    d1b3279 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0a98362 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2026

  1. chore(main): release 2.21.1 (#2546)

    * chore(main): release 2.21.1
    
    * Updates license check file with new version number.
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Jonathan Hess <hessjc@google.com>
    release-please[bot] and hessjcg authored Feb 19, 2026
    Configuration menu
    Copy the full SHA
    b324220 View commit details
    Browse the repository at this point in the history
Loading