Skip to content

Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.14#950

Open
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/github.com-googleapis-enterprise-certificate-proxy-0.x
Open

Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.14#950
red-hat-konflux-kflux-prd-rh02[bot] wants to merge 1 commit intomasterfrom
konflux/mintmaker/master/github.com-googleapis-enterprise-certificate-proxy-0.x

Conversation

@red-hat-konflux-kflux-prd-rh02
Copy link

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot commented Nov 9, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/googleapis/enterprise-certificate-proxy v0.3.5 -> v0.3.14 age confidence

Warning

Some dependencies could not be looked up. Check the warning logs for more information.


Release Notes

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

v0.3.14

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.13...v0.3.14

v0.3.13

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.12...v0.3.13

v0.3.12

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.11...v0.3.12

v0.3.11

Compare Source

What's Changed

New Contributors

Full Changelog: googleapis/enterprise-certificate-proxy@0.3.10...v0.3.11

v0.3.9

Compare Source

What's Changed

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.8...v0.3.9

v0.3.8

Compare Source

What's Changed

New Contributors

Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.7...v0.3.8

v0.3.7

Compare Source

This release creates ECP Http Proxy

What's Changed

New Contributors

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

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


Configuration

📅 Schedule: Branch creation - "every weekend" (UTC), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


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

To execute skipped test pipelines write comment /ok-to-test.


Documentation

Find out how to configure dependency updates in MintMaker documentation or see all available configuration options in Renovate documentation.

@openshift-ci
Copy link

openshift-ci bot commented Nov 9, 2025

Hi @red-hat-konflux-kflux-prd-rh02[bot]. Thanks for your PR.

I'm waiting for a github.com member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@github-actions
Copy link

github-actions bot commented Nov 9, 2025

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:950-3bd1430eea165bebe0b9a10bcaf2accad4b20f9f

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title chore(deps): update module github.com/googleapis/enterprise-certificate-proxy to v0.3.7 Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.7 Dec 27, 2025
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/master/github.com-googleapis-enterprise-certificate-proxy-0.x branch from 3bd1430 to a31e822 Compare January 10, 2026 00:24
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.7 Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.9 Jan 10, 2026
@github-actions
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:950-a31e8227250573ee1bfccd69547db91d486c0987

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/master/github.com-googleapis-enterprise-certificate-proxy-0.x branch from a31e822 to e0a9c56 Compare January 17, 2026 00:23
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.9 Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.11 Jan 17, 2026
@red-hat-konflux-kflux-prd-rh02
Copy link
Author

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 8 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.40.0 -> v0.47.0
golang.org/x/mod v0.25.0 -> v0.31.0
golang.org/x/net v0.42.0 -> v0.48.0
golang.org/x/sys v0.34.0 -> v0.40.0
golang.org/x/term v0.33.0 -> v0.39.0
golang.org/x/text v0.27.0 -> v0.33.0
golang.org/x/sync v0.16.0 -> v0.19.0
golang.org/x/tools v0.34.0 -> v0.40.0

@github-actions
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:950-e0a9c56ade7e5e92d8f195a988f57b3a1c27484a

@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/master/github.com-googleapis-enterprise-certificate-proxy-0.x branch from e0a9c56 to 241310f Compare February 14, 2026 00:22
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.11 Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.12 Feb 14, 2026
@openshift-ci
Copy link

openshift-ci bot commented Feb 14, 2026

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot]
Once this PR has been reviewed and has the lgtm label, please assign xiaojiey for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Details Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@github-actions
Copy link

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:950-241310f79eb5b2a3df6e105205e6a71da4a5946e

…0.3.14

Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot force-pushed the konflux/mintmaker/master/github.com-googleapis-enterprise-certificate-proxy-0.x branch from 241310f to a94e35a Compare March 7, 2026 00:26
@red-hat-konflux-kflux-prd-rh02 red-hat-konflux-kflux-prd-rh02 bot changed the title Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.12 Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.14 Mar 7, 2026
@github-actions
Copy link

github-actions bot commented Mar 7, 2026

🤖 To deploy this PR, run the following command:

make catalog-deploy CATALOG_IMG=ghcr.io/complianceascode/compliance-operator-catalog:950-a94e35a4a3aba77295b1edfd33e0d3fc19753a4d

@openshift-ci
Copy link

openshift-ci bot commented Mar 7, 2026

@red-hat-konflux-kflux-prd-rh02[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/e2e-rosa a94e35a link true /test e2e-rosa
ci/prow/e2e-aws-serial-arm a94e35a link true /test e2e-aws-serial-arm
ci/prow/e2e-aws-serial a94e35a link true /test e2e-aws-serial

Full PR test history. Your PR dashboard.

Details

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants