Skip to content

Tags: iterativo-git/cloudsql-proxy

Tags

1.14

Toggle 1.14's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Proxy rejects requests for first generation instances. (GoogleCloudPl…

…atform#269)

First generation instances are not supported by the proxy, so this causes them to fail slightly faster.

1.13

Toggle 1.13's commit message
Gracefully handle TERM signals (GoogleCloudPlatform#206)

Add a -term_timeout flag, when receiving the TERM singal proxy will wait up to `term_timeout` for existing connections to close.

1.12

Toggle 1.12's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Set default value for IP preferences to be public then private. (Goog…

…leCloudPlatform#208)

If an instance has no public IP and a private IP, the proxy client will then attempt to connect to the private IP.

1.11

Toggle 1.11's commit message
Manually merge GoogleCloudPlatform#121 back due to refactor in Google…

…CloudPlatform#105

1.10

Toggle 1.10's commit message
Merge pull request GoogleCloudPlatform#104 from Carrotman42/master

Set the UserAgent used when contacting the sqladmin API

1.09

Toggle 1.09's commit message
Merge pull request GoogleCloudPlatform#77 from apelisse/use-alpine-ba…

…se-docker

Use alpine docker base image to get certificates

1.08

Toggle 1.08's commit message
Merge pull request GoogleCloudPlatform#68 from Carrotman42/master

Fix panic when the region is omitted

1.07

Toggle 1.07's commit message
Merge pull request GoogleCloudPlatform#66 from ankushagarwal/master

Bug fix: Create the directory first and then check using os.IsNotExist

1.06

Toggle 1.06's commit message
Merge pull request GoogleCloudPlatform#51 from SamiHiltunen/typo-fix

fix typo in refreshCfg

1.05

Toggle 1.05's commit message
Merge pull request GoogleCloudPlatform#29 from Carrotman42/dockerfile

Add support for building a docker container in build.sh