Skip to content

Commit a3879c4

Browse files
chore(main): release 1.6.4 (#666)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent a28e16a commit a3879c4

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.6.4](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.3...v1.6.4) (2025-04-22)
4+
5+
6+
### Bug Fixes
7+
8+
* 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))
9+
* 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))
10+
311
## [1.6.3](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.2...v1.6.3) (2025-03-25)
412

513

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ your kubernetes cluster:
4343

4444
<!-- {x-release-please-start-version} -->
4545
```shell
46-
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.3/cloud-sql-proxy-operator.yaml
46+
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.4/cloud-sql-proxy-operator.yaml
4747
```
4848
<!-- {x-release-please-end} -->
4949

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ your kubernetes cluster:
2121

2222
<!-- {x-release-please-start-version} -->
2323
```shell
24-
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.3/install.sh | bash
24+
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.4/install.sh | bash
2525
```
2626
<!-- {x-release-please-end} -->
2727

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.6.3
1+
1.6.4

0 commit comments

Comments
 (0)