Skip to content

chore(deps): bump github.com/ardanlabs/kronk from 1.23.1 to 1.23.8 in the kronk group across 1 directory#216

Closed
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/kronk-6d078b9b97
Closed

chore(deps): bump github.com/ardanlabs/kronk from 1.23.1 to 1.23.8 in the kronk group across 1 directory#216
dependabot[bot] wants to merge 1 commit intomainfrom
dependabot/go_modules/kronk-6d078b9b97

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Apr 27, 2026

Bumps the kronk group with 1 update in the / directory: github.com/ardanlabs/kronk.

Updates github.com/ardanlabs/kronk from 1.23.1 to 1.23.8

Release notes

Sourced from github.com/ardanlabs/kronk's releases.

v1.23.8

Release Notes - v1.23.8

Release Date: April 26, 2026

Overview

Version 1.23.8 introduces triple-aware library bundle management, allowing multiple llama.cpp installations to coexist on the same machine. The library download workflow has been reworked with a clean version-pinning policy, and several SDK improvements address thinking/grammar incompatibilities and document handling correctness.

Detailed Changes

New Features

Library Bundle Support

  • Author: William Kennedy
  • Library installations now live in per-triple folders under the libraries root (<root>/<os>/<arch>/<processor>/), allowing multiple bundles to coexist
  • Legacy root-level installs are automatically migrated to the new layout on first New() call
  • Read-only install paths are supported — user-supplied directories without version.json are loaded but never mutated, returning ErrReadOnly for any mutating operation
  • New IsSupported() function validates (arch, os, processor) combinations against SupportedCombinations
  • New InstalledFor() and DownloadFor() methods operate on triple-aware installs
  • List() returns all installed bundles sorted by (os, arch, processor)
  • Remove() deletes a triple-specific install and prunes empty parent directories

CLI Bundle Commands

  • Author: William Kennedy
  • kronk libs --list-combinations lists all supported (arch, os, processor) combinations
  • kronk libs --install --arch=... --os=... --processor=... installs a bundle for a specific triple
  • kronk libs --list-installs lists all installed library bundles
  • kronk libs --remove-install --arch=... --os=... --processor=... removes a specific bundle
  • --upgrade flag replaces the old --no-upgrade — tracks the latest llama.cpp release instead of the well-known default version

Server-Side Bundle API

  • Author: William Kennedy
  • GET /v1/libs/combos returns all supported (arch, os, processor) combinations
  • GET /v1/libs/installs lists all installed bundles on the server
  • POST /v1/libs/pull?arch=&os=&processor=&version= installs a bundle for a specific triple via SSE streaming
  • DELETE /v1/libs/installs?arch=&os=&processor= removes a specific bundle

Improvements

Library Download Policy

  • Author: William Kennedy
  • Download workflow now uses a clean version-pinning policy matrix:
    1. Explicit --version override always wins
    2. --upgrade tracks the latest published llama.cpp release
    3. Nothing installed, no upgrade → installs the well-known default version (b8941)

... (truncated)

Commits

Bumps the kronk group with 1 update in the / directory: [github.com/ardanlabs/kronk](https://github.com/ardanlabs/kronk).


Updates `github.com/ardanlabs/kronk` from 1.23.1 to 1.23.8
- [Release notes](https://github.com/ardanlabs/kronk/releases)
- [Commits](ardanlabs/kronk@v1.23.1...v1.23.8)

---
updated-dependencies:
- dependency-name: github.com/ardanlabs/kronk
  dependency-version: 1.23.8
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: kronk
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title chore(deps): bump github.com/ardanlabs/kronk from 1.23.1 to 1.23.8 in the kronk group chore(deps): bump github.com/ardanlabs/kronk from 1.23.1 to 1.23.8 in the kronk group across 1 directory Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/kronk-6d078b9b97 branch from c779ac2 to 198059b Compare April 27, 2026 10:24
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Apr 29, 2026

Looks like github.com/ardanlabs/kronk is no longer updatable, so this is no longer needed.

@dependabot dependabot Bot closed this Apr 29, 2026
@dependabot dependabot Bot deleted the dependabot/go_modules/kronk-6d078b9b97 branch April 29, 2026 12:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants