Skip to content

Commit 8409858

Browse files
chore(main): release 1.7.0 (#699)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent feed387 commit 8409858

File tree

4 files changed

+17
-3
lines changed

4 files changed

+17
-3
lines changed

CHANGELOG.md

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

3+
## [1.7.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.6...v1.7.0) (2025-08-28)
4+
5+
6+
### Features
7+
8+
* Specify the security context on the proxy container. ([#698](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/698)) ([05130f0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/05130f0ab326e13af3bbd5232a0bf24f04a57af3))
9+
* Support dns name for connector names ([#701](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/701)) ([35402f7](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/35402f77de11d9bd4c8154b389807083f9fad590)), closes [#683](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/683)
10+
11+
12+
### Bug Fixes
13+
14+
* **deps:** Update all dependencies to latest ([#696](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/696)) ([d8bacd5](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/d8bacd550af197f1648215fbb73c491be1ac6a17))
15+
* Update proxy to 2.18.2 to include DNS name fix. ([#704](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/704)) ([feed387](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/feed3877e76d50a3753d7d4bca2cd05a79bd613b))
16+
317
## [1.6.6](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.5...v1.6.6) (2025-07-15)
418

519

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.6/cloud-sql-proxy-operator.yaml
46+
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.7.0/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.6/install.sh | bash
24+
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.7.0/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.6
1+
1.7.0

0 commit comments

Comments
 (0)