Skip to content

Commit 53b9790

Browse files
chore(main): Release 0.3.0 (#216)
Features - Add new field RolloutStrategy control automatic rollout (#202) (090b88d) - Add new terraform project for e2e test resources (#181) (0140592) - Add script to run terraform with input validation. (#182) (857444a) - Add support for Unix sockets. (#205) (8177a35), closes #47 - Add telemetry settings to configure health check port (#210) (3ede42d) - Add the e2e test job for Cloud Build (#184) (dc2990c) - Automatic changes to workloads when an AuthProxyWorload is deleted (#200) (e11caed) - Automatically trigger pod rollout for appsv1 resources when AuthProxyWorkload changes. (#197) (3b0359b) - Separate terraform for project setup and permissions (#179) (8f43657) - Validate AuthProxyWorkload spec.selector field (#209) (98c460b) - Validate AuthProxyWorkload updates to prevent changes to the workload selector. (#211) (4304283) Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Release PR Generate Bot action release-please[bot] <release-please[bot]@users.noreply.github.com>
1 parent 5204cca commit 53b9790

File tree

5 files changed

+27
-5
lines changed

5 files changed

+27
-5
lines changed

CHANGELOG.md

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

3+
## [0.3.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v0.2.0...v0.3.0) (2023-02-21)
4+
5+
6+
### Features
7+
8+
* add new field RolloutStrategy control automatic rollout ([#202](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/202)) ([090b88d](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/090b88da2f3cbc00ca98bee7cdfbb4e50a6c4cb9))
9+
* Add new terraform project for e2e test resources ([#181](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/181)) ([0140592](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/0140592b3a19087cc5ee769b542ae461f3a5d1b4))
10+
* add script to run terraform with input validation. ([#182](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/182)) ([857444a](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/857444ac09b8c1c5c9c3536ed1cab7367f778015))
11+
* Add support for Unix sockets. ([#205](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/205)) ([8177a35](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/8177a35be7988a01de682d806c05b9306537c3a1)), closes [#47](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/47)
12+
* Add telemetry settings to configure health check port ([#210](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/210)) ([3ede42d](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/3ede42da9f502090d80b95970296f138484ef522))
13+
* add the e2e test job for Cloud Build ([#184](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/184)) ([dc2990c](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/dc2990c4483d216a31a6cafbf45ebba6936b8c6a))
14+
* automatic changes to workloads when an AuthProxyWorload is deleted ([#200](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/200)) ([e11caed](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/e11caed179f82ca3d24322d9f80a95174911bddd))
15+
* Automatically trigger pod rollout for appsv1 resources when AuthProxyWorkload changes. ([#197](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/197)) ([3b0359b](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/3b0359b68b8d5c0dcd3e306102945c6e608ff095))
16+
* separate terraform for project setup and permissions ([#179](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/179)) ([8f43657](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/8f43657a6e039db0e3c8c57be56ec8d68ee503e9))
17+
* Validate AuthProxyWorkload spec.selector field ([#209](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/209)) ([98c460b](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/98c460bdd34dfa00815e664f60e38aa7327d92d4))
18+
* Validate AuthProxyWorkload updates to prevent changes to the workload selector. ([#211](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/211)) ([4304283](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/4304283c1e85b079aab5cbf6c4c2dafb73ed654a))
19+
20+
21+
### Miscellaneous Chores
22+
23+
* Release 0.3.0 ([5204cca](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/5204cca618b6bb7588da302d82c6735389eb700f))
24+
325
## [0.2.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v0.1.0...v0.2.0) (2023-01-18)
426

527

docs/quick-start.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ Run the following command to install the cloud sql proxy operator into
2020
your kubernetes cluster:
2121

2222
```shell
23-
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v0.2.0/install.sh | bash
23+
curl https://storage.googleapis.com/cloud-sql-connectors/cloud-sql-proxy-operator/v0.3.0/install.sh | bash
2424
```
2525

2626
This will use `helm` to install the `cert-manager` operator, a prerequisite. Then

installer/cloud-sql-proxy-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1422,7 +1422,7 @@ spec:
14221422
- --leader-elect
14231423
command:
14241424
- /manager
1425-
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:0.3.0-dev
1425+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:0.3.0
14261426
livenessProbe:
14271427
httpGet:
14281428
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: v0.3.0-dev.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v0.3.0-dev}"
19+
# If CSQL_OPERATOR_VERSION is not set, use the release version: v0.3.0.
20+
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v0.3.0}"
2121

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

version.txt

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

0 commit comments

Comments
 (0)