Update module github.com/googleapis/enterprise-certificate-proxy to v0.3.14#950
Conversation
|
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 Once the patch is verified, the new status will be reflected by the I understand the commands that are listed here. DetailsInstructions 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. |
|
🤖 To deploy this PR, run the following command: |
3bd1430 to
a31e822
Compare
|
🤖 To deploy this PR, run the following command: |
a31e822 to
e0a9c56
Compare
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
|
🤖 To deploy this PR, run the following command: |
e0a9c56 to
241310f
Compare
|
[APPROVALNOTIFIER] This PR is NOT APPROVED This pull-request has been approved by: red-hat-konflux-kflux-prd-rh02[bot] The full list of commands accepted by this bot can be found here. DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
🤖 To deploy this PR, run the following command: |
…0.3.14 Signed-off-by: red-hat-konflux-kflux-prd-rh02 <190377777+red-hat-konflux-kflux-prd-rh02[bot]@users.noreply.github.com>
241310f to
a94e35a
Compare
|
🤖 To deploy this PR, run the following command: |
|
@red-hat-konflux-kflux-prd-rh02[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
This PR contains the following updates:
v0.3.5->v0.3.14Warning
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.14Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.13...v0.3.14
v0.3.13Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.12...v0.3.13
v0.3.12Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.11...v0.3.12
v0.3.11Compare Source
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@0.3.10...v0.3.11
v0.3.9Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.8...v0.3.9
v0.3.8Compare Source
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.7...v0.3.8
v0.3.7Compare 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.6Compare 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.
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.