Skip to content
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

Bump twpayne/vfs module to latest version #1909

Merged
merged 1 commit into from
Jan 19, 2024

Conversation

davidcassany
Copy link
Contributor

Specifically bumping from v1.7.2 to v4.3.0. We were pretty outdated.

This commit could not get rid of the old version dependency completely because yip requires a vfs v1 within the plugin API and we implement a yip plugin for partitioning in elemental-toolkit. Because of that both versions are coexisting.

@davidcassany davidcassany requested a review from a team as a code owner January 19, 2024 13:25
@codecov-commenter
Copy link

codecov-commenter commented Jan 19, 2024

Codecov Report

Attention: 4 lines in your changes are missing coverage. Please review.

Comparison is base (ec43513) 73.79% compared to head (8b397c8) 73.83%.

Files Patch % Lines
pkg/cloudinit/cloudinit.go 85.18% 2 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1909      +/-   ##
==========================================
+ Coverage   73.79%   73.83%   +0.04%     
==========================================
  Files          71       71              
  Lines        7757     7773      +16     
==========================================
+ Hits         5724     5739      +15     
  Misses       1612     1612              
- Partials      421      422       +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

Specifically bumping from v1.7.2 to v4.3.0. We were pretty outdated.

This commit could not get rid of the old version dependency completely
because yip requires a vfs v1 within the plugin API and we implement
a yip plugin for partitioning in elemental-toolkit. Because of that
both versions are coexisting.

Signed-off-by: David Cassany <dcassany@suse.com>
Lstat(name string) (os.FileInfo, error)
RemoveAll(path string) error
Glob(pattern string) ([]string, error)
Link(oldname, newname string) error
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This Link support for hardlinks the main reason for this change. V1 did not include support for hardlinks.

@davidcassany davidcassany enabled auto-merge (rebase) January 19, 2024 14:55
@davidcassany davidcassany merged commit 2e18efa into rancher:main Jan 19, 2024
14 checks passed
@kkaempf kkaempf mentioned this pull request Jan 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants