Skip to content

Commit a8c5a1d

Browse files
chore(main): release 1.6.0 (#633)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent b4c226a commit a8c5a1d

File tree

4 files changed

+16
-3
lines changed

4 files changed

+16
-3
lines changed

CHANGELOG.md

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

3+
## [1.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.1...v1.6.0) (2024-11-22)
4+
5+
6+
### Features
7+
8+
* 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)
9+
* 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)
10+
11+
12+
### Bug Fixes
13+
14+
* 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))
15+
316
## [1.5.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.0...v1.5.1) (2024-08-22)
417

518

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

0 commit comments

Comments
 (0)