Skip to content

Tags: dragonflyoss/nydus

Tags

v2.3.0-rc.0

Toggle v2.3.0-rc.0's commit message
nydusify: small improvements for mount & check subcommands

- Add `--prefetch` option for enabling full image data prefetch.
- Support `HTTP_PROXY` / `HTTPS_PROXY` env for enabling proxy for nydusd.
- Change nydusd log level to `warn` for mount & check subcommands.

Signed-off-by: Yan Song <[email protected]>

v2.3.0-alpha.2

Toggle v2.3.0-alpha.2's commit message
fix: compatibility to image without ext table for blob cache

    There are scenes that cache file is smaller than expect size. Such as:

    1. Nydusd 1.6 generates cache file by prefetch, which is smaller than size in boot.
    2. Nydusd 2.2 generates cache file by prefetch, when image not provide ext blob tables.
    3. Nydusd not have enough time to fill cache for blob.

    Equality check for size is too much strict for both 1.6
    compatibility and 2.2 concurrency. This pr ensures blob size smaller
    or equal than expect size. It also truncates blob cache when smaller
    than expect size.

Signed-off-by: 泰友 <[email protected]>

v2.2.5

Toggle v2.2.5's commit message
feat: upgrade rust

    From 1.66 to 1.70

Signed-off-by: 泰友 <[email protected]>

v2.3.0-alpha.1

Toggle v2.3.0-alpha.1's commit message
action:use more images in benchmark

Include:
- python:3.10.7
- golang:1.19.3
- ruby:3.1.3
- amazoncorretto:8-al2022-jdk

Signed-off-by: Yadong Ding <[email protected]>

v2.2.4

Toggle v2.2.4's commit message
smoke: add basic nydusify copy test

Signed-off-by: Yan Song <[email protected]>

v2.3.0-alpha.0

Toggle v2.3.0-alpha.0's commit message
storage: fix auth compatibility for registry backend

Signed-off-by: lihuahua123 <[email protected]>

v2.2.3

Toggle v2.2.3's commit message

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
add --original-blob-ids args for merge

the default merge command is to get the name of the original
blob from the bootstrap name, and add a cli args for it

Signed-off-by: zyfjeff <[email protected]>

v2.2.2

Toggle v2.2.2's commit message
nydus-image: add unit test for setting default compression algorithm

Signed-off-by: xwb1136021767 <[email protected]>

v2.1.6

Toggle v2.1.6's commit message
storage: refine the way to implement BlobIoChunk

Backport the new implementation of BlobIoChunk from master into v2.1.

Fixes: #1198

Signed-off-by: Jiang Liu <[email protected]>

v2.2.1

Toggle v2.2.1's commit message
action: fix smoke test for branch pattern

To match `master` and `stable/*` branches at least.

Signed-off-by: Yan Song <[email protected]>