版本发布 8
## [1.7.3](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.7.2...v1.7.3) (2026-01-23) ### Bug Fixes * update go licenses to v2 ([#726](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/726)) ([8bf84e2](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/8bf84e21ce8459795a55cf348e882f55653cbd4c))
## [1.6.5](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.4...v1.6.5) (2025-04-29) ### Bug Fixes * Update dependencies to latest, including Proxy v2.17.0 ([#673](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/673)) ([42ac128](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/42ac12834d06088cf2ff294f66762b99898bf2c3))
## [1.6.4](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.3...v1.6.4) (2025-04-22) ### Bug Fixes * Check all containers and init containers for proxy before recreating pod ([#662](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/662)) ([a28e16a](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/a28e16a332b63c2f3a9be91c350ed2083227de52)) * Upgrades Kubernetes libraries to 1.32 ([#664](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/664)) ([e5e2da5](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/e5e2da518006482c08b66b4e21df06f4faa9bb62))
## [1.6.3](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.2...v1.6.3) (2025-03-25) ### Bug Fixes * Update proxy to 2.15.2. ([#659](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/659)) ([b607741](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/b6077411efb805071df65c929b481bb77774ab28))
## [1.6.2](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.1...v1.6.2) (2025-01-17) ### Bug Fixes * **examples:** do not manually set env vars in deployment ([#653](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/653)) ([4a2d655](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/4a2d65544d47f1910c1a6501b5204cca77ba3548))
## [1.6.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.0...v1.6.1) (2024-12-12) ### Bug Fixes * Update Auth Proxy to version v2.14.2 ([#650](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/650)) ([35526d4](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/35526d46dfdb94d1b5b919a87adb3a7948bebfe6)) * Update dependencies. ([#648](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/648)) ([555c117](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/555c117103e0c74fee77ce59cae509d34b05b7a6))
## [1.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.1...v1.6.0) (2024-11-22) ### Features * Add --min-sigterm-delay property to the workload configuration ([#639](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/639)) ([b4c226a](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/b4c226acad2d0af9860eb191da96637f6906f94e)), closes [#627](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/627) * Run the proxy container as Sidecar Init Container ([#624](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/624)) ([19d8043](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/19d8043c3a7a2368ce797b3d7766656002cf5c6f)), closes [#381](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/381) ### Bug Fixes * Update proxy version to v2.14.1 ([#632](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/632)) ([85655e5](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/85655e517e2080550ded7c830be29c4b8256064f))
## [1.5.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.0...v1.5.1) (2024-08-22) ### Bug Fixes * Add seconds unit to CSQL_PROXY_MAX_SIGTERM_DELAY value. ([#611](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/611)) ([c4eb455](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/c4eb4550e2423d716baf7e3d380894ac0b917601)), closes [#610](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/610)