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.2
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.3
Choose a head ref
  • 9 commits
  • 17 files changed
  • 6 contributors

Commits on Apr 1, 2026

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

Commits on Apr 2, 2026

  1. fix: use specific config file for loading (#2573) (#2580)

    Ensures that Viper loads the specific configuration file provided via the
    --config-file flag by using SetConfigFile instead of SetConfigName and
    AddConfigPath. This prevents filename ambiguity when multiple files with
    the same base name but different extensions exist in the same directory.
    
    Similar to AlloyDB Auth Proxy PR #914.
    kgala2 authored Apr 2, 2026
    Configuration menu
    Copy the full SHA
    f951767 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2026

  1. Configuration menu
    Copy the full SHA
    e1eeab8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    24a5ab1 View commit details
    Browse the repository at this point in the history
  3. test: shift test ports to avoid linux ephemeral port range (#2588)

    This change moves the hardcoded ports in proxy_test.go from the 50000-60000 range
    to the 24000-26000 range. The linux ephemeral port range typically starts at 
    port 32768 (or 36000), which was causing intermittent 'address already in use' 
    failures in the tests.
    hessjcg authored Apr 16, 2026
    Configuration menu
    Copy the full SHA
    bad432f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3a75d27 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    51d1583 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2026

  1. Configuration menu
    Copy the full SHA
    0a03a39 View commit details
    Browse the repository at this point in the history
  2. chore(main): release 2.21.3 (#2581)

    * chore(main): release 2.21.3
    
    * fix lint issue
    
    ---------
    
    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    Co-authored-by: Jin Hou <jinphou@google.com>
    release-please[bot] and panavenue authored Apr 17, 2026
    Configuration menu
    Copy the full SHA
    87a84fb View commit details
    Browse the repository at this point in the history
Loading