fix(deps): update module github.com/protonmail/go-crypto to v1.1.3 #20

Merged
renovate merged 1 commit from renovate/github.com-protonmail-go-crypto-1.x into main 2024-12-07 02:13:34 +01:00
Collaborator

This PR contains the following updates:

Package Type Update Change
github.com/ProtonMail/go-crypto require minor v1.0.0 -> v1.1.3

Release Notes

ProtonMail/go-crypto (github.com/ProtonMail/go-crypto)

v1.1.3

Compare Source

What's Changed

Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.2...v1.1.3

v1.1.2

Compare Source

What's Changed

Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.1...v1.1.2

v1.1.1

Compare Source

What's Changed

Full Changelog: https://github.com/ProtonMail/go-crypto/compare/v1.1.0...v1.1.1

v1.1.0

Compare Source

What's Changed

This release adds full support for the new version of the OpenPGP standard, RFC 9580. 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
  • Validate input key size in SEIPDv2 decryption by @​lubux

Changelog since v1.1.0-beta.0: https://github.com/ProtonMail/go-crypto/compare/v1.1.0-beta.0...v1.1.0.


Configuration

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

🚦 Automerge: Enabled.

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.


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [github.com/ProtonMail/go-crypto](https://github.com/ProtonMail/go-crypto) | require | minor | `v1.0.0` -> `v1.1.3` | --- ### Release Notes <details> <summary>ProtonMail/go-crypto (github.com/ProtonMail/go-crypto)</summary> ### [`v1.1.3`](https://github.com/ProtonMail/go-crypto/releases/tag/v1.1.3) [Compare Source](https://github.com/ProtonMail/go-crypto/compare/v1.1.2...v1.1.3) #### What's Changed - Add argon2 test vector for 32-bit platforms by [@&#8203;lubux](https://github.com/lubux) in https://github.com/ProtonMail/go-crypto/pull/245 - Validate argon2 params on read by [@&#8203;lubux](https://github.com/lubux) in https://github.com/ProtonMail/go-crypto/pull/246 - Adapt aead preferences on key generation by [@&#8203;lubux](https://github.com/lubux) in https://github.com/ProtonMail/go-crypto/pull/248 - Improve AEAD handling by [@&#8203;twiss](https://github.com/twiss) in https://github.com/ProtonMail/go-crypto/pull/247 - Improve error message for decryption with a session key by [@&#8203;lubux](https://github.com/lubux) in https://github.com/ProtonMail/go-crypto/pull/237 - Flag to allow signing key decryption by [@&#8203;lubux](https://github.com/lubux) in https://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://github.com/ProtonMail/go-crypto/releases/tag/v1.1.2) [Compare Source](https://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 [@&#8203;lubux](https://github.com/lubux) in https://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://github.com/ProtonMail/go-crypto/releases/tag/v1.1.1) [Compare Source](https://github.com/ProtonMail/go-crypto/compare/v1.1.0...v1.1.1) #### What's Changed - Fix `clearsign.Encode` backwards compatibility [#&#8203;239](https://github.com/ProtonMail/go-crypto/issues/239) by [@&#8203;mdosch](https://github.com/mdosch) in https://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://github.com/ProtonMail/go-crypto/releases/tag/v1.1.0) [Compare Source](https://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 [@&#8203;lubux](https://github.com/lubux) - Validate input key size in SEIPDv2 decryption by [@&#8203;lubux](https://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**: Enabled. ♻ **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 has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS43LjMiLCJ1cGRhdGVkSW5WZXIiOiIzOC4xNDIuMiIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->
renovate added 1 commit 2024-11-07 16:04:47 +01:00
renovate scheduled this pull request to auto merge when all checks succeed 2024-11-07 16:04:47 +01:00
renovate changed title from fix(deps): update module github.com/protonmail/go-crypto to v1.1.0 to fix(deps): update module github.com/protonmail/go-crypto to v1.1.1 2024-11-08 10:04:15 +01:00
renovate force-pushed renovate/github.com-protonmail-go-crypto-1.x from 618b0f0d72 to ac1e8735c8 2024-11-08 10:04:16 +01:00 Compare
renovate changed title from fix(deps): update module github.com/protonmail/go-crypto to v1.1.1 to fix(deps): update module github.com/protonmail/go-crypto to v1.1.2 2024-11-08 17:04:30 +01:00
renovate force-pushed renovate/github.com-protonmail-go-crypto-1.x from ac1e8735c8 to 96675c17ae 2024-11-08 17:04:30 +01:00 Compare
renovate changed title from fix(deps): update module github.com/protonmail/go-crypto to v1.1.2 to fix(deps): update module github.com/protonmail/go-crypto to v1.1.3 2024-11-25 15:03:54 +01:00
renovate force-pushed renovate/github.com-protonmail-go-crypto-1.x from 96675c17ae to 9c1d28a92b 2024-11-25 15:03:55 +01:00 Compare
tom force-pushed renovate/github.com-protonmail-go-crypto-1.x from 9c1d28a92b to f90ad33522 2024-12-07 01:55:27 +01:00 Compare
tom force-pushed renovate/github.com-protonmail-go-crypto-1.x from f90ad33522 to 46123c3754 2024-12-07 02:06:08 +01:00 Compare
renovate merged commit 46123c3754 into main 2024-12-07 02:13:34 +01:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: yolokube/grafana-backuper#20
No description provided.