You've already forked opentelemetry-go
mirror of
https://github.com/open-telemetry/opentelemetry-go.git
synced 2025-11-23 22:34:47 +02:00
This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [github.com/ProtonMail/go-crypto](https://redirect.github.com/ProtonMail/go-crypto) | `v1.0.0` -> `v1.1.3` | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | [](https://docs.renovatebot.com/merge-confidence/) | --- ### Release Notes <details> <summary>ProtonMail/go-crypto (github.com/ProtonMail/go-crypto)</summary> ### [`v1.1.3`](https://redirect.github.com/ProtonMail/go-crypto/releases/tag/v1.1.3) [Compare Source](https://redirect.github.com/ProtonMail/go-crypto/compare/v1.1.2...v1.1.3) #### What's Changed - Add argon2 test vector for 32-bit platforms by [@​lubux](https://redirect.github.com/lubux) in [https://github.com/ProtonMail/go-crypto/pull/245](https://redirect.github.com/ProtonMail/go-crypto/pull/245) - Validate argon2 params on read by [@​lubux](https://redirect.github.com/lubux) in [https://github.com/ProtonMail/go-crypto/pull/246](https://redirect.github.com/ProtonMail/go-crypto/pull/246) - Adapt aead preferences on key generation by [@​lubux](https://redirect.github.com/lubux) in [https://github.com/ProtonMail/go-crypto/pull/248](https://redirect.github.com/ProtonMail/go-crypto/pull/248) - Improve AEAD handling by [@​twiss](https://redirect.github.com/twiss) in [https://github.com/ProtonMail/go-crypto/pull/247](https://redirect.github.com/ProtonMail/go-crypto/pull/247) - Improve error message for decryption with a session key by [@​lubux](https://redirect.github.com/lubux) in [https://github.com/ProtonMail/go-crypto/pull/237](https://redirect.github.com/ProtonMail/go-crypto/pull/237) - Flag to allow signing key decryption by [@​lubux](https://redirect.github.com/lubux) in [https://github.com/ProtonMail/go-crypto/pull/251](https://redirect.github.com/ProtonMail/go-crypto/pull/251) **Full Changelog**: https://github.com/ProtonMail/go-crypto/compare/v1.1.2...v1.1.3 ### [`v1.1.2`](https://redirect.github.com/ProtonMail/go-crypto/releases/tag/v1.1.2) [Compare Source](https://redirect.github.com/ProtonMail/go-crypto/compare/v1.1.1...v1.1.2) #### What's Changed - Cleartext Framework: Exclude the line-ending separator when decoding plaintext by [@​lubux](https://redirect.github.com/lubux) in [https://github.com/ProtonMail/go-crypto/pull/242](https://redirect.github.com/ProtonMail/go-crypto/pull/242) **Full Changelog**: https://github.com/ProtonMail/go-crypto/compare/v1.1.1...v1.1.2 ### [`v1.1.1`](https://redirect.github.com/ProtonMail/go-crypto/releases/tag/v1.1.1) [Compare Source](https://redirect.github.com/ProtonMail/go-crypto/compare/v1.1.0...v1.1.1) #### What's Changed - Fix `clearsign.Encode` backwards compatibility [#​239](https://redirect.github.com/ProtonMail/go-crypto/issues/239) by [@​mdosch](https://redirect.github.com/mdosch) in [https://github.com/ProtonMail/go-crypto/pull/240](https://redirect.github.com/ProtonMail/go-crypto/pull/240) **Full Changelog**: https://github.com/ProtonMail/go-crypto/compare/v1.1.0...v1.1.1 ### [`v1.1.0`](https://redirect.github.com/ProtonMail/go-crypto/releases/tag/v1.1.0) [Compare Source](https://redirect.github.com/ProtonMail/go-crypto/compare/v1.0.0...v1.1.0) #### What's Changed This release adds full support for the new version of the OpenPGP standard, [RFC 9580](https://www.rfc-editor.org/rfc/rfc9580.html). In addition, the release introduces an improved non-backwards compatible v2 API. The API in the `openpgp` package remains fully backwards compatible while the new v2 API is located in a separate `v2` package in `openpgp`. For the full changes since `v1.0.0`, see the previous release notes. For the full changelog, see https://github.com/ProtonMail/go-crypto/compare/v1.0.0...v1.1.0. Changes since `v1.1.0-beta.0`: - Replace expiring curve448 integration test vector by [@​lubux](https://redirect.github.com/lubux) - Validate input key size in SEIPDv2 decryption by [@​lubux](https://redirect.github.com/lubux) **Changelog since `v1.1.0-beta.0`**: https://github.com/ProtonMail/go-crypto/compare/v1.1.0-beta.0...v1.1.0. </details> --- ### 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 is behind base branch, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://mend.io/renovate/). View the [repository job log](https://developer.mend.io/github/open-telemetry/opentelemetry-go). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43Mi4yIiwidXBkYXRlZEluVmVyIjoiMzkuNzIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiU2tpcCBDaGFuZ2Vsb2ciLCJkZXBlbmRlbmNpZXMiXX0=--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>