v0.5.4
mickael-kerjean/filestashv0.5.4Jun 26, 2026by skamenan7
AI Summary
This patch release updates the release-0.5.x line with dependency management fixes, making OCI dependencies optional to prevent unnecessary package pulls. It also stabilizes container builds around OpenTelemetry conflicts and enables publishing from the new `ogx-ai` repository owner.
Key Highlights
- Made OCI dependencies optional to avoid pulling OCI-only packages in non-OCI distributions
- Stabilized release-0.5 container builds around OpenTelemetry bootstrap conflicts
- Enabled release publishing from the `ogx-ai` repository owner
- Pinned the API package in release Docker images for 0.5.x
Full Release Notes
## What's Changed This patch release updates the `release-0.5.x` line with the OCI dependency fix and the release workflow fixes needed for publishing from the current `ogx-ai/ogx` repository. - Make OCI dependencies optional so non-OCI distributions do not pull OCI-only packages by default. - Stabilize release-0.5 container builds around OpenTelemetry bootstrap dependency conflicts. - Enable release publishing from the current `ogx-ai` repository owner for the legacy 0.5.x package names. - Pin the API package in release Docker images for the 0.5.x publish path. ## Included PRs - #6193 fix(deps): make OCI dependencies optional on release 0.5 - #6194 fix(containers): tolerate OTel bootstrap conflicts on release 0.5