Skip to content

Commit 6609bc6

Browse files
chore(main): release 1.0.2 (#388)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess <[email protected]>
1 parent 0a45c32 commit 6609bc6

File tree

4 files changed

+11
-4
lines changed

4 files changed

+11
-4
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.0.2](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.1...v1.0.2) (2023-07-06)
4+
5+
6+
### Bug Fixes
7+
8+
* Case issue with pod State ([#386](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/386)) ([#387](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/387)) ([0a45c32](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/0a45c32fad3f6b74922d23858a5b883d31d57368))
9+
310
## [1.0.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.0...v1.0.1) (2023-06-14)
411

512

installer/cloud-sql-proxy-operator.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1481,7 +1481,7 @@ spec:
14811481
- --leader-elect
14821482
command:
14831483
- /manager
1484-
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.0.1
1484+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.0.2
14851485
livenessProbe:
14861486
httpGet:
14871487
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.1.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.0.1}"
19+
# If CSQL_OPERATOR_VERSION is not set, use the release version: v1.0.2.
20+
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.0.2}"
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}"

version.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
1.0.1
1+
1.0.2

0 commit comments

Comments
 (0)