Skip to content

Commit 2b49e3c

Browse files
chore(main): release 1.4.0 (#474)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess <[email protected]>
1 parent c51b0b0 commit 2b49e3c

File tree

4 files changed

+12
-4
lines changed

4 files changed

+12
-4
lines changed

CHANGELOG.md

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

3+
## [1.4.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.3.0...v1.4.0) (2023-11-14)
4+
5+
6+
### Features
7+
8+
* Add support for Service Account Impersonation. ([#445](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/445)) ([4d8e277](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/4d8e2777dd5ab2bcbba06cfdcc3a3320bea91a46)), closes [#392](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/392)
9+
* Allow users to set quiet logging on proxy container ([#464](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/464)) ([1eaf019](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/1eaf019f3c2871dfd0e72b3eacd712712f7838ca)), closes [#402](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/402)
10+
311
## [1.3.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.2.0...v1.3.0) (2023-10-17)
412

513

installer/cloud-sql-proxy-operator.yaml

Lines changed: 1 addition & 1 deletion
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.3.0
1502+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.4.0
15031503
livenessProbe:
15041504
httpGet:
15051505
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.3.0.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.3.0}"
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}"
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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.3.0
1+
1.4.0

0 commit comments

Comments
 (0)