File tree Expand file tree Collapse file tree 6 files changed +13
-6
lines changed
Expand file tree Collapse file tree 6 files changed +13
-6
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Run the following command to install the cloud sql proxy operator into
4242your 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
4848Confirm that the operator is installed and running by listing its pods:
Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ Run the following command to install the cloud sql proxy operator into
2020your 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
2626This will use ` helm ` to install the ` cert-manager ` operator, a prerequisite. Then
Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 1616
1717set -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.
2323CSQL_CERT_MANAGER_VERSION=" ${CSQL_CERT_MANAGER_VERSION:- v1.13.3} "
Original file line number Diff line number Diff line change 1- 1.4.1
1+ 1.4.2
You can’t perform that action at this time.
0 commit comments