Skip to content

Commit 4c71275

Browse files
chore(main): release 1.5.1 (#612)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent cd99e6a commit 4c71275

File tree

4 files changed

+10
-3
lines changed

4 files changed

+10
-3
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.5.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.0...v1.5.1) (2024-08-22)
4+
5+
6+
### Bug Fixes
7+
8+
* 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)
9+
310
## [1.5.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.5...v1.5.0) (2024-07-09)
411

512

README.md

+1-1
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.0/cloud-sql-proxy-operator.yaml
46+
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.5.1/cloud-sql-proxy-operator.yaml
4747
```
4848
<!-- {x-release-please-end} -->
4949

docs/quick-start.md

+1-1
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.0/install.sh | bash
24+
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.5.1/install.sh | bash
2525
```
2626
<!-- {x-release-please-end} -->
2727

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.5.0
1+
1.5.1

0 commit comments

Comments
 (0)