Skip to content

Commit

Permalink
chore(main): release 1.2.0 (#430)
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
3 people authored Sep 20, 2023
1 parent bc94669 commit 944c4df
Show file tree
Hide file tree
Showing 6 changed files with 18 additions and 6 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)


Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion docs/quick-start.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion installer/cloud-sql-proxy-operator.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions installer/install.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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}"
Expand Down
2 changes: 1 addition & 1 deletion version.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.0
1.2.0

0 comments on commit 944c4df

Please sign in to comment.