Skip to content

Update all non-major dependencies - #19

Open
libops-renovate[bot] wants to merge 1 commit into
mainfrom
renovate.all-non-major-dependencies
Open

Update all non-major dependencies#19
libops-renovate[bot] wants to merge 1 commit into
mainfrom
renovate.all-non-major-dependencies

Conversation

@libops-renovate

@libops-renovate libops-renovate Bot commented Jul 22, 2026

Copy link
Copy Markdown
Contributor

This PR contains the following updates:

Package Type Update Change
apache-activemq5 patch 5.19.85.19.11
apache-activemq6 minor 6.2.76.3.2
apache-tomcat11 patch 11.0.2311.0.25
apache-tomcat9 patch 9.0.1199.0.121
archivesspace patch 4.2.04.2.1
custom-composer patch 2.10.22.10.3
fcrepo6 patch 6.5.16.5.2
libops/.github (changelog) workflow digest ac5db17782ba8f
moby/buildkit minor v0.31.0v0.33.0
scyllaridae minor 5.2.105.3.2
solr-ocrhighlighting minor 0.9.50.10.1

Release Notes

archivesspace/archivesspace (archivesspace)

v4.2.1

Compare Source

Release notes for v4.2.1

This patch release contains a small number of bug fixes and improvements. It addresses several issues introduced in 4.2.0, mainly failures when trying to load records that have many linked records of specific types and the inability to start ArchivesSpace when using the embedded Derby database.

Please note that, while resolved for this release, version 4.2.1 will be the last to support this embedded database. The embedded database has always been intended only for testing purposes and not for production. Running with docker is now the supported way to get ArchivesSpace up and running with minimal requirements

Additionally, there are some very small locale file updates, a bug fix to a button color, replacements for two keyboard shortcuts that clashed with common shortcuts on Windows machines, and the addition of log rotation for Docker installs.

There are two community contributions in this release. Though MySQL is our only officially supported database, thanks to a community contribution by Will Martin, this release also restores full functionality for the bulk spreadsheet importers when using MariaDB. A community contribution from Mark Cooper updates the initialize plugin script to fix an issue that was preventing dependencies from installing upgraded versions of ArchivesSpace’s bundled gems.

Configurations and Migrations

This release includes no modifications to the configuration defaults file.

This release includes 0 new database migrations. The schema number for this release is UNCHANGED.

Other considerations (plugins etc.):
Derby based embedded Demo database deprecation

Version 4.2.1 will be the last to support the embedded derby database. The embedded database has always been intended only for testing purposes and not for production. Running with docker is now the supported way to get ArchivesSpace up and running with minimal requirements.

Plugin initializer updates

The plugin initializer has been updated to address the issue of plugins dragging newer copies of shared gems than those bundled in the core application. The updated mechanism discovers each installed plugin's transitive dependencies and bundle installs within constraints determined by versions embedded in the application war packages. The process fails if a dependency lands that isn't aligned with what core and the wars support. See [#​4054] for more details.

Community Contributions

Our thanks go out to these members of the community for their code contributions:

  • Will Martin:
  • Mark Cooper:

Total community contributions accepted: 2

JIRA Tickets and Pull Requests Completed
  • PR: 4097, 4158 - ANW-2759: ANW-2759 release notes generation improvements.
  • PR: 4148 - ANW-2717: ANW-2717 fix linking agents to resources on derby embedded demo db
  • PR: 4155 - ANW-2816: downloading Bulk AO updater spreadsheet times out for large resources
  • PR: 4127 - ANW-2706: ANW-2706 Fix Softserv-related button color bug when reorder mode auto-expand all is enabled
  • PR: 4126 - ANW-2740: don't override Windows & Linux browser keyboard commands for "cut text" and "save page"
  • PR: 4117: agent contact typo
  • PR: 4115, 4076 - ANW-2717: fix errors on embedded demo db (derby)
  • PR: 4113 - ANW-652: ANW-652 fix performance of classification show action on SUI
  • PR: 4110 - ANW-2762: Classification with 400+ Linked Records Can Cause Errors "total query size exceeds limit"
  • PR: 4071 - ANW-2727: ANW-2727 add docker log rotation for all services in docker
  • PR: 4054: Add new jruby initialize plugin script
  • PR: 4048: Update to repository processing note tool tip
  • PR: 4044 - ANW-2647: ANW-2647 maria db bulk import

Total Pull Requests accepted: 11
Total Jira Tickets closed: 9

composer/composer (custom-composer)

v2.10.3

Compare Source

  • Security: Validate package bin paths against path traversal using symlinks (GHSA-96h3-5x6v-m776, CVE-2026-59944)
    • Security: Fixed command injection via malicious Perforce url (GHSA-rvx4-ffvw-m9q3)
    • Security: Sanitize URL-embedded usernames/token in a few more places (#​13044)
    • Security: Fixed matching of gitlab URLs to avoid possible credential leak to the wrong domain (#​12988)
    • Fixed PHP 8.6 deprecation warnings (#​12967, #​13028)
    • Fixed error output when a policy blocks a package version to be clearer (#​12993)
    • Fixed the lock file's content-hash with a conflict marker ending up breaking at runtime (#​13048)
    • Fixed possible race condition while creating directories like the cache dir when running multiple Composer processes in parallel (#​12977)
    • Fixed forgejo support to handle empty repositories better (#​12968)
    • Fixed FilterListApiClient not forwarding transport options (#​13040)
fcrepo/fcrepo (fcrepo6)

v6.5.2

Compare Source

What's Changed

  • Prepare 6.5.2 on new 6.5-maintenance line (S3 backports + search perf + SDK bump) by @​Surfrdan in #​2319

Full Changelog: fcrepo/fcrepo@fcrepo-6.5.1...fcrepo-6.5.2

moby/buildkit (moby/buildkit)

v0.33.0

Compare Source

Welcome to the v0.33.0 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • CrazyMax
  • Tõnis Tiigi
  • Sebastiaan van Stijn
  • Matthieu MOREL
  • eliuriegas
  • Daniel Nephin
  • Dawei Wei
  • Guthrie McAfee Armstrong
  • Jiří Moravčík
  • Leo Li
  • Ravi Arnan
  • Shurong Cao
  • Spencer G. Jones
  • Vedant Madane
Notable Changes
  • Built-in Dockerfile frontend has been updated to v1.27.0 changelog
  • Builds using proxy-based network tracking/monitoring for exec steps now support fallback to the daemon's proxy settings when the BuildKit daemon is running behind a proxy. #​7074
  • The maximum attestation size for exporters has been raised to 80 MiB. #​7104
  • Content produced by Rootless versions of BuildKit has been updated to be compatible with Rootful versions of BuildKit for result reproducibility. #​7039
  • Buildctl now supports passing valueless build-args read from the environment. #​7030
  • Sanitize platform IDs returned by frontend to ensure tar exports can't end up with invalid paths for Windows. #​7022
  • Suppress bogus git advice messages on progress output from the way BuildKit checks out git repositories. #​6998
  • Build history can now be disabled from daemon configuration #​7040
  • Redact more possible inline credentials in progress output or HTTP source and Git bundle steps. This didn't include builds that used build secrets to pass credentials. #​7068
  • MaxRegistryConcurrency now also applies to remote cache requests. #​7049
  • Windows containers now support RUN --mount=type=secret build secrets. #​6944
  • Fix possible "no active session for" error when running concurrent builds with remote cache #​7047
  • Fix possible "failed to apply diffs: snapshot does not exist" error #​7035
  • Fix possible context upload errors when context directory contains foreign characters. #​6989
  • Fix possible silently dropped cache link in remote cache exporter. #​7053
  • Fix xz archive unpacking silently skipping when xz binary was missing in environment. #​7071
  • Fix possible incorrect platform validation warnings caused by mismatched Windows OS versions #​7072
  • Fix QEMU emulator arguments being persisted on an exec operation when a canceled operation is executed again. #​7092
Dependency Changes
  • cyphar.com/go-pathrs v0.2.1 -> v0.2.5
  • github.com/Microsoft/hcsshim v0.15.0-rc.1 -> v0.15.0-rc.4
  • github.com/aws/aws-sdk-go-v2 v1.43.0 -> v1.43.8
  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.14 -> v1.7.18
  • github.com/aws/aws-sdk-go-v2/config v1.32.31 -> v1.32.39
  • github.com/aws/aws-sdk-go-v2/credentials v1.19.30 -> v1.19.38
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.31 -> v1.18.39
  • github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.3.5 -> v0.3.10
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.31 -> v1.4.39
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.31 -> v2.7.39
  • github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.32 -> v1.4.40
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.13 -> v1.13.18
  • github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.24 -> v1.9.28
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.31 -> v1.13.39
  • github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.32 -> v1.19.36
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.106.0 -> v1.106.5
  • github.com/aws/aws-sdk-go-v2/service/signin v1.5.0 -> v1.5.8
  • github.com/aws/aws-sdk-go-v2/service/sso v1.33.0 -> v1.33.8
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.38.0 -> v1.38.8
  • github.com/aws/aws-sdk-go-v2/service/sts v1.45.0 -> v1.45.8
  • github.com/aws/smithy-go v1.27.4 -> v1.27.10
  • github.com/containerd/containerd/v2 v2.3.3 -> v2.3.4
  • github.com/containerd/go-runc v1.1.0 -> v1.2.1
  • github.com/containerd/platforms v1.0.0-rc.4 -> v1.0.0-rc.5
  • github.com/cyphar/filepath-securejoin v0.6.0 -> v0.6.1
  • github.com/docker/cli v29.6.2 -> v29.7.2
  • github.com/felixge/httpsnoop v1.0.4 -> v1.1.0
  • github.com/go-logr/logr v1.4.3 -> v1.4.4
  • github.com/klauspost/compress v1.19.1 -> v1.19.2
  • github.com/moby/policy-helpers 856be88 -> dd6c549
  • github.com/moby/sys/userns v0.1.0 -> v0.2.0
  • github.com/pelletier/go-toml/v2 v2.3.1 -> v2.4.3
  • github.com/prometheus/client_golang v1.23.2 -> v1.24.1
  • github.com/prometheus/common v0.67.5 -> v0.70.1
  • github.com/prometheus/procfs v0.20.1 -> v0.21.1
  • github.com/sirupsen/logrus v1.9.4 -> v1.10.1
  • github.com/stretchr/testify v1.11.1 -> v1.12.1
  • github.com/tonistiigi/fsutil 6d9dc2e -> 83cac42
  • go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.69.0 -> v0.70.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace v0.69.0 -> v0.70.0
  • go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.69.0 -> v0.70.0
  • go.opentelemetry.io/otel v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/exporters/prometheus v0.66.0 -> v0.67.0
  • go.opentelemetry.io/otel/metric v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/sdk v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/sdk/metric v1.44.0 -> v1.45.0
  • go.opentelemetry.io/otel/trace v1.44.0 -> v1.45.0
  • go.opentelemetry.io/proto/otlp v1.10.0 -> v1.11.0
  • go.yaml.in/yaml/v3 v3.0.4 -> v3.0.5
  • golang.org/x/crypto v0.54.0 -> v0.55.0
  • golang.org/x/mod v0.38.0 -> v0.40.0
  • golang.org/x/net v0.57.0 -> v0.58.0
  • golang.org/x/text v0.40.0 -> v0.41.0
  • google.golang.org/genproto/googleapis/api 3dc84a4 -> 6ac0973
  • google.golang.org/genproto/googleapis/rpc 3dc84a4 -> 6ac0973
  • google.golang.org/grpc v1.82.1 -> v1.83.2
  • google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.6.1 -> v1.6.2
  • google.golang.org/protobuf f2248ac -> v1.36.12

Previous release can be found at v0.32.2

v0.32.2

Compare Source

Welcome to the v0.32.2 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • CrazyMax
Notable Changes
  • Revert the v0.32.1 OCI artifact attestation push-order workaround, restoring BuildKit's spec-aligned behavior of allowing referrers to be pushed before their subject manifests. #​7016
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.32.1

v0.32.1

Compare Source

Welcome to the v0.32.1 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • CrazyMax
Notable Changes
  • Fix archive extraction through implied parent directories and absolute symlinks. #​7005
  • Fix OCI artifact attestation pushes to registries that strictly validate subject references. #​7012
Dependency Changes
  • github.com/moby/go-archive v0.2.1 -> v0.2.0

Previous release can be found at v0.32.0

v0.32.0

Compare Source

Welcome to the v0.32.0 release of buildkit!

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • Tõnis Tiigi
  • CrazyMax
  • Sebastiaan van Stijn
  • Akihiro Suda
  • Dawei Wei
  • Felix de Souza
  • Alberto Garcia Hierro
  • Devendra Kushwah
  • Giles Cope
  • Kunalbehbud
  • MohammadHasan Akbari
  • Natnael Gebremariam
  • Pierre Fenoll
  • Simon Aguilera
  • s3onghyun
Notable Changes
  • Built-in Dockerfile frontend has been updated to v1.26.0. changelog
  • Attestations now default to OCI artifact descriptors, use oci-artifacts=false if your registry does not support OCI artifacts. #​6914
  • Build steps can now opt out of default OpenTelemetry tracing or define custom tracing configuration. #​6958
  • Bolt database performance has been improved. #​6943
  • Included Runc container runtime has been updated to v1.4.3. #​6853
  • All remote cache backends now use OCI mediatypes for record descriptors. #​6913
  • Source policy identifiers are now normalized before sending them to policy evaluation. #​6909
  • SBOM scanner support for Windows has been added. #​6941
  • Session exporters now support an optional finalization callback after exports complete, allowing providers to run completion logic while gateway references are still available. #​6978
  • Lock contention in the LLB solver has been reduced. #​6917
  • Improve SSH support when using non-standard ports. #​6895
  • Improve validation of reading contents of invalid files via API. #​6903
  • Deprecated OTEL fallback variables OTEL_TRACE_PARENT, OTEL_TRACE_STATE are no longer supported. Use TRACEPARENT and TRACESTATE instead. #​6874
  • Fix possible cache miss issue on parallel builds with shared parts. #​6955
  • Fix chunked encoding support for S3-compatible remote cache backends. #​6970
  • Fix regression on handling OTEL_IGNORE_ERROR environment variable. #​6966
Dependency Changes
  • github.com/Microsoft/go-winio v0.6.2 -> ad3df93
  • github.com/Microsoft/hcsshim v0.14.1 -> v0.15.0-rc.1
  • github.com/ProtonMail/go-crypto v1.3.0 -> v1.4.1
  • github.com/aws/aws-sdk-go-v2 v1.42.0 -> v1.43.0
  • github.com/aws/aws-sdk-go-v2/aws/protocol/eventstream v1.7.13 -> v1.7.14
  • github.com/aws/aws-sdk-go-v2/config v1.32.24 -> v1.32.31
  • github.com/aws/aws-sdk-go-v2/credentials v1.19.23 -> v1.19.30
  • github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.18.29 -> v1.18.31
  • github.com/aws/aws-sdk-go-v2/feature/s3/transfermanager v0.2.9 -> v0.3.5
  • github.com/aws/aws-sdk-go-v2/internal/configsources v1.4.29 -> v1.4.31
  • github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.7.29 -> v2.7.31
  • github.com/aws/aws-sdk-go-v2/internal/v4a v1.4.30 -> v1.4.32
  • github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.13.12 -> v1.13.13
  • github.com/aws/aws-sdk-go-v2/service/internal/checksum v1.9.22 -> v1.9.24
  • github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.13.29 -> v1.13.31
  • github.com/aws/aws-sdk-go-v2/service/internal/s3shared v1.19.29 -> v1.19.32
  • github.com/aws/aws-sdk-go-v2/service/s3 v1.103.3 -> v1.106.0
  • github.com/aws/aws-sdk-go-v2/service/signin v1.1.5 -> v1.5.0
  • github.com/aws/aws-sdk-go-v2/service/sso v1.31.3 -> v1.33.0
  • github.com/aws/aws-sdk-go-v2/service/ssooidc v1.36.6 -> v1.38.0
  • github.com/aws/aws-sdk-go-v2/service/sts v1.43.3 -> v1.45.0
  • github.com/aws/smithy-go v1.27.2 -> v1.27.4
  • github.com/containerd/containerd/api v1.10.0 -> v1.11.1
  • github.com/containerd/containerd/v2 v2.2.4 -> v2.3.3
  • github.com/containerd/plugin v1.0.0 -> v1.1.0
  • github.com/containerd/ttrpc v1.2.8 -> v1.2.9
  • github.com/docker/cli v29.5.3 -> v29.6.2
  • github.com/go-openapi/errors v0.22.7 -> v0.22.8
  • github.com/go-openapi/loads v0.23.3 -> v0.24.0
  • github.com/go-openapi/runtime v0.32.3 -> v0.32.4
  • github.com/go-openapi/spec v0.22.5 -> v0.22.6
  • github.com/go-openapi/strfmt v0.26.3 -> v0.26.4
  • github.com/go-openapi/swag v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/cmdutils v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/conv v0.26.0 -> v0.27.0
  • github.com/go-openapi/swag/fileutils v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/jsonname v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/jsonutils v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/loading v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/mangling v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/netutils v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/stringutils v0.26.0 -> v0.26.1
  • github.com/go-openapi/swag/typeutils v0.26.0 -> v0.27.0
  • github.com/go-openapi/swag/yamlutils v0.26.0 -> v0.26.1
  • github.com/go-openapi/validate v0.25.3 -> v0.26.0
  • github.com/gohugoio/hashstructure v0.6.0 new
  • github.com/google/go-containerregistry v0.21.6 -> v0.21.7
  • github.com/klauspost/compress v1.18.6 -> v1.19.1
  • github.com/moby/go-archive v0.2.0 -> v0.2.1
  • github.com/moby/policy-helpers d5411a9 -> 856be88
  • github.com/moby/sys/mount fc52b72 -> v0.3.5
  • github.com/moby/sys/user v0.4.0 -> v0.4.1
  • github.com/sigstore/rekor v1.5.2 -> v1.5.3
  • github.com/sigstore/rekor-tiles/v2 5d098a2 -> v2.3.0
  • github.com/sigstore/sigstore-go v1.2.1 -> v1.2.2
  • github.com/tonistiigi/fsutil 30cd4fc -> 6d9dc2e
  • go.etcd.io/bbolt v1.4.3 -> v1.5.0
  • go.opentelemetry.io/otel/exporters/prometheus v0.65.0 -> v0.66.0
  • golang.org/x/crypto v0.52.0 -> v0.54.0
  • golang.org/x/mod v0.36.0 -> v0.38.0
  • golang.org/x/net v0.55.0 -> v0.57.0
  • golang.org/x/sync v0.20.0 -> v0.22.0
  • golang.org/x/sys v0.45.0 -> v0.47.0
  • golang.org/x/term v0.43.0 -> v0.45.0
  • golang.org/x/text v0.37.0 -> v0.40.0
  • google.golang.org/grpc v1.81.1 -> v1.82.1
  • google.golang.org/protobuf v1.36.11 -> f2248ac

Previous release can be found at v0.31.2

v0.31.2

Compare Source

Welcome to the v0.31.2 release of buildkit!

This is a security patch release with four moderate and one low severity security fixes.

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • Tõnis Tiigi
  • CrazyMax
  • Dawei Wei
Notable Changes
  • Git source checkout from a bundle file could lead to command injection. GHSA-hw3h-2gp9-cxpv
  • Possible panic when incorrect parameters sent from frontend. GHSA-qx3x-mv6r-52p6
  • LLB file operation can be tricked to remove /tmp directory contents. GHSA-32pv-7hq5-qhwq
  • Malicious client can bypass destination directory validation on local sources upload. GHSA-g2h8-426c-7976
  • WCOW cache mount source selector resolves NTFS junctions outside of cache root. GHSA-388v-wmr2-g2v2
  • Fix possible buildctl failures after successful builds over slow connhelper transports. #​6940
  • Fix possible daemon crash during concurrent builds. #​6916
Dependency Changes

Previous release can be found at v0.31.1

v0.31.1

Compare Source

buildkit 0.31.1

Welcome to the v0.31.1 release of buildkit!

This is a security patch release with two low severity security fixes.

Please try out the release binaries and report any issues at
https://github.com/moby/buildkit/issues.

Contributors
  • Tõnis Tiigi
Notable Changes
Dependency Changes

This release has no dependency changes

Previous release can be found at v0.31.0

islandora/scyllaridae (scyllaridae)

v5.3.2

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.3.1...5.3.2

v5.3.1

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.3.0...5.3.1

v5.3.0

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.2.15...5.3.0

v5.2.15

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.2.14...5.2.15

v5.2.14

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.2.13...5.2.14

v5.2.13

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.2.12...5.2.13

v5.2.12

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.2.11...5.2.12

v5.2.11

Compare Source

What's Changed

Full Changelog: Islandora/scyllaridae@5.2.10...5.2.11

dbmdz/solr-ocrhighlighting (solr-ocrhighlighting)

v0.10.1

Compare Source

Fixed

  • ALTO indexing is now more tolerant of whitespace inside of element
    declarations, fixing e.g. parsing of the Transkribus default ALTO formatting

v0.10.0: : Solr 10 compatibility, Hyphenation Fixes

Compare Source

Changed

  • Added compatibility with Solr 10
  • Automated tagged releases: CI now validates release metadata, publishes
    GitHub releases from the changelog, deploys versioned documentation and
    updates the Solr plugin repository metadata

Dependencies

  • Updated Solr to 10.0.0 and Lucene to 10.3.2
  • Updated Commons Text to 1.15.0, Commons IO to 2.22.0 and Guava to
    33.6.0-jre

Deprecated

  • WIP/pre-release builds from main are no longer published to GitHub
    Releases, the documentation site or the Solr plugin repository; use tagged
    releases instead

Fixed

  • Highlighting of hyphenated words when context was set to 0 lines, in this
    case we now include the line with the second part of the hyphenation on the
    next line.
  • Sometimes the second part of a hyphenated word in a fragment would get
    skipped

Configuration

📅 Schedule: (UTC)

  • Branch creation
    • Only on Wednesday (* * * * 3)
  • Automerge
    • At any time (no schedule defined)

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate CLI.

@libops-renovate
libops-renovate Bot force-pushed the renovate.all-non-major-dependencies branch 3 times, most recently from 24f6d34 to 737e4b0 Compare July 26, 2026 11:40
@libops-renovate
libops-renovate Bot force-pushed the renovate.all-non-major-dependencies branch from a30463e to b4dd328 Compare August 18, 2026 10:13
@libops-renovate
libops-renovate Bot force-pushed the renovate.all-non-major-dependencies branch from b4dd328 to a03a961 Compare August 25, 2026 10:53
@libops-renovate

libops-renovate Bot commented Aug 25, 2026

Copy link
Copy Markdown
Contributor Author

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: images/scyllaridae/Dockerfile
Command failed: bash ci/update-sha.sh scyllaridae 5.2.10 5.3.2 
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 404
curl: (22) The requested URL returned error: 404
Failed to download release artifact: https://github.com/libops/scyllaridae/archive/refs/tags/5.3.2.tar.gz

@libops-renovate
libops-renovate Bot force-pushed the renovate.all-non-major-dependencies branch 6 times, most recently from f84e077 to 26ec43f Compare August 31, 2026 17:41
@libops-renovate
libops-renovate Bot force-pushed the renovate.all-non-major-dependencies branch 2 times, most recently from 64a6a6e to a0a8211 Compare September 3, 2026 14:41
@libops-renovate
libops-renovate Bot force-pushed the renovate.all-non-major-dependencies branch from a0a8211 to c5de4fd Compare September 6, 2026 13:44
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