chore: update dependencies#652
Open
renovate[bot] wants to merge 1 commit into
Open
Conversation
02df47f to
13c03d4
Compare
49e0312 to
2202d47
Compare
Author
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
2202d47 to
c2b98fd
Compare
9f0fe66 to
bf1bc06
Compare
bf1bc06 to
da3b205
Compare
b3182e7 to
63f748f
Compare
04cb542 to
0e0ebdf
Compare
5ef4eb9 to
25d7262
Compare
d178bac to
7406bc1
Compare
cc24e46 to
dedbb76
Compare
ebcf872 to
ddf38fa
Compare
ddf38fa to
a7a18e3
Compare
bc18dad to
295cc4a
Compare
6654f62 to
bce0dff
Compare
7987f59 to
c0a6ccc
Compare
267e187 to
f8af6fc
Compare
f8af6fc to
2acd842
Compare
22bb55a to
2eb53ba
Compare
Author
ℹ️ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
3a7e1e7 to
617cb44
Compare
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
617cb44 to
b00df93
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.
Update Request | Renovate Bot
This PR contains the following updates:
v2.10.0→v3.4.1v4.3.0→v7.0.0v1.18.6→v1.19.00393e58→8ae5a48v0.8.6→v0.8.7v1.4.3→v1.5.0v4.0.0-rc.4→v4.0.0-rc.6v0.20.0→v0.22.0v1.81.0→v1.82.0Release Notes
ProtonMail/gopenpgp (github.com/ProtonMail/gopenpgp/v2)
v3.4.1Compare Source
What's Changed
Full Changelog: ProtonMail/gopenpgp@v3.4.0...v3.4.1
v3.4.0Compare Source
What's Changed
Added
InsecureAllowAllKeyFlagsWhenMissingprofile option. Allows usage of keys without key flags.Changed
Full Changelog: ProtonMail/gopenpgp@v3.3.0...v3.4.0
v3.3.0Compare Source
What's Changed
Added
Changed
Full Changelog: ProtonMail/gopenpgp@v3.2.1...v3.3.0
v3.2.1Compare Source
What's Changed
Fixed
Full Changelog: ProtonMail/gopenpgp@v3.2.0...v3.2.1
v3.2.0Compare Source
What's Changed
Added
Changed
1.22.0.v1.2.0.pkgs/errorsdependency.Full Changelog: ProtonMail/gopenpgp@v3.1.3...v3.2.0
v3.1.3Compare Source
What's Changed
Changed
v1.1.6Full Changelog: ProtonMail/gopenpgp@v3.1.2...v3.1.3
v3.1.2Compare Source
What's Changed
Changed
v1.1.5Full Changelog: ProtonMail/gopenpgp@v3.1.1...v3.1.2
v3.1.1Compare Source
What's Changed
Changed
v1.1.4Full Changelog: ProtonMail/gopenpgp@v3.1.0...v3.1.1
v3.1.0Compare Source
What's Changed
Added
Changed
profile.Custom.AllowWeakRSAtoprofile.Custom.InsecureAllowWeakRSAv1.1.3Full Changelog: ProtonMail/gopenpgp@v3.0.0...v3.1.0
v3.0.0Compare 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
mobilemodule.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:
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.
cenkalti/backoff (github.com/cenkalti/backoff/v4)
v7.0.0Compare Source
v6.0.1Compare Source
v6.0.0Compare Source
v5.0.3Compare Source
v5.0.2Compare Source
v5.0.1Compare Source
v5.0.0Compare Source
klauspost/compress (github.com/klauspost/compress)
v1.19.0Compare Source
What's Changed
decodedLenby @eustas in #1148New Contributors
Full Changelog: klauspost/compress@v1.18.6...v1.19.0
v1.18.7Compare Source
Security release without other changes.
Full Changelog: klauspost/compress@v1.18.6...v1.18.7
siderolabs/gen (github.com/siderolabs/gen)
v0.8.7Compare Source
gen 0.8.7 (2026-06-29)
Welcome to the v0.8.7 release of gen!
Please try out the release binaries and report any issues at
https://github.com/siderolabs/gen/issues.
Contributors
Changes
28 commits
c526410fix: skip unknown-key check for types with custom YAML unmarshaler4c7388bchore: update Go modules, replace YAML library044d921feat: add xslices.Deduplicatedcb2b74feat: addpanicsafepackageb36ee43feat: makexyaml.CheckUnknownKeyspublic3e319e7feat: implementxyaml.UnmarshalStrict7c0324fchore: future-proof HashTrieMap5ae3afechore: update hashtriemap implementation from the latest upstreame847d2achore: add more utilities to xiterf3c5a2bchore: addEmptyandEmpty2iteratorsc53b90bchore: add packages xiter/xstrings/xbytes7654108chore: add hashtriemap implementation8485864chore: optimize maps.Values and maps.Keys238baf9chore: add typesafeSyncMapand bump stuffefca710chore: addFilterInPlacemethod to maps and update module36a3ae3feat: update modulef9f5805chore: bump rekres and add functions from expb968d21feat: addTryRecvandRecvWithContextfunctions476dfeafeat: add foreach and clear to lazymap214c1efchore: setslice.Filterresult slice cap to len8e89b1efeat: add GetOrCreate and GetOrCall methods7c7ccc3feat: introduce channel SendWithContextb3b6db8fix: fix Copy documentation and implementation521f737feat: add xerrors package which contains additions to the std errors726e066fix: rename tuples.go to pair.go and set proper package named8d7d25chore: minor additions338a650chore: add initial implementation and documentation4fd8667Initial commitChanges since v0.8.6
1 commit
c526410fix: skip unknown-key check for types with custom YAML unmarshalerDependency Changes
This release has no dependency changes
etcd-io/bbolt (go.etcd.io/bbolt)
v1.5.0Compare Source
yaml/go-yaml (go.yaml.in/yaml/v4)
v4.0.0-rc.6Compare Source
v4.0.0-rc.5Compare Source
grpc/grpc-go (google.golang.org/grpc)
v1.82.0: Release 1.82.0Compare Source
Behavior Changes
GRPC_GO_EXPERIMENTAL_DISABLE_STRICT_PATH_CHECKINGenvironment varibale. Strict incoming RPC path validation (which has been the default sincev1.79.3) can no longer be disabled. (#9112)16MBto8KB. This may be enabled by settingGRPC_GO_EXPERIMENTAL_ENABLE_8KB_DEFAULT_HEADER_LIST_SIZE=true. This will be enabled by default in a subsequent release. (#9019)GRPC_GO_EXPERIMENTAL_CASE_SENSITIVE_BALANCER_REGISTRIES=false(and file an issue) to revert to case-insensitive behavior. (#9017)New Features
NewContextWithLabelCallback, to register a callback that is invoked when telemetry labels are added. (#8877)GRPC_GO_SERVER_GOROUTINE_LABELSthat controls settingruntime/pprof.Labelson goroutines spawned by the server. SetGRPC_GO_SERVER_GOROUTINE_LABELS=grpc.method=trueto add thegrpc.methodlabel on goroutines spawned to handle incoming requests. (#9082)Bug Fixes
gzipCompressor (used via the deprecatedWithCompressordial option), enforce theMaxRecvMsgSizelimit on the decompressed message buffer, preventing excessive memory allocation from highly compressed payloads. (#9114)grpc.previous-rpc-attempts, at the call level and not the attempt level. (#8923)Close()is always called on readers returned fromCompressor.Decompressif possible. (#9135)LastMessageSentTimestampandLastMessageReceivedTimestampfields inSocketMetricsto ensure they contain correct timestamp values. (#9109)v1.81.1: Release 1.81.1Compare Source
Security
Configuration
📅 Schedule: (UTC)
* 0-3 * * 1)🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.
♻ Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.
👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.
This PR was generated by Mend Renovate. View the repository job log.