Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cloud-sql-proxy/2.9.0 package update #13372

Merged
merged 1 commit into from
Feb 20, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions cloud-sql-proxy.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package:
name: cloud-sql-proxy
version: 2.8.2
version: 2.9.0
epoch: 0
description: The Cloud SQL Auth Proxy is a utility for ensuring secure connections to your Cloud SQL instances
copyright:
Expand All @@ -21,7 +21,7 @@ pipeline:
with:
repository: https://github.com/GoogleCloudPlatform/cloud-sql-proxy
tag: v${{package.version}}
expected-commit: 18f5053d2b2a22e49466d87399437047899d64a2
expected-commit: 6651fc66ccaaceff1e811390ed9ff6d0d8c5d506

- uses: go/build
with:
Expand Down
Loading