File tree Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Expand file tree Collapse file tree 4 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
3
+ ## [ 1.6.3] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.2...v1.6.3 ) (2025-03-25)
4
+
5
+
6
+ ### Bug Fixes
7
+
8
+ * 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 ) )
9
+
3
10
## [ 1.6.2] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.6.1...v1.6.2 ) (2025-01-17)
4
11
5
12
Original file line number Diff line number Diff line change @@ -43,7 +43,7 @@ your kubernetes cluster:
43
43
44
44
<!-- {x-release-please-start-version} -->
45
45
``` shell
46
- kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.2 /cloud-sql-proxy-operator.yaml
46
+ kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.3 /cloud-sql-proxy-operator.yaml
47
47
```
48
48
<!-- {x-release-please-end} -->
49
49
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ your kubernetes cluster:
21
21
22
22
<!-- {x-release-please-start-version} -->
23
23
``` shell
24
- curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.2 /install.sh | bash
24
+ curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.3 /install.sh | bash
25
25
```
26
26
<!-- {x-release-please-end} -->
27
27
Original file line number Diff line number Diff line change 1
- 1.6.2
1
+ 1.6.3
You can’t perform that action at this time.
0 commit comments