Skip to content

deps(docker): bump kreuzberg-dev/kreuzberg-cli from 4.5.4 to 4.10.1#139

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/kreuzberg-dev/kreuzberg-cli-4.10.1
Closed

deps(docker): bump kreuzberg-dev/kreuzberg-cli from 4.5.4 to 4.10.1#139
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/docker/kreuzberg-dev/kreuzberg-cli-4.10.1

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor

Bumps kreuzberg-dev/kreuzberg-cli from 4.5.4 to 4.10.1.

Release notes

Sourced from kreuzberg-dev/kreuzberg-cli's releases.

v4.10.1

Full Changelog: kreuzberg-dev/kreuzberg-lts@v4.10.0...v4.10.1

v4.10.0

Full Changelog: https://github.com/kreuzberg-dev/kreuzberg-lts/commits/v4.10.0

Changelog

Sourced from kreuzberg-dev/kreuzberg-cli's changelog.

Changelog

All notable changes to this project will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.


[4.10.0] - 2026-07-11

First release of the standalone Kreuzberg v4 LTS line. This is the long-term-support home for Kreuzberg v4; active development continues as Xberg (v5+). No behavioural changes to extraction — this release is a security, licensing, and packaging refresh.

Security

  • Upgraded core dependencies to their latest patched releases (hf-hub, rmcp, lopdf, liter-llm, pyo3, comrak, calamine, quick-xml, text-splitter, tower-http, and others).

Changed

  • License is now MIT (earlier v4 releases shipped under the Elastic License 2.0).
  • Repository moved to standalone kreuzberg-dev/kreuzberg-lts. New v4 Go releases publish under github.com/kreuzberg-dev/kreuzberg-lts/v4; existing github.com/kreuzberg-dev/kreuzberg pins keep resolving via the Go module proxy cache.

Added

  • LTS support policy and migration guide at docs.kreuzberg.dev/lts: v4 receives critical bug and security fixes until the end of 2026 on a best-effort basis. The R binding remains exclusive to the v4 LTS line (not part of Xberg v5).

[4.9.9] - 2026-06-05

LTS patch release with PDF/OCR robustness fixes and selected stability backports from main.

Fixed

  • OCR on wide, vector-heavy single-page PDFs: uses a bounded render profile and retries at a lower cap instead of failing extraction with PdfiumLibraryInternalError(Unknown).
  • Embedded PDF image OCR: unsupported image streams are re-extracted through Pdfium or skipped with a specific warning instead of repeated image dimension probe failed noise.
  • RTF/MSG decompression: cap the initial allocation hint so a crafted stream cannot request a multi-gigabyte allocation from an untrusted size header.
  • Table row sorting is now NaN-safe (no longer panics).
  • FFI embedding preset symbols are exported even when embeddings are disabled, preventing Java/native binding startup from failing with missing symbols.
  • Chunking now uses formatted content for non-plain output formats, preserves page metadata, and normalizes trailing-space page artifacts before boundary matching.
  • UTF-16 email transcoding: short binary inputs are no longer misclassified as UTF-16.
  • Returns a validation error when extraction_timeout_secs is set without tokio-runtime.

[4.9.8] - 2026-05-17

LTS patch release. Four targeted bug fixes plus dependency pinning so the branch builds against current crates.io releases.

Fixed

... (truncated)

Commits
  • ad06a89 fix(wasm): emit link args from build.rs so CI RUSTFLAGS can't drop them
  • 4ae4d5b chore(release): bump version to 4.10.1
  • 4c6158d fix(wasm): allow multiple definition for duplicate __assert_fail
  • e87b624 fix(docker): base musl images on alpine:edge to match edge onnxruntime
  • 282816e chore: updated ai-rulez configs
  • 0e3351f chore(helm): sync Artifact Hub repo ID; push OCI metadata artifact
  • d988e38 docs(readme): use dynamic version in maven/gradle snippets
  • e399b24 docs(llms): lead with v4 LTS notice; correct format count
  • 1f44899 ci: run rust test matrix on linux only
  • bd54b9f ci(publish): pass nuget-user for NuGet OIDC trusted publishing
  • 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 show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @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 [kreuzberg-dev/kreuzberg-cli](https://github.com/kreuzberg-dev/kreuzberg-lts) from 4.5.4 to 4.10.1.
- [Release notes](https://github.com/kreuzberg-dev/kreuzberg-lts/releases)
- [Changelog](https://github.com/kreuzberg-dev/kreuzberg-lts/blob/main/CHANGELOG.md)
- [Commits](kreuzberg-dev/kreuzberg-lts@v4.5.4...v4.10.1)

---
updated-dependencies:
- dependency-name: kreuzberg-dev/kreuzberg-cli
  dependency-version: 4.10.1
  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 Jul 13, 2026
@dependabot @github

dependabot Bot commented on behalf of github Jul 13, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: docker. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

Copy link
Copy Markdown

🔍 Deadcode Analysis

Found potentially unused code (click to expand)
internal/database/sqlite_deferred_indexes.go:27:6: unreachable func: MaterializeDeferredSQLiteCustomFieldIndexes
internal/handlers/item_links.go:98:27: unreachable func: ItemLinkHandler.ensureLinkService
internal/handlers/item_links.go:113:27: unreachable func: ItemLinkHandler.resolveEntityScope
internal/handlers/item_links.go:118:27: unreachable func: ItemLinkHandler.endpointVisible
internal/handlers/item_links.go:123:27: unreachable func: ItemLinkHandler.filterLinksByAccess
internal/handlers/item_links.go:128:27: unreachable func: ItemLinkHandler.accessibleAssetSetIDSet
internal/handlers/item_links.go:136:27: unreachable func: ItemLinkHandler.canUserViewEntity
internal/handlers/jira_import_execution.go:88:29: unreachable func: JiraImportHandler.executeImportWithClient
internal/handlers/statuses.go:37:25: unreachable func: StatusHandler.validateStatusFields
internal/handlers/statuses.go:63:25: unreachable func: StatusHandler.GetAll
internal/handlers/statuses.go:75:25: unreachable func: StatusHandler.Get
internal/handlers/statuses.go:96:25: unreachable func: StatusHandler.Create
internal/handlers/statuses.go:143:25: unreachable func: StatusHandler.Update
internal/handlers/statuses.go:193:25: unreachable func: StatusHandler.Delete
internal/handlers/test_runs.go:309:26: unreachable func: TestRunHandler.GetBySet
internal/logbook/repository.go:762:22: unreachable func: Repository.IncrementRetrievalCount
internal/logbook/repository.go:818:22: unreachable func: Repository.DeleteAttachment
internal/plugins/manager.go:811:6: unreachable func: ReadPluginFile
internal/plugins/manager_common.go:45:6: unreachable func: WithTimeout
internal/plugins/manager_common.go:50:6: unreachable func: WithMemoryLimit
internal/plugins/manager_common.go:55:6: unreachable func: WithHTTPClient
internal/plugins/manager_common.go:60:6: unreachable func: WithSMTPSender
internal/plugins/manager_common.go:65:6: unreachable func: WithLogger
internal/plugins/router.go:166:18: unreachable func: Router.GetPluginRoutes
internal/plugins/webhook_host.go:128:6: unreachable func: GetPluginWebhookHandler
internal/portalwebauthn/storage.go:140:28: unreachable func: CredentialStore.LookupCustomerByCredentialID
internal/portalwebauthn/storage.go:237:28: unreachable func: CredentialStore.CountCustomerCredentials
internal/repository/channel_repository.go:332:29: unreachable func: ChannelRepository.Exists
internal/repository/logbook_action_repository.go:238:35: unreachable func: LogbookActionRepository.GetNodesByActionID
internal/repository/logbook_action_repository.go:279:35: unreachable func: LogbookActionRepository.GetEdgesByActionID
internal/repository/logbook_action_repository.go:481:35: unreachable func: LogbookActionRepository.HasBucketPermission
internal/repository/request_type_repository.go:173:33: unreachable func: RequestTypeRepository.ItemTypeExists
internal/repository/runner_repository.go:209:28: unreachable func: RunnerRepository.RevokeStaleInstances
internal/repository/todoist_sync_repository.go:184:33: unreachable func: TodoistSyncRepository.GetLinkByTodoistID
internal/restapi/v1/middleware/ratelimit.go:89:24: unreachable func: RateLimiter.Stop
internal/scheduler/cfv_cleanup_scheduler.go:688:31: unreachable func: CFVCleanupScheduler.RunOnceForTests
internal/scm/pr_review_events.go:369:6: unreachable func: isNoRows
internal/server/server.go:1902:18: unreachable func: Server.BaseURL
internal/server/server.go:1916:18: unreachable func: Server.DB
internal/services/channel_service.go:263:26: unreachable func: ChannelService.Exists
internal/services/customer_organisation_permission_service.go:50:49: unreachable func: CustomerOrganisationPermissionService.HasManagers
internal/services/history_service.go:100:27: unreachable func: HistoryService.Close
internal/services/history_service.go:109:27: unreachable func: HistoryService.FlushForTesting
internal/services/history_service.go:115:6: unreachable func: ResetHistoryServiceForTesting
internal/services/invitation_service.go:198:29: unreachable func: InvitationService.CleanupExpiredInvitations
internal/services/item_crud_service.go:46:27: unreachable func: ItemCRUDService.GetByIDBasic
internal/services/item_crud_service.go:52:27: unreachable func: ItemCRUDService.Exists
internal/services/item_crud_service.go:284:27: unreachable func: ItemCRUDService.GetDescendants
internal/services/item_crud_service.go:290:27: unreachable func: ItemCRUDService.GetAncestors
internal/services/item_crud_service.go:296:27: unreachable func: ItemCRUDService.GetRootItems
internal/services/item_crud_service.go:554:27: unreachable func: ItemCRUDService.GetWithEffectiveProject
internal/services/item_link_orchestration.go:578:27: unreachable func: ItemLinkService.AccessibleWorkspaceKeys
internal/services/item_link_orchestration.go:660:27: unreachable func: ItemLinkService.EndpointVisible
internal/services/item_update_service.go:330:29: unreachable func: ItemUpdateService.RecordItemCreationHistory
internal/services/page_service.go:416:23: unreachable func: PageService.Archive
internal/services/page_service.go:688:23: unreachable func: PageService.ListTree
internal/services/page_service.go:745:23: unreachable func: PageService.ListDescendants
internal/services/permission_cache.go:53:6: unreachable func: DefaultPermissionCacheConfig
internal/services/portal_service.go:414:25: unreachable func: PortalService.ValidateRequestTypeBelongsToChannel
internal/services/run_service.go:103:21: unreachable func: RunnerFunc.Run
internal/services/run_service.go:301:26: unreachable func: PostRunHookFunc.AfterRun
internal/services/workspace_service.go:284:28: unreachable func: WorkspaceService.Exists
internal/services/actiontemplates/registry.go:89:6: unreachable func: LoadError
internal/tui/components/chip/chip.go:130:6: unreachable func: LegacyStatus
internal/tui/core/nav.go:29:6: unreachable func: Replace
internal/tui/logo/logo.go:93:6: unreachable func: Small
internal/tui/styles/theme.go:133:6: unreachable func: WindshiftDark
internal/tui/styles/themes.go:44:6: unreachable func: Next
internal/utils/dialer.go:115:6: unreachable func: ParseCIDRList
internal/validation/item_field_validator.go:749:6: unreachable func: ConvertCustomFieldValuesToJSON
internal/validation/item_field_validator.go:767:30: unreachable func: ItemFieldValidator.ValidateCreateRequest
plugin-src/react-demo/backend/main.go:15:6: unreachable func: Init
plugin-src/react-demo/backend/main.go:20:6: unreachable func: HandleRequest

These functions may be unused. Consider removing them if they're no longer needed.

@stefan-ernst
stefan-ernst deleted the dependabot/docker/kreuzberg-dev/kreuzberg-cli-4.10.1 branch July 14, 2026 03:39
@dependabot @github

dependabot Bot commented on behalf of github Jul 14, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

dependencies Pull requests that update a dependency file

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant