Skip to content

Commit 5a689ec

Browse files
chore(main): release 1.3.0 (#448)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess <[email protected]> Co-authored-by: Jonathan Hess (he/him) <[email protected]>
1 parent aa11686 commit 5a689ec

File tree

4 files changed

+16
-4
lines changed

4 files changed

+16
-4
lines changed

CHANGELOG.md

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

3+
## [1.3.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.2.0...v1.3.0) (2023-10-17)
4+
5+
6+
### Features
7+
8+
* Configure containerPort on proxy pod when telemetry is enabled ([#442](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/442)) ([a13ca22](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/a13ca224737d845b3faa8b7b066475d59ad9ddb9))
9+
10+
11+
### Bug Fixes
12+
13+
* Correct the name of the quit url envvar CSQL_PROXY_QUIT_URLS. ([#454](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/454)) ([bd75451](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/bd75451235366725642894f454a3ce588bc4422d))
14+
315
## [1.2.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.1.0...v1.2.0) (2023-09-20)
416

517

installer/cloud-sql-proxy-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1487,7 +1487,7 @@ spec:
14871487
- --leader-elect
14881488
command:
14891489
- /manager
1490-
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.2.0
1490+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.3.0
14911491
livenessProbe:
14921492
httpGet:
14931493
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.2.0.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.2.0}"
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}"
2121

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

version.txt

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

0 commit comments

Comments
 (0)