fix(deps): update rust crate vaultrs to 0.8.0#183
Open
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
Open
fix(deps): update rust crate vaultrs to 0.8.0#183red-hat-konflux[bot] wants to merge 1 commit intomainfrom
red-hat-konflux[bot] wants to merge 1 commit intomainfrom
Conversation
Author
|
Signed-off-by: red-hat-konflux <126015336+red-hat-konflux[bot]@users.noreply.github.com>
43943b8 to
84f765d
Compare
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:
0.7.4→0.8.0Warning
Some dependencies could not be looked up. Check the warning logs for more information.
Release Notes
jmgilman/vaultrs (vaultrs)
v0.8.0Compare Source
This new release includes official support for OpenBao and covers a lot of new endpoints. Thanks to everyone that contributed!
Breaking
reqwest0.13.aws-lc-rsis the default crypto provider and no longerring. We already userustlsand notnative-tlsby default so this part doesn't change. A new featurerustls-no-providercan be used if you want to use any other provider.VAULT_SKIP_VERIFYwas wrong because it was inverted. This release respects the expected semantics.reqwestfrom 0.12 to 0.13, it’s breaking change, as it's a public dependency.What's Changed
expirationtoSignCertificateResponseby @stormshield-gt in #135rolemember toLookupTokenResponseby @stormshield-fabs in #136default_verify()to correctly respect theVAULT_SKIP_VERIFYenv var by @randombugfixes1234 in #160New Contributors
Full Changelog: jmgilman/vaultrs@v0.7.4...v0.8.0
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.