-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
util/system: deprecate Atime implementation for containerd/continuity/fs #5465
Conversation
Ah, dang; probably continuity uses
|
Ah, it uses specific build-tags, has
|
bacdf6a
to
5044971
Compare
10fccbd
to
195cef1
Compare
continuity v0.4.5 was tagged which now has all the changed needed; @AkihiroSuda @tonistiigi PTAL |
util/system/atime_deprecated.go
Outdated
"github.com/containerd/continuity/fs" | ||
) | ||
|
||
// Deprecated: use [fs.Atime] instead. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We don't need this. We don't have any go backwards compatibility guarantees.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Removed, although I think "we don't guarantee" and "we force breaking changes with every release" are .. slightly distinct things.
full diff: containerd/continuity@v0.4.4...v0.4.5 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
These were added in 0b5a315, because the continuity/fs package did not provide a Windows implementation. They were upstreamed in [continuity@3cbda8c], which is part of continuity v0.4.4, so we can remove the implementation here. [continuity@3cbda8c]: https://github.com/containerd/continuity//commit/3cbda8c24bde1ce635ff5dc3417a481a3b6b6e07 Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
195cef1
to
c8f9cd7
Compare
vendor: github.com/containerd/continuity v0.4.5
full diff: containerd/continuity@v0.4.4...v0.4.5
util/system: deprecate Atime implementation for containerd/continuity/fs
These were added in 0b5a315, because the continuity/fs package did not provide a Windows implementation. They were upstreamed in continuity@3cbda8c, which is part of continuity v0.4.4, so we can deprecate the implementation here.