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 github.com/containerd/stargz-snapshotter/estargz from 0.8.0 to 0.9.0 #464

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Oct 7, 2021

Bumps github.com/containerd/stargz-snapshotter/estargz from 0.8.0 to 0.9.0.

Release notes

Sourced from github.com/containerd/stargz-snapshotter/estargz's releases.

v0.9.0

This release comes with performance fixes of snapshotter implementation and lossless compression of eStargz.

Notable Changes

  • estargz
    • Support lossless compression (#453)
  • Stargz Store
    • Add logging of statFile errors (#442), thanks to @​vkuzniet
    • Reset bytes.Buffer before returning it to sync.Pool (#448), thanks to @​kzys
    • Avoid downloading the same data from the registry multiple times (#446), thanks to @​vkuzniet
    • Start pre/background-fetch of layers in an image simultaneously (#467)
  • CI
    • Reduce required environment variables on "make benchmark" (#441), thanks to @​kzys
    • Run ctr pprof against containerd-stargz-grpc in Hello Bench (#445), thanks to @​kzys
    • Add test with upstream k3s (#447)
    • Add test with k3s + argo workflow (#449)
Commits
  • 8e114bc Merge pull request #480 from ktock/prepare-v0.9.0
  • f0685f9 Prepare for v0.9.0
  • 723d644 Merge pull request #467 from ktock/starting-prefetch
  • 6a8daf5 fs: allow pre/background-fetch to be called before layer verification
  • b901438 Merge pull request #478 from ktock/golangci-lint-1.42.1
  • 0b42a53 CI: Bump golangci-lint from v1.42.0 to v1.42.1
  • 29d5368 Merge pull request #477 from containerd/dependabot/go_modules/google.golang.o...
  • a657fb5 Bump google.golang.org/grpc from 1.40.0 to 1.41.0
  • acce530 Merge pull request #476 from ktock/upstreamconverter
  • 0df7b27 converter: switch to the upstream converter
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [github.com/containerd/stargz-snapshotter/estargz](https://github.com/containerd/stargz-snapshotter) from 0.8.0 to 0.9.0.
- [Release notes](https://github.com/containerd/stargz-snapshotter/releases)
- [Commits](containerd/stargz-snapshotter@v0.8.0...v0.9.0)

---
updated-dependencies:
- dependency-name: github.com/containerd/stargz-snapshotter/estargz
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Oct 7, 2021
@google-cla google-cla bot added the cla: yes label Oct 7, 2021
@codecov-commenter
Copy link

Codecov Report

Merging #464 (a219099) into main (6014fcd) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #464   +/-   ##
=======================================
  Coverage   53.13%   53.13%           
=======================================
  Files          36       36           
  Lines        1848     1848           
=======================================
  Hits          982      982           
  Misses        715      715           
  Partials      151      151           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6014fcd...a219099. Read the comment docs.

@imjasonh imjasonh merged commit 7477a29 into main Oct 7, 2021
@dependabot dependabot bot deleted the dependabot/go_modules/github.com/containerd/stargz-snapshotter/estargz-0.9.0 branch October 7, 2021 17:09
This pull request was closed.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cla: yes dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants