-
Notifications
You must be signed in to change notification settings - Fork 352
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 14 commits
- 24 files changed
- 6 contributors
Commits on Mar 26, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for 1103a95 - Browse repository at this point
Copy the full SHA 1103a95View commit details -
Configuration menu - View commit details
-
Copy full SHA for c5f4677 - Browse repository at this point
Copy the full SHA c5f4677View commit details
Commits on Apr 1, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 75aa2be - Browse repository at this point
Copy the full SHA 75aa2beView commit details -
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.
Configuration menu - View commit details
-
Copy full SHA for 0fe60d0 - Browse repository at this point
Copy the full SHA 0fe60d0View commit details
Commits on Apr 2, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 5d5d89c - Browse repository at this point
Copy the full SHA 5d5d89cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4317743 - Browse repository at this point
Copy the full SHA 4317743View commit details
Commits on Apr 9, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 088f47a - Browse repository at this point
Copy the full SHA 088f47aView commit details -
Configuration menu - View commit details
-
Copy full SHA for a693acd - Browse repository at this point
Copy the full SHA a693acdView commit details -
Configuration menu - View commit details
-
Copy full SHA for fdcca22 - Browse repository at this point
Copy the full SHA fdcca22View commit details
Commits on Apr 16, 2024
-
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
Configuration menu - View commit details
-
Copy full SHA for fd7ab82 - Browse repository at this point
Copy the full SHA fd7ab82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3987aa1 - Browse repository at this point
Copy the full SHA 3987aa1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6ea2993 - Browse repository at this point
Copy the full SHA 6ea2993View commit details -
Configuration menu - View commit details
-
Copy full SHA for 9a04881 - Browse repository at this point
Copy the full SHA 9a04881View commit details
Commits on Apr 17, 2024
-
chore(main): release 2.11.0 (#2161)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
Configuration menu - View commit details
-
Copy full SHA for c42636f - Browse repository at this point
Copy the full SHA c42636fView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we canβt render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v2.10.1...v2.11.0