Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Mar 15, 2025

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
cloud.google.com/go/compute v1.34.0 -> v1.34.1 age adoption passing confidence indirect patch
cloud.google.com/go/iam v1.4.1 -> v1.4.2 age adoption passing confidence indirect patch
cloud.google.com/go/monitoring v1.24.0 -> v1.24.1 age adoption passing confidence indirect patch
cloud.google.com/go/storage v1.50.0 -> v1.51.0 age adoption passing confidence indirect minor
github.com/googleapis/enterprise-certificate-proxy v0.3.5 -> v0.3.6 age adoption passing confidence indirect patch
github.com/planetscale/vtprotobuf 79df5c4 -> ba97887 indirect digest
google.golang.org/api v0.225.0 -> v0.226.0 age adoption passing confidence indirect minor
google.golang.org/genproto 81fb87f -> e70fdf4 age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/api 81fb87f -> e70fdf4 age adoption passing confidence indirect digest
google.golang.org/genproto/googleapis/rpc 81fb87f -> e70fdf4 age adoption passing confidence indirect digest

Release Notes

googleapis/enterprise-certificate-proxy (github.com/googleapis/enterprise-certificate-proxy)

v0.3.6

Compare Source

New Feature Update!

This update includes support for keychain type selection on MacOS. The universal cert config now supports a new field "keychain_type" with the following possible values: "login", "system", or "all". If this field is missing or empty, we will assume "all", which is the current behavior. For devices with custom keychains, such as test keychains, the value "all" should be used to include the custom keychains in the search space.

Example config snippet:
{
"cert_configs": {
"macos_keychain": {
"issuer": "Google Endpoint Verification",
"keychain_type": "system"
},
...
}

The "darwin-specific" client has also been updated with a new API "NewSecureKeyWithOptions" that can be used to specify the keychain type.

Change Log

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.5...v0.3.6

googleapis/google-api-go-client (google.golang.org/api)

v0.226.0

Compare Source

Features

Configuration

📅 Schedule: Branch creation - "* * 1,15 * *" (UTC), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added dependencies Pull requests that update a dependency file renovate labels Mar 15, 2025
@renovate renovate bot requested review from bendehaan and commjoen as code owners March 15, 2025 02:28
@commjoen commjoen merged commit 7ab58d0 into master Mar 15, 2025
17 checks passed
@commjoen commjoen deleted the renovate/go branch March 15, 2025 04:10
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file renovate

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants