Skip to content

Commit 42f9739

Browse files
chore(main): release 1.1.0 (#396)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess <[email protected]>
1 parent 116b776 commit 42f9739

File tree

5 files changed

+12
-5
lines changed

5 files changed

+12
-5
lines changed

CHANGELOG.md

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

3+
## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.2...v1.1.0) (2023-07-20)
4+
5+
6+
### Features
7+
8+
* Add support for Private Service Connect ([#391](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/391)) ([116b776](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/116b776ef63defe6a1e764ad6de46cb03d641c45)), closes [#389](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/389)
9+
310
## [1.0.2](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.1...v1.0.2) (2023-07-06)
411

512

installer/cloud-sql-proxy-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1484,7 +1484,7 @@ spec:
14841484
- --leader-elect
14851485
command:
14861486
- /manager
1487-
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.0.3-dev
1487+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.1.0
14881488
livenessProbe:
14891489
httpGet:
14901490
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.0.3-dev.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.0.3-dev}"
19+
# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.1.0.
20+
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.1.0}"
2121

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

internal/workload/podspec_updates.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ const (
3939
// DefaultProxyImage is the latest version of the proxy as of the release
4040
// of this operator. This is managed as a dependency. We update this constant
4141
// when the Cloud SQL Auth Proxy releases a new version.
42-
DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.3.0"
42+
DefaultProxyImage = "gcr.io/cloud-sql-connectors/cloud-sql-proxy:2.6.0"
4343

4444
// DefaultFirstPort is the first port number chose for an instance listener by the
4545
// proxy.

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.3-dev
1+
1.1.0

0 commit comments

Comments
 (0)