Skip to content

Commit

Permalink
chore(main): release 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Nov 22, 2024
1 parent 19d8043 commit d577794
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 3 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,17 @@
# Changelog

## [1.6.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.1...v1.6.0) (2024-11-22)


### Features

* 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)


### Bug Fixes

* 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))

## [1.5.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.5.0...v1.5.1) (2024-08-22)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ your kubernetes cluster:

<!-- {x-release-please-start-version} -->
```shell
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.5.1/cloud-sql-proxy-operator.yaml
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.0/cloud-sql-proxy-operator.yaml
```
<!-- {x-release-please-end} -->

Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ your kubernetes cluster:

<!-- {x-release-please-start-version} -->
```shell
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.5.1/install.sh | bash
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.6.0/install.sh | bash
```
<!-- {x-release-please-end} -->

Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.5.1
1.6.0

0 comments on commit d577794

Please sign in to comment.