Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/protonmail/gopenpgp/v2 to v3 - autoclosed #1482

Closed

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 7, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ProtonMail/gopenpgp/v2 v2.8.0 -> v3.1.0 age adoption passing confidence

Release Notes

ProtonMail/gopenpgp (github.com/ProtonMail/gopenpgp/v2)

v3.1.0

Compare Source

What's Changed

Added
Changed

Full Changelog: ProtonMail/gopenpgp@v3.0.0...v3.1.0

v3.0.0

Compare Source

What's Changed

New simplified and unified API

GopenPGP v3 introduces a new unified API for high level OpenPGP operations. In comparison to GopenPGP v2, where similar functions were dispersed across different types and required varying implementations for the same operations, GopenPGP v3 consolidates these functions into a consistent interface. Now, operations such as Sign, Verify, Encrypt, Decrypt, and Key generation are each accessible through a unified, builder like API, simplifying integration and enhancing code readability across cryptographic workflows.

However, applications migrating from v2 to v3 will need to update their API calls, as the changes are not backward-compatible. This means that all previous API calls must be rewritten to align with the new, unified API structure. GopenPGP v3 supports the migration process by offering extensive documentation and practical examples. We recommend upgrading to v3 for the latest features and improvements, but we'll continue to support GopenPGP v2 for the time being. Our support includes ongoing bug fixes and minor feature updates to ensure stability and functionality for existing users.

For usage examples of the new API, see the README. For the full documentation, see https://pkg.go.dev/github.com/ProtonMail/gopenpgp/v3.

Profiles

GopenPGP v3 introduces the concept of profiles, enabling applications to configure OpenPGP algorithm selection based on their specific needs. For most applications, the provided preset profiles offer robust and secure defaults, eliminating the need for additional configuration.

RFC 9580 and Interoperability

GopenPGP v3 adds full support for the latest OpenPGP specification, RFC 9580. Compliance with the specification has also been significantly enhanced, as confirmed by the results in the OpenPGP interoperability test suite. These enhancements in GopenPGP v3 are possible by leveraging a new API in the go-crypto fork, which enables a range of improvements in functionality, compliance, and performance.

Go Mobile Support

GopenPGP v3 aims to be fully compatible with Gomobile to provide an API for mobile platforms. For this reason, the library defaults to a builder-like pattern, which is less commonly used in Go. All code that is only relevant for mobile platforms has been moved to the mobile module.

Extending Functionality

GopenPGP v3 introduces a streaming interface across all APIs, enabling memory efficient processing of large data.
Additionally, it extends the library's functionality with various improvements, such as:

  • Consider all signatures in a message during verification and allow inspection of each.
  • Support signing with multiple keys.
  • Support encrypting to an "anonymous recipient", where the recipient KeyID is represented as all zeros in the message.
  • Add support for the intended recipient feature as specified in RFC 9580.
  • Ensure consistent behaviour across all APIs.
  • Support generating v6 keys as specified in RFC 9580.

Full Changelog: ProtonMail/gopenpgp@v2.7.5...v3.0.0.

Changelog since v3.0.0-beta.0: ProtonMail/gopenpgp@v3.0.0-beta.0...v3.0.0.

v2.8.1

Compare Source

What's Changed

Changed
  • Update go-crypto fork to v1.1.3

Full Changelog: ProtonMail/gopenpgp@v2.8.0...v2.8.1


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.


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

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label Nov 7, 2024
@renovate renovate bot requested a review from a team as a code owner November 7, 2024 16:52
@renovate renovate bot added the renovate PR created by RenovateBot label Nov 7, 2024
@renovate renovate bot force-pushed the renovate/github.com-protonmail-gopenpgp-v2-3.x branch 2 times, most recently from 27a5ed3 to c86967b Compare November 8, 2024 08:43
Copy link
Member

@marians marians left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fails with

internal/gitops/encryption/encryption.go:15:25: undefined: crypto.GenerateKey

@renovate renovate bot force-pushed the renovate/github.com-protonmail-gopenpgp-v2-3.x branch 6 times, most recently from a9a2975 to 6bc0c12 Compare November 13, 2024 10:06
@renovate renovate bot force-pushed the renovate/github.com-protonmail-gopenpgp-v2-3.x branch 5 times, most recently from f0d7987 to 5b6a140 Compare November 21, 2024 11:34
@renovate renovate bot force-pushed the renovate/github.com-protonmail-gopenpgp-v2-3.x branch 5 times, most recently from 9001d92 to 37e1e8a Compare November 26, 2024 10:27
@marians
Copy link
Member

marians commented Nov 26, 2024

Required API change coming in #1500

@renovate renovate bot force-pushed the renovate/github.com-protonmail-gopenpgp-v2-3.x branch from 37e1e8a to 907be44 Compare November 26, 2024 13:47
Copy link
Contributor Author

renovate bot commented Nov 26, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated

Details:

Package Change
github.com/ProtonMail/go-crypto v1.1.0 -> v1.1.3

@renovate renovate bot changed the title fix(deps): update module github.com/protonmail/gopenpgp/v2 to v3 fix(deps): update module github.com/protonmail/gopenpgp/v2 to v3 - autoclosed Nov 27, 2024
@renovate renovate bot closed this Nov 27, 2024
@renovate renovate bot deleted the renovate/github.com-protonmail-gopenpgp-v2-3.x branch November 27, 2024 12:57
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file renovate PR created by RenovateBot
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant