Skip to content

Tags: dragonflyoss/client

Tags

v1.3.10

Toggle v1.3.10's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: bump dragonfly-client version to 1.3.10

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.9

Toggle v1.3.9's commit message

Unverified

This user has not yet uploaded their public signing key.
build(ci): pin cargo-generate-rpm to version 0.16.0

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.8

Toggle v1.3.8's commit message

Unverified

This user has not yet uploaded their public signing key.
ci: update runner label to oracle-vm-24cpu-96gb-x86-64

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.7

Toggle v1.3.7's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(backend): include full error chain in stream IO errors (#1806)

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.6

Toggle v1.3.6's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add proxy_all_registries option to dfinit containerd module (#1803

)

* feat: add proxy_all_registries option to dfinit containerd module

Add a new dfinit containerd configuration option, proxyAllRegistries
(default: true), that writes a catch-all `_default/hosts.toml` under the
containerd config_path so registries not explicitly listed in
`registries:` are still proxied through dfdaemon.

The `_default` fallback omits both the top-level `server` field and the
`X-Dragonfly-Registry` header; dfdaemon infers the upstream registry
from the `ns=` query parameter that containerd appends when resolving
via `_default` (support added in #1792). Explicitly configured
registries keep their own `hosts.toml` and take precedence over the
catch-all.

Closes #1791.

Signed-off-by: Jamal Allogie <jamal.allogie@gmail.com>

* fix(containerd): rename add_default_mirror to add_default_registry

Signed-off-by: Gaius <gaius.qi@gmail.com>

* chore: bump workspace version to 1.3.6

Signed-off-by: Gaius <gaius.qi@gmail.com>

---------

Signed-off-by: Jamal Allogie <jamal.allogie@gmail.com>
Signed-off-by: Gaius <gaius.qi@gmail.com>
Co-authored-by: Gaius <gaius.qi@gmail.com>

v1.3.5

Toggle v1.3.5's commit message

Unverified

This user has not yet uploaded their public signing key.
chore: bump workspace version from 1.3.4 to 1.3.5

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.4

Toggle v1.3.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat(dfctl): add `task preheat` command for image and file preheat (#…

…1781)

* feat(dfctl): add task preheat command for image and file preheat

Add `dfctl task preheat` subcommand with two modes:
- gRPC mode (default): directly calls scheduler's PreheatImage/PreheatFile RPCs
- SDK mode (--request-sdk): uses Dragonfly SDK proxy for preheat

Supports:
- Image preheat via oci:// URL prefix
- File preheat via http:// or https:// URL prefix
- Optional scheduler address (--scheduler)
- Optional parameters: platform, username, password, piece-length, tag, etc.

Also adds preheat_image and preheat_file methods to SchedulerClient.

Agent-Logs-Url: https://github.com/dragonflyoss/client/sessions/c4a70baf-75e8-4d6b-bee5-6bad61c2c6f2

Co-authored-by: gaius-qi <15955374+gaius-qi@users.noreply.github.com>

* fix: update documentation for preheat methods in scheduler.rs

Agent-Logs-Url: https://github.com/dragonflyoss/client/sessions/c4a70baf-75e8-4d6b-bee5-6bad61c2c6f2

Co-authored-by: gaius-qi <15955374+gaius-qi@users.noreply.github.com>

* feat(dfctl): enhance preheat cmd with new args and OCI backend module

Signed-off-by: Gaius <gaius.qi@gmail.com>

* build: bump workspace version from 1.3.3 to 1.3.4

Signed-off-by: Gaius <gaius.qi@gmail.com>

* refactor: replace `Option<Vec<String>>` with `Vec<String>` for headers

Signed-off-by: Gaius <gaius.qi@gmail.com>

---------

Signed-off-by: Gaius <gaius.qi@gmail.com>
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: gaius-qi <15955374+gaius-qi@users.noreply.github.com>
Co-authored-by: Gaius <gaius.qi@gmail.com>

v1.3.3

Toggle v1.3.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
build(ci): add dragonfly-client-util request example to Dockerfiles (#…

…1780)

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.2

Toggle v1.3.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix(parent_selector): skip reconnect if connection exists, bump v1.3.2 (

#1770)

Signed-off-by: Gaius <gaius.qi@gmail.com>

v1.3.1

Toggle v1.3.1's commit message

Unverified

This user has not yet uploaded their public signing key.
build(ci): replace ECR public mirrors with official Docker Hub images

Signed-off-by: Gaius <gaius.qi@gmail.com>