-
Notifications
You must be signed in to change notification settings - Fork 1
fix(deps): update minor go modules #76
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
Open
renovate
wants to merge
1
commit into
main
Choose a base branch
from
renovate/minor-go-modules
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
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
Contributor
Author
⚠ Artifact update problemRenovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens:
The artifact failure details are included below: File name: go.sum |
5f2deac to
6b2e4dd
Compare
6b2e4dd to
8989a88
Compare
319cf31 to
5c08665
Compare
5c08665 to
eadb1ab
Compare
eadb1ab to
ee5bd47
Compare
ee5bd47 to
c3f6a86
Compare
c3f6a86 to
2b475ac
Compare
1373156 to
77389d3
Compare
77389d3 to
a433d4a
Compare
a433d4a to
e5b0ffd
Compare
2914a45 to
bc1a3be
Compare
bc1a3be to
7f7a844
Compare
6437a1b to
3aa15df
Compare
6f3222d to
02ceebd
Compare
a91c499 to
cc37fd9
Compare
cc37fd9 to
30f11b2
Compare
a6b63ee to
2eaeda6
Compare
2eaeda6 to
d2c1c9a
Compare
d2c1c9a to
ee8a76e
Compare
5f5edd7 to
8a1e3b9
Compare
8a1e3b9 to
246dc74
Compare
246dc74 to
bb8e45d
Compare
bb8e45d to
02e97bd
Compare
5188bd8 to
e8cc09b
Compare
e8cc09b to
f0af0f6
Compare
78b0617 to
4cafa6b
Compare
4cafa6b to
5642be6
Compare
c23e1ee to
85738b9
Compare
4716c38 to
cd18183
Compare
2200db7 to
b062585
Compare
b062585 to
792804e
Compare
792804e to
e738063
Compare
fc3e9cd to
9e8a5f5
Compare
9e8a5f5 to
f27d8b8
Compare
f27d8b8 to
a38c375
Compare
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:
v1.4.0->v1.6.1v1.3.0->v1.6.0v1.5.0->v1.6.3v1.5.0->v1.7.3v1.7.0->v1.10.2v1.24.0->v1.27.1v0.28.0-alpha.4->v0.35.0v0.28.0-alpha.4->v0.35.0v0.28.0-alpha.4->v0.35.0Release Notes
Jille/raft-grpc-transport (github.com/Jille/raft-grpc-transport)
v1.6.1Compare Source
What's Changed
Full Changelog: Jille/raft-grpc-transport@v1.6.0...v1.6.1
v1.6.0Compare Source
Implemented the Close(), Connect(), Disconnect(), DisconnectAll() and RequestPreVote() APIs.
Upgraded to Raft v1.7.0.
Upgraded to the proto v2 API.
Full Changelog: Jille/raft-grpc-transport@v1.5.0...v1.6.0
v1.5.0Compare Source
Accept any
grpc.ServiceRegistrarinstead of requiring*grpc.Server. Thanks @rledisez.google/uuid (github.com/google/uuid)
v1.6.0Compare Source
Features
Bug Fixes
v1.5.0Compare Source
Features
v1.4.0Compare Source
Features
Fixes
v1.3.1Compare Source
Bug Fixes
hashicorp/go-hclog (github.com/hashicorp/go-hclog)
v1.6.3: Optional JSON escapingCompare Source
What's Changed
New Contributors
Full Changelog: hashicorp/go-hclog@v1.6.2...v1.6.3
v1.6.2: Fix level syncingCompare Source
What's Changed
Full Changelog: hashicorp/go-hclog@v1.6.1...v1.6.2
v1.6.1: Fix forcing colorCompare Source
What's Changed
Full Changelog: hashicorp/go-hclog@v1.6.0...v1.6.1
v1.6.0: New level inheritance modeCompare Source
This release adds the ability to have sub-loggers arrange themselves into a tree and sync the level changes downward in the tree.
What's Changed
New Contributors
Full Changelog: hashicorp/go-hclog@v1.5.0...v1.6.0
hashicorp/raft (github.com/hashicorp/raft)
v1.7.3Compare Source
What's Changed
New Contributors
Full Changelog: hashicorp/raft@v1.7.2...v1.7.3
v1.7.2Compare Source
What's Changed
Full Changelog: hashicorp/raft@v1.7.1...v1.7.2
v1.7.1Compare Source
This patch release fixes two potential issues with Pre-Vote which was added in 1.7.0. One of these has been observed in a single deployed instance but we've been unable to replicate the exact conditions so impact is difficult to assess. Out of an abundance of caution we strongly recommend all 1.7.0 users upgrade to 1.7.1 to avoid this issue occurring.
v1.7.0: (June 6th, 2024)Compare Source
CHANGES
IMPROVEMENTS
BUG FIXES
v1.6.1: (January 8th, 2024)Compare Source
CHANGES
IMPROVEMENTS
BUG FIXES
v1.6.0: 1.6.0Compare Source
1.6.0 (November 15th, 2023)
CHANGES
Upgrade hashicorp/go-msgpack to v2, with go.mod upgraded from v0.5.5 to v2.1.1. GH-577
go-msgpack v2.1.1 is by default binary compatible with v0.5.5 ("non-builtin" encoding of
time.Time), but can decode messages produced by v1.1.5 as well ("builtin" encoding oftime.Time).However, if users of this libary overrode the version of go-msgpack (especially to v1), this could break compatibility if raft nodes are running a mix of versions.
This compatibility can be configured at runtime in Raft using
NetworkTransportConfig.MsgpackUseNewTimeFormat-- the default isfalse, which maintains compatibility withgo-msgpackv0.5.5, but if set totrue, will be compatible withgo-msgpackv1.1.5.IMPROVEMENTS
BUG FIXES
candidateFromLeadershipTransferGH-570spf13/cobra (github.com/spf13/cobra)
v1.10.2Compare Source
🔧 Dependencies
gopkg.in/yaml.v3togo.yaml.in/yaml/v3by @dims in #2336 - thegopkg.in/yaml.v3package has been deprecated for some time: this should significantly cleanup dependency/supply-chains for consumers ofspf13/cobra📈 CI/CD
🔥✍🏼 Docs
🍂 Refactors
🤗 New Contributors
Full Changelog: spf13/cobra@v1.10.1...v1.10.2
Thank you to our amazing contributors!!!!! 🐍 🚀
v1.10.1Compare Source
🐛 Fix
v1.0.9 of pflags brought back
ParseErrorsWhitelistand marked it as deprecatedFull Changelog: spf13/cobra@v1.10.0...v1.10.1
v1.10.0Compare Source
What's Changed
🚨 Attention!
This version of
pflagcarried a breaking change: it renamedParseErrorsWhitelisttoParseErrorsAllowlistwhich can break builds if bothpflagandcobraare dependencies in your project.pflag andcobra, upgradepflagto 1.0.8 andcobrato1.10.0`pflagv1.0.9 which keeps the deprecatedParseErrorsWhitelistMore details can be found here: #2303 (comment)
✨ Features
🐛 Fix
🪠 Testing
📝 Docs
New Contributors
Full Changelog: spf13/cobra@v1.9.1...v1.9.2
v1.9.1Compare Source
🐛 Fixes
Full Changelog: spf13/cobra@v1.9.0...v1.9.1
v1.9.0Compare Source
✨ Features
🐛 Fixes
🤖 Completions
🧪 Testing
✍🏼 Documentation
🔧 Dependency upgrades
pflagdependencies for v1.9.0 by @jpmcb in #2233Thank you to all of our amazing contributors and all the great work that's been going into the completions feature!!
👋🏼 New Contributors
Full Changelog: spf13/cobra@v1.8.1...v1.9.0
v1.8.1Compare Source
✨ Features
🐛 Bug fixes
🔧 Maintenance
🧪 Testing & CI/CD
✏️ Documentation
New Contributors
Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍
Full Changelog: spf13/cobra@v1.8.0...v1.8.1
v1.8.0Compare Source
✨ Features
MarkFlagsOneRequiredAPI for flags which can be used to mark a flag group as required and cause command failure if at least one is not used when invoked.SetErrPrefixandErrPrefixAPIs on theCommandstruct to allow for setting a custom prefix for errors🐛 Bug fixes
🔧 Maintenance
🧪 Testing & CI/CD
✏️ Documentation
Thank you everyone who contributed to this release and all your hard work! Cobra and this community would never be possible without all of you!!!! 🐍
Full Changelog: spf13/cobra@v1.7.0...v1.8.0
uber-go/zap (go.uber.org/zap)
v1.27.1Compare Source
Enhancements:
Objectfrom panicking on nilsWithLazy.Thanks to @rabbbit, @alshopov, @jquirke, @arukiidou for their contributions to this release.
v1.27.0Compare Source
Enhancements:
WithLazymethod forSugaredLogger.NewTestingWriterfor customizing TestingWriter with more flexibility thanNewLogger.Log,Logw,Loglnmethods forSugaredLogger.WithPanicHookoption for testing panic logs.Thanks to @defval, @dimmo, @arxeiss, and @MKrupauskas for their contributions to this release.
v1.26.0Compare Source
Enhancements:
Dictas aField.WithLazymethod toLoggerwhich lazily evaluates the structuredcontext.
Thanks to @hhk7734, @jquirke, @cdvr1993 for their contributions to this release.
v1.25.0Compare Source
This release contains several improvements including performance, API additions,
and two new experimental packages whose APIs are unstable and may change in the
future.
Enhancements:
zap/exp/zapslogpackage for integration with slog.NametoLoggerwhich returns the Logger's name if one is set.zap/exp/expfieldpackage which contains helper methodsStrandStrsfor constructing String-like zap.Fields.Any.Thanks to @knight42, @dzakaammar, @bcspragu, and @rexywork for their contributions
to this release.
kubernetes/api (k8s.io/api)
v0.35.0Compare Source
v0.34.3Compare Source
v0.34.2Compare Source
v0.34.1Compare Source
v0.34.0Compare Source
v0.33.7Compare Source
v0.33.6Compare Source
v0.33.5Compare Source
v0.33.4Compare Source
v0.33.3Compare Source
v0.33.2Compare Source
v0.33.1Compare Source
v0.33.0Compare Source
v0.32.11Compare Source
v0.32.10Compare Source
v0.32.9Compare Source
v0.32.8Compare Source
v0.32.7Compare Source
v0.32.6Compare Source
v0.32.5Compare Source
v0.32.4Compare Source
v0.32.3Compare Source
v0.32.2Compare Source
v0.32.1Compare Source
v0.32.0Compare Source
v0.31.14Compare Source
v0.31.13Compare Source
v0.31.12Compare Source
v0.31.11Compare Source
v0.31.10Compare Source
v0.31.9Compare Source
v0.31.8Compare Source
v0.31.7Compare Source
v0.31.6Compare Source
v0.31.5Compare Source
v0.31.4Compare Source
v0.31.3Compare Source
v0.31.2Compare Source
v0.31.1Compare Source
v0.31.0Compare Source
v0.30.14Compare Source
v0.30.13Compare Source
v0.30.12Compare Source
v0.30.11Compare Source
v0.30.10Compare Source
v0.30.9Compare Source
v0.30.8Compare Source
v0.30.7Compare Source
v0.30.6Compare Source
v0.30.5Compare Source
v0.30.4Compare Source
v0.30.3Compare Source
v0.30.2Compare Source
v0.30.1Compare Source
v0.30.0Compare Source
v0.29.15Compare Source
v0.29.14Compare Source
v0.29.13Compare Source
v0.29.12Compare Source
v0.29.11Compare Source
v0.29.10Compare Source
v0.29.9Compare Source
v0.29.8Compare Source
v0.29.7Compare Source
v0.29.6[Compare Source]
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.
👻 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.