fix(deps): update all go dependencies main (patch) #1396
Merged
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.7.3
->v1.7.5
v0.17.3
->v0.17.6
v2.0.5
->v2.0.6
Release Notes
containerd/containerd (github.com/containerd/containerd)
v1.7.5
: containerd 1.7.5Compare Source
Welcome to the v1.7.5 release of containerd!
The fifth patch release for containerd 1.7 fixes a versioning issue from
the previous release and includes some internal logging API changes.
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
18 commits
93b23eb10
Prepare release notes for v1.7.5fb1292c8d
Bump version to v1.7.4503ab21bf
go.mod: github.com/containerd/continuity v0.4.22a9ae3c51
log: swap logrus functions with their equivalent on default logger01445bb73
log: add package documentation and summary of package's purpose932795f45
log: make Fields type a generic map[string]any707ca94d8
log: add log.Entry type0a79e67e4
log: define OutputFormat typedbbe28b7d
log: define G() as a function instead of a variable93b6cb784
log: add all log-levels that are acceptede8e086e02
log: group "enum" consts and touch-up docs7aa4f8fdc
log: WithLogger: remove redundant intermediate varbfdce4ce4
log: SetFormat: include returns in switch6621e0888
log: remove testify dependencydf76aaede
removes/docker: remove unnecessary conversion (unconvert)Changes from containerd/continuity
2 commits
bcc6e25
dragonfly: Initial porting workDependency Changes
1e0d26e
-> v0.4.2Previous release can be found at v1.7.4
v1.7.4
: containerd 1.7.4Compare Source
Welcome to the v1.7.4 release of containerd!
The fourth patch release for containerd 1.7 contains remote differ plugin support,
a new block file based snapshotter, and various fixes and updates.
Notable Updates
See the changelog for complete list of changes
Please try out the release binaries and report any issues at
https://github.com/containerd/containerd/issues.
Contributors
Changes
43 commits
7a0cae3ca
[release/1.7] Prepare release notes for v1.7.4537d7526e
integration: issue7496 case should work for runc.v2 only5add172be
Vagrantfile: add strace tool207e28f36
integration: add ShouldRetryShutdown case based on #7496b4f480fb3
pkg/cri/sbserver: fix leaked shim issue for podsandbox mode88ff575c5
pkg/cri/server: fix leaked shim issue9f61dfb7c
integration: add case to reproduce #74960f4885c16
Add configurable mount options to overlay8804a27d7
feat: make overlay sync removal configurable1c2dd5198
Remove temporary replace2bf6bd143
vendor: update github.com/containerd/continuity30a163086
snapshots|pkg: umount without DETACH and nosync after umountc9eebe3d1
mount: support direct-io for loopback device1c2977db0
Modify loopback sizecf9c78d2d
snapshots/blockfile: fix lint issueb823b4f54
snapshots/blockfile: deflaky the testsuite6daeceb11
snapshots/blockfile: use passed in dst in scratchGenerator99b61aee3
snapshots/blockfile: use loop if options is emptyfd39769ac
Add mount options to blockfile snapshotter8d732c6c2
Add sync before unmount on snapshotter layer test8472a407e
Add blockfile snapshotter to snapshotters doc6740d77ca
Add blockfile as a builtin07cc24b32
Add blockfile snapshotter32e3b76ee
Add diffservice to contrib661e505c8
Add proxy differaf79c07fd
update runc binary to v1.1.9c0b1c8f74
fix ci Linux Integration test fail4e97a115f
cri: Don't use rel path for image volumes34a5d0330
fix: allow attaching to any combination of stdin/stdout/stderrc5e7b84c0
update to go1.20.7, go1.19.122eaeb3205
Fix ro mount option being passedChanges from containerd/continuity
4 commits
4b8bec5
fs: use io.Copy because go supports CopyFileRange3fa7d7a
fs/fstest: CreateFile should use syncDependency Changes
1f10f66
->ced1acd
5330a85
->8075edf
1e0d26e
Previous release can be found at v1.7.3
google/cel-go (github.com/google/cel-go)
v0.17.6
Compare Source
v0.17.5
Compare Source
v0.17.4
Compare Source
hashicorp/golang-lru (github.com/hashicorp/golang-lru/v2)
v2.0.6
: golang-lru 2.0.6Compare Source
This release removes calling the eviction callback when the
Add
method is called with an item that is already in the cache (#154); it reverts PR #135 which caused issue #141.What's Changed
Full Changelog: hashicorp/golang-lru@v2.0.5...v2.0.6
Configuration
📅 Schedule: Branch creation - "on monday" (UTC), 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 has been generated by Renovate Bot.