Skip to content

Commit 29aadc9

Browse files
chore(main): release 1.4.3 (#535)
1 parent 7a1fc9c commit 29aadc9

File tree

4 files changed

+11
-3
lines changed

4 files changed

+11
-3
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## [1.4.3](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.2...v1.4.3) (2024-02-21)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependencies to latest versions ([#534](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/534)) ([3dedd86](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/3dedd860fdf1c6c7ba9079463ddcb4b0b3999cd6))
9+
* update dependencies to latest versions ([#537](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/537)) ([7a1fc9c](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/7a1fc9cc75a7cbddd7c2b88da809f577516b2bb8))
10+
311
## [1.4.2](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.1...v1.4.2) (2024-01-25)
412

513

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

0 commit comments

Comments
 (0)