fix(deps): update minor dependencies (master)#206
Open
renovate[bot] wants to merge 1 commit intomasterfrom
Open
fix(deps): update minor dependencies (master)#206renovate[bot] wants to merge 1 commit intomasterfrom
renovate[bot] wants to merge 1 commit intomasterfrom
Conversation
c2018c5 to
826a3d4
Compare
Contributor
Author
|
a867b95 to
8c90e4b
Compare
8c90e4b to
66328bc
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.
This PR contains the following updates:
v1.6.18->v1.7.28v0.6.0->v0.8.0v2.6.0->v2.8.0v1.7.7->v1.10.1v1.5.0->v1.6.0v1.13.13->v1.14.5v1.4.0->v1.6.0v1.4.0->v1.6.0v0.0.0-20190128024246-5eb7ae5bdb7a->v0.35.0v0.72.0->v0.85.0v3.9.0-rancher1->v3.11.3v0.0.0-20240705194423-b2a060d103c1->v0.2.4v0.0.0-20240919204204-3da2ae0cabd1->v0.63.1v3.1.0->v3.2.3v1.10.0->v1.11.11.24.3->1.25.1v0.20.0->v0.63.0v0.53.0->v0.63.0v1.33.0->v1.38.0v1.28.0->v1.38.0v1.27.0->v1.38.0v1.33.0->v1.38.0v1.31.0->v1.38.0v1.33.0->v1.38.0v1.3.1->v1.8.0v0.38.0->v0.43.0v1.69.4->v1.75.0v0.33.0->v0.34.0v0.31.5->v0.34.0v0.31.5->v0.34.0v0.32.3->v0.34.0v0.31.5->v0.34.0v0.32.3->v0.34.0v0.24.10->v0.34.0v0.31.5->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.31.5->v0.34.0v0.31.5->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v0.24.2->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.30.14v0.24.10->v0.34.0v0.31.1->v0.34.0v0.24.10->v0.34.0v0.24.10->v0.34.0v1.4.0->v1.6.0v1.7.3->v1.11.1v0.19.7->v0.22.1Release Notes
containerd/containerd (github.com/containerd/containerd)
v1.7.28Compare Source
v1.7.27Compare Source
v1.7.26Compare Source
v1.7.25Compare Source
v1.7.24Compare Source
v1.7.23Compare Source
v1.7.22Compare Source
v1.7.21Compare Source
v1.7.20Compare Source
v1.7.19Compare Source
v1.7.18Compare Source
v1.7.17Compare Source
v1.7.16Compare Source
v1.7.15Compare Source
v1.7.14Compare Source
v1.7.13Compare Source
v1.7.12Compare Source
v1.7.11Compare Source
v1.7.10Compare Source
v1.7.9Compare Source
v1.7.8Compare Source
v1.7.7Compare Source
v1.7.6Compare Source
v1.7.5Compare Source
v1.7.4Compare Source
v1.7.3Compare Source
v1.7.2Compare Source
v1.7.1Compare Source
v1.7.0Compare Source
v1.6.39Compare Source
v1.6.38Compare Source
v1.6.37Compare Source
v1.6.36Compare Source
v1.6.35Compare Source
v1.6.34Compare Source
v1.6.33Compare Source
v1.6.32Compare Source
v1.6.31Compare Source
v1.6.30Compare Source
v1.6.29Compare Source
v1.6.28Compare Source
v1.6.27Compare Source
v1.6.26Compare Source
v1.6.25Compare Source
v1.6.24Compare Source
v1.6.23Compare Source
v1.6.22Compare Source
v1.6.21Compare Source
v1.6.20Compare Source
v1.6.19Compare Source
coreos/go-iptables (github.com/coreos/go-iptables)
v0.8.0Compare Source
What's Changed
Full Changelog: coreos/go-iptables@v0.7.0...v0.8.0
v0.7.0Compare Source
Bug fixes
New features
InsertUnique()deckarep/golang-set (github.com/deckarep/golang-set/v2)
v2.8.0: - Now support for Go 1.23+ iteratorsCompare Source
This change brings support for Go's new flavor of iterators. Additionally, a convenience method was added for
ContainsAnyElementand a fix to spelling. Please visit this issue for a deeper context on how this works for newer versions of Go vs older versions of Go. Cheers!What's Changed
New Contributors
Full Changelog: deckarep/golang-set@v2.7.0...v2.8.0
v2.7.0: - Proper support for JSON Marshaling/Unmarshaling, no more workarounds needed.Compare Source
What's Changed
Full Changelog
gin-gonic/gin (github.com/gin-gonic/gin)
v1.10.1Compare Source
Changelog
Refactor
b5af779: refactor: strengthen HTTPS security and improve code organization (@appleboy)v1.10.0Compare Source
Features
OptionFuncandWith(#3572) (@flc1125)Bug fixes
Enhancements
Build process updates
Documentation updates
BasicAuthForProxy(#3881) (@EndlessParadox1)AuthProxyUserKeyandBasicAuthForProxy. (#3887) (@EndlessParadox1)Others
v1.9.1Compare Source
BUG FIXES
SECURITY
ENHANCEMENTS
DOCS
v1.9.0Compare Source
BREAK CHANGES
BUG FIXES
SECURITY
ENHANCEMENTS
DOCS
v1.8.2Compare Source
BUG FIXES
SECURITY
v1.8.1Compare Source
ENHANCEMENTS
v1.8.0Compare Source
BREAK CHANGES
RemoteIP() (net.IP, bool)withRemoteIP() net.IPBUG FIXES
Configuration
📅 Schedule: Branch creation - "after 10am on sunday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).
🚦 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.