Skip to content

Commit bc89b11

Browse files
chore(main): release 1.0.1 (#383)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com> Co-authored-by: Jonathan Hess <hessjc@google.com>
1 parent 216b6d1 commit bc89b11

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

CHANGELOG.md

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

3+
## [1.0.1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v1.0.0...v1.0.1) (2023-06-14)
4+
5+
6+
### Miscellaneous Chores
7+
8+
* Use Kubernetes 1.27 compatible libraries. [#380](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/380) ([d4a21e](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/d4a21e67de2b3813f913ecc7eb37ef766b4f2e56))
9+
* Prepare release 1.0.1 ([#382](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/issues/382)) ([216b6d1](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/commit/216b6d185064e1d89ad4010a17ffc8f09777a026))
10+
11+
312
## [1.0.0](https://github.com/GoogleCloudPlatform/cloud-sql-proxy-operator/compare/v0.5.0...v1.0.0) (2023-05-16)
413

514

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.0
1484+
image: gcr.io/cloud-sql-connectors/cloud-sql-operator/cloud-sql-proxy-operator:1.0.1
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.0.
20-
CSQL_OPERATOR_VERSION="${CSQL_OPERATOR_VERSION:-v1.0.0}"
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}"
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.0
1+
1.0.1

0 commit comments

Comments
 (0)