Skip to content

Releases: ricardoarchive/cloudsql-proxy-inject

Wait for app to exit before letting the cloud proxy terminate (#6)

25 Nov 15:22
943fd08
Compare
Choose a tag to compare

By this change, we add a preStop command that prevents the cloud_sql_proxy from terminating until the application is running.

This addresses the issue where when a pod stop is requested, the cloud proxy sidecar terminates immediately while the application implementing graceful shutdown takes longer and potentially still accepts requests that then fail because the proxy is down.

v0.0.5

10 Jun 12:54
4279a42
Compare
Choose a tag to compare

Adding term-timeout flag to be able to use cloud_sql_proxy option term_timeout in order to delay proxy termination.

v0.0.4

07 Mar 10:08
0066e06
Compare
Choose a tag to compare
update gke version to 1.13 (#4)

v0.0.3

07 Mar 09:57
0066e06
Compare
Choose a tag to compare
update gke version to 1.13 (#4)

v0.0.2

07 Mar 09:56
0066e06
Compare
Choose a tag to compare
v0.0.2 Pre-release
Pre-release
update gke version to 1.13 (#4)

v0.0.1

11 Feb 11:54
Compare
Choose a tag to compare
v0.0.1 Pre-release
Pre-release