Skip to content

Commit fbe8bcf

Browse files
chore(main): release 1.4.2 (#514)
1 parent 0de141c commit fbe8bcf

File tree

6 files changed

+13
-6
lines changed

6 files changed

+13
-6
lines changed

CHANGELOG.md

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

3+
## [1.4.2](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.1...v1.4.2) (2024-01-25)
4+
5+
6+
### Bug Fixes
7+
8+
* update dependencies to latest versions ([#513](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/513)) ([0de141c](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/0de141c3c88e99508c339cf377df74613bf818f8))
9+
310
## [1.4.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.0...v1.4.1) (2023-12-12)
411

512

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ Run the following command to install the cloud sql proxy operator into
4242
your kubernetes cluster:
4343

4444
```shell
45-
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.4.1/cloud-sql-proxy-operator.yaml
45+
kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.4.2/cloud-sql-proxy-operator.yaml
4646
```
4747

4848
Confirm that the operator is installed and running by listing its pods:

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run the following command to install the cloud sql proxy operator into
2020
your kubernetes cluster:
2121

2222
```shell
23-
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.4.1/install.sh | bash
23+
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.4.2/install.sh | bash
2424
```
2525

2626
This will use `helm` to install the `cert-manager` operator, a prerequisite. Then

installer/cloud-sql-proxy-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2150,7 +2150,7 @@ spec:
21502150
- --leader-elect
21512151
command:
21522152
- /manager
2153-
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.4.1
2153+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.4.2
21542154
livenessProbe:
21552155
httpGet:
21562156
path: /healthz

installer/install.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616

1717
set -euxo # exit 1 from the script when command fails
1818

19-
# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.4.1.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.4.1}"
19+
# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.4.2.
20+
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.4.2}"
2121

2222
# If CSQL_CERT_MANAGER_VERSION is not set, use the default: v1.13.3.
2323
CSQL_CERT_MANAGER_VERSION="${CSQL_CERT_MANAGER_VERSION:-v1.13.3}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.1
1+
1.4.2

0 commit comments

Comments
 (0)