File tree Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Expand file tree Collapse file tree 4 files changed +13
-4
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## [ 1.0.1] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.0...v1.0.1 ) (2023-06-14)
4+
5+
6+ ### Miscellaneous Chores
7+
8+ * Use Kubernetes 1.27 compatible libraries. [ #380 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/380 ) ([ d4a21e] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/d4a21e67de2b3813f913ecc7eb37ef766b4f2e56 ) )
9+ * Prepare release 1.0.1 ([ #382 ] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/382 ) ) ([ 216b6d1] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/216b6d185064e1d89ad4010a17ffc8f09777a026 ) )
10+
11+
312## [ 1.0.0] ( https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v0.5.0...v1.0.0 ) (2023-05-16)
413
514
Original file line number Diff line number Diff line change @@ -1481,7 +1481,7 @@ spec:
14811481 - --leader-elect
14821482 command :
14831483 - /manager
1484- image : gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.0.0
1484+ image : gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.0.1
14851485 livenessProbe :
14861486 httpGet :
14871487 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.0.0 .
20- CSQL_OPERATOR_VERSION=" ${CSQL_OPERATOR_VERSION:- v1.0.0 } "
19+ # If CSQL_OPERATOR_VERSION is not set, use the release version: v1.0.1 .
20+ CSQL_OPERATOR_VERSION=" ${CSQL_OPERATOR_VERSION:- v1.0.1 } "
2121
2222# If CSQL_CERT_MANAGER_VERSION is not set, use the default: v1.12.1.
2323CSQL_CERT_MANAGER_VERSION=" ${CSQL_CERT_MANAGER_VERSION:- v1.12.1} "
Original file line number Diff line number Diff line change 1- 1.0.0
1+ 1.0.1
You can’t perform that action at this time.
0 commit comments