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

Prepare for v0.13.0 #996

Merged
merged 1 commit into from
Nov 11, 2022
Merged

Prepare for v0.13.0 #996

merged 1 commit into from
Nov 11, 2022

Conversation

ktock
Copy link
Member

@ktock ktock commented Nov 11, 2022

This release enables to optionallly create smaller eStargz images using the following flags for `ctr-rmeote i convert` or `ctr-remote i optimize` (#956).

- `--estargz-external-toc`: Separates TOC JSON into another image (called "TOC image"). The result eStargz doesn't contain TOC so we can expect a smaller size than normal eStargz (refer to [`/docs/estargz.md`](https://github.com/containerd/stargz-snapshotter/blob/v0.13.0/docs/estargz.md#estargz-image-with-an-external-toc-optional) for the related eStargz spec).
- `--estargz-min-chunk-size`: Specifies the minimal number of bytes of data must be written in one gzip stream. If it's > 0, multiple files and chunks can be written into one gzip stream. Smaller number of gzip header and smaller size of the result blob can be expected (refer to [`/docs/estargz.md`](https://github.com/containerd/stargz-snapshotter/blob/v0.13.0/docs/estargz.md#details-about-inneroffset) for the related eStargz spec).

Please refer to [`/docs/smaller-estargz.md`](https://github.com/containerd/stargz-snapshotter/blob/v0.13.0/docs/smaller-estargz.md) for more details about the usage.

## Notable Changes

- eStargz
  -  Support creating smaller eStargz images (`--estargz-external-toc` and `--estargz-min-chunk-size`) (#956)
- stargz-snapshotter
  - fs: Try unmount without MNT_FORCE before force unmount (#978)
  - remote: Support per-registry request headers (#983)
  - Allow using fusermount3 (#970)
- converter
  - zstdchunked: allows specifying compression level (#984)
- Kind image ([`ghcr.io/containerd/stargz-snapshotter:${VERSION}-kind`](https://github.com/containerd/stargz-snapshotter/pkgs/container/stargz-snapshotter))
  - Revert clone3-workaround (#967)
- CI
  - Bump nerdctl to 1.0.0 (#969), thanks to @jenting
- Documents
  -  Add document about integrations of eStargz with other tools ([`/docs/integration.md`](https://github.com/containerd/stargz-snapshotter/blob/v0.13.0/docs/integration.md)) (#995, #997), thanks to @gaius-qi

@ktock ktock requested a review from AkihiroSuda November 11, 2022 06:05
Signed-off-by: Kohei Tokunaga <ktokunaga.mail@gmail.com>
@ktock ktock marked this pull request as ready for review November 11, 2022 10:31
@ktock ktock merged commit 266b705 into containerd:main Nov 11, 2022
@ktock ktock deleted the prepare-v0.13.0 branch November 11, 2022 11:50
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.

2 participants