v0.5.4

parruda/swarmv0.5.4Jun 26, 2026by skamenan7

AI Summary

A patch release for the OGX 0.5.x line designed to stabilize container builds and manage OCI dependencies for non-OCI distributions.

Key Highlights

  • Made OCI dependencies optional to prevent pulling OCI-only packages
  • Fixed OpenTelemetry bootstrap dependency conflicts
  • Enabled publishing from the ogx-ai repository owner

New Features

  • Optional OCI dependencies
  • Stabilized container builds

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