From 944c4dfde88e2a7b2bf475c2d7959fa3f45a01b6 Mon Sep 17 00:00:00 2001 From: "release-please[bot]" <55107282+release-please[bot]@users.noreply.github.com> Date: Wed, 20 Sep 2023 19:19:28 +0000 Subject: [PATCH] chore(main): release 1.2.0 (#430) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess Co-authored-by: Jonathan Hess (he/him) <103529393+hessjcg@users.noreply.github.com> --- CHANGELOG.md | 12 ++++++++++++ README.md | 2 +- docs/quick-start.md | 2 +- installer/cloud-sql-proxy-operator.yaml | 2 +- installer/install.sh | 4 ++-- version.txt | 2 +- 6 files changed, 18 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e04103e..1aff4727 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,17 @@ # Changelog +## [1.2.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.1.0...v1.2.0) (2023-09-20) + + +### Features + +* Configure proxy container for graceful termination. ([#425](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/425)) ([0e0bb40](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/0e0bb40339f5d4ea2659f81cc4f55ea15a2e3938)), closes [#361](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/361) + + +### Bug Fixes + +* IAM api must be enabled before it is used ([#429](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/429)) ([0764b8b](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/0764b8b71b0c8ad0f5d97753b0587039bd7c47a9)) + ## [1.1.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.2...v1.1.0) (2023-07-20) diff --git a/README.md b/README.md index f940af4c..f5020f1c 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ Run the following command to install the cloud sql proxy operator into your kubernetes cluster: ```shell -kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.0.0/cloud-sql-proxy-operator.yaml +kubectl apply -f https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.2.0/cloud-sql-proxy-operator.yaml ``` Confirm that the operator is installed and running by listing its pods: diff --git a/docs/quick-start.md b/docs/quick-start.md index c77f0864..2cdb6954 100644 --- a/docs/quick-start.md +++ b/docs/quick-start.md @@ -20,7 +20,7 @@ Run the following command to install the cloud sql proxy operator into your kubernetes cluster: ```shell -curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.0.0/install.sh | bash +curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v1.2.0/install.sh | bash ``` This will use `helm` to install the `cert-manager` operator, a prerequisite. Then diff --git a/installer/cloud-sql-proxy-operator.yaml b/installer/cloud-sql-proxy-operator.yaml index 56cd3855..f5658636 100644 --- a/installer/cloud-sql-proxy-operator.yaml +++ b/installer/cloud-sql-proxy-operator.yaml @@ -1487,7 +1487,7 @@ spec: - --leader-elect command: - /manager - image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.1.0 + image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.2.0 livenessProbe: httpGet: path: /healthz diff --git a/installer/install.sh b/installer/install.sh index bc8bca0c..172d168e 100644 --- a/installer/install.sh +++ b/installer/install.sh @@ -16,8 +16,8 @@ set -euxo # exit 1 from the script when command fails -# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.1.0. -CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.1.0}" +# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.2.0. +CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.2.0}" # If CSQL_CERT_MANAGER_VERSION is not set, use the default: v1.13.0. CSQL_CERT_MANAGER_VERSION="${CSQL_CERT_MANAGER_VERSION:-v1.13.0}" diff --git a/version.txt b/version.txt index 9084fa2f..26aaba0e 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -1.1.0 +1.2.0