chore(deps): update module github.com/googleapis/enterprise-certificate-proxy to v0.3.16#39
Open
red-hat-konflux[bot] wants to merge 1 commit into
Conversation
✅ Snyk checks have passed. No issues have been found so far.
💻 Catch issues earlier using the plugins for VS Code, JetBrains IDEs, Visual Studio, and Eclipse. |
Author
|
9c53741 to
d456d69
Compare
5c68d78 to
d456d69
Compare
d456d69 to
a3ffd0e
Compare
a3ffd0e to
7122333
Compare
7122333 to
50bda6f
Compare
50bda6f to
eca9644
Compare
3d5cc3a to
6067aef
Compare
8180f78 to
f6a7294
Compare
f6a7294 to
200bfa9
Compare
200bfa9 to
39a3041
Compare
39a3041 to
3c3f179
Compare
3c3f179 to
263afda
Compare
…te-proxy to v0.3.16 Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v0.3.2→v0.3.16Warning
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.16Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.15...v0.3.16
v0.3.15Compare Source
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.14...v0.3.15
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
v0.3.5Compare Source
This release bumps Golang version to 1.23 and crypto to 0.35.0 to be compliant with CVE scanner.
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.4...v0.3.5
v0.3.4: Post-GA ReleaseCompare Source
This is strictly a version bump release to fix github mirrors issue associated with v0.3.3 (due incorrectly tagged commit id). No code changes between v0.3.3 and v0.3.4.
What's Changed
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.3...v0.3.4
v0.3.3: Post-GA ReleaseCompare Source
What's Changed
New Contributors
Full Changelog: googleapis/enterprise-certificate-proxy@v0.3.2...v0.3.3
Configuration
📅 Schedule: Branch creation - At any time (no schedule defined), 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.