Skip to content

Commit 617810e

Browse files
chore(main): release 1.5.0 (#599)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent ec11737 commit 617810e

File tree

4 files changed

+15
-3
lines changed

4 files changed

+15
-3
lines changed

CHANGELOG.md

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

3+
## [1.5.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.5...v1.5.0) (2024-07-09)
4+
5+
6+
### Features
7+
8+
* Add refresh strategy proxy configuration. Part of [#597](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/597). ([#598](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/598)) ([591c2a8](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/591c2a8763b8aac2ca0d9a21b727dfa79bc84575))
9+
10+
11+
### Bug Fixes
12+
13+
* Bump dependencies to latest. ([#590](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/590)) ([f79adb0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/f79adb076b7bb68a727c76b3b850be031cf7df65))
14+
315
## [1.4.5](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.4...v1.4.5) (2024-04-18)
416

517

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

0 commit comments

Comments
 (0)