chore: bump cloud.google.com/go/cloudsqlconn from 1.13.0 to 1.15.0#44
chore: bump cloud.google.com/go/cloudsqlconn from 1.13.0 to 1.15.0#44dependabot[bot] wants to merge 1 commit intomainfrom
Conversation
Bumps [cloud.google.com/go/cloudsqlconn](https://github.com/googlecloudplatform/cloud-sql-go-connector) from 1.13.0 to 1.15.0. - [Release notes](https://github.com/googlecloudplatform/cloud-sql-go-connector/releases) - [Changelog](https://github.com/GoogleCloudPlatform/cloud-sql-go-connector/blob/main/CHANGELOG.md) - [Commits](GoogleCloudPlatform/cloud-sql-go-connector@v1.13.0...v1.15.0) --- updated-dependencies: - dependency-name: cloud.google.com/go/cloudsqlconn dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Reviewer's Guide by SourceryThis PR bumps the cloudsqlconn module from v1.13.0 to v1.15.0. It also updates other dependencies to their latest versions. Sequence diagram for client certificate refresh on CA rotationsequenceDiagram
participant Client
participant CloudSQL Connector
participant Cloud SQL Instance
Client->>CloudSQL Connector: Connect to Cloud SQL
CloudSQL Connector->>Cloud SQL Instance: Request Connection using Client Certificate
Cloud SQL Instance-->>CloudSQL Connector: Establishes Connection
loop Every X minutes
CloudSQL Connector->>Cloud SQL Instance: Check CA Rotation
Cloud SQL Instance-->>CloudSQL Connector: CA Rotation Detected
CloudSQL Connector->>CloudSQL Connector: Refresh Client Certificate
CloudSQL Connector->>Cloud SQL Instance: Request New Connection using New Client Certificate
Cloud SQL Instance-->>CloudSQL Connector: Establishes New Connection
end
File-Level Changes
Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Important Review skippedBot user detected. To trigger a single review, invoke the You can disable this status message by setting the Thank you for using CodeRabbit. We offer it for free to the OSS community and would appreciate your support in helping us grow. If you find it useful, would you consider giving us a shout-out on your favorite social media? 🪧 TipsChatThere are 3 ways to chat with CodeRabbit:
Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments. CodeRabbit Commands (Invoked using PR comments)
Other keywords and placeholders
CodeRabbit Configuration File (
|
CI Feedback 🧐A test triggered by this PR failed. Here is an AI-generated analysis of the failure:
|
|
Superseded by #49. |
Bumps cloud.google.com/go/cloudsqlconn from 1.13.0 to 1.15.0.
Release notes
Sourced from cloud.google.com/go/cloudsqlconn's releases.
... (truncated)
Changelog
Sourced from cloud.google.com/go/cloudsqlconn's changelog.
... (truncated)
Commits
f88d6c8chore(main): release 1.15.0 (#940)e10fbd2feat: add support for Go 1.24 and drop Go 1.22 (#942)a2db086deps: Update Non-major dependency updates (#937)da9411ddeps: Update google.golang.org/genproto/googleapis/rpc digest to e9438ea (#938)24f9b47deps: Update dependencies for github (#939)c22e2d4fix: Refresh client cert when CA rotation (#934)ae376f1test: Correct the server and client certificates used in dialer_test.go (#933)53ceca3deps: Update dependencies for github (#935)fef405bchore(main): release 1.14.2 (#930)8ad7154deps: Update github/codeql-action action to v3.28.8 (#924)Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting
@dependabot rebase.Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
@dependabot rebasewill rebase this PR@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it@dependabot mergewill merge this PR after your CI passes on it@dependabot squash and mergewill squash and merge this PR after your CI passes on it@dependabot cancel mergewill cancel a previously requested merge and block automerging@dependabot reopenwill reopen this PR if it is closed@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)Summary by Sourcery
Bump cloud.google.com/go/cloudsqlconn from 1.13.0 to 1.15.0, including support for Go 1.24, dropping support for Go 1.22 and Go 1.21, and bug fixes related to client certificate refresh and header passing.
New Features:
Bug Fixes: