Skip to content

Commit eda6cf4

Browse files
chore(main): release 1.4.1 (#500)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess <[email protected]>
1 parent 6f05d8b commit eda6cf4

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
lines changed

CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Changelog
22

3+
## [1.4.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.4.0...v1.4.1) (2023-12-12)
4+
5+
6+
### Bug Fixes
7+
8+
* configure webhook to ignore kube-system ([#499](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/499)) ([291de15](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/291de1535f12a727a78607d6603901209eaf8763))
9+
310
## [1.4.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.3.0...v1.4.0) (2023-11-14)
411

512

installer/cloud-sql-proxy-operator.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1499,7 +1499,7 @@ spec:
14991499
- --leader-elect
15001500
command:
15011501
- /manager
1502-
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.4.0
1502+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.4.1
15031503
livenessProbe:
15041504
httpGet:
15051505
path: /healthz

installer/install.sh

+2-2
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.0.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.4.0}"
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}"
2121

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

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.4.0
1+
1.4.1

0 commit comments

Comments
 (0)