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.10.1
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.11.0
Choose a head ref
  • 14 commits
  • 24 files changed
  • 6 contributors

Commits on Mar 26, 2024

  1. feat: use Google managed base images (#2159)

    This commit updates the Bullseye and Buster containers to pull from a
    Google-managed Debian image.
    
    Context:
    
    Google maintains base images for building its own applications. These
    images are built from the same source that Docker Hub uses. Therefore,
    they match the images you would get from Docker Hub.
    
    The advantage of using Google-maintained images is that they are stored
    on Google Cloud, so you can pull these images directly from your
    environment without having to traverse networks.
    
    Google updates these images whenever a new version of an official image
    is released and the new version fixes a known vulnerability reported by
    Artifact Analysis. For more information on image versions, see the
    GitHub repository of official images.
    
    See https://cloud.google.com/software-supply-chain-security/docs/base-images
    enocom authored Mar 26, 2024
    Configuration menu
    Copy the full SHA
    1103a95 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c5f4677 View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. Configuration menu
    Copy the full SHA
    75aa2be View commit details
    Browse the repository at this point in the history
  2. docs: Improve Docker section in README (#2129) (#2137)

    Add a Working with Docker and the Proxy section that explains how to use
    the proxy via Docker on a local machine, including some comments about
    permissions over the credentials file.
    sebastian-correa authored Apr 1, 2024
    Configuration menu
    Copy the full SHA
    0fe60d0 View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2024

  1. Configuration menu
    Copy the full SHA
    5d5d89c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4317743 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2024

  1. Configuration menu
    Copy the full SHA
    088f47a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a693acd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fdcca22 View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2024

  1. feat: add support for a lazy refresh (#2184)

    When clients run the Proxy in environments where the CPU may be
    throttled, the background connection info refresh operation can fail to
    complete, causing connection errors. This commit introduces an option
    for a lazy refresh. Connection info is retrieved on an as needed-basis
    and cached based on the associated certificate's expiration. No
    background goroutine runs, unlike the default refresh ahead cache.
    
     Enable it like so:
    
     ./cloud-sql-proxy <INSTANCE_CONNECTION_NAME> --lazy-refresh
    
    A lazy refresh may result in increased latency (more requests will be
    subject to waiting for the refresh to complete), but gains in
    reliability.
    
    Fixes #2183
    enocom authored Apr 16, 2024
    Configuration menu
    Copy the full SHA
    fd7ab82 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3987aa1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ea2993 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9a04881 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. chore(main): release 2.11.0 (#2161)

    Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
    release-please[bot] authored Apr 17, 2024
    Configuration menu
    Copy the full SHA
    c42636f View commit details
    Browse the repository at this point in the history
Loading