Features
- Added OCI artifact support for Helm charts.
[464](https://github.com/pulp/pulp_container/issues/464)
- Added support to serve cosign signatures, SBOMs, and attestations.
[1165](https://github.com/pulp/pulp_container/issues/1165)
- Added support to mirror cosign signatures, SBOMs and attestations.
[1166](https://github.com/pulp/pulp_container/issues/1166)
- Added suport to push cosign signatures, attestations or SBOMs to Pulp Registry.
[1167](https://github.com/pulp/pulp_container/issues/1167)
- Added support for monolithic upload.
[1219](https://github.com/pulp/pulp_container/issues/1219)
- Enabled Pulp registry to support by default some well-known OCI types.
[1232](https://github.com/pulp/pulp_container/issues/1232)
- Added `ADDITIONAL_OCI_ARTIFACT_TYPES` setting to make the list of supported OCI artifact types
configurable.
[1233](https://github.com/pulp/pulp_container/issues/1233)
- Added support for Flatpak index endpoints.
[1315](https://github.com/pulp/pulp_container/issues/1315)
Bugfixes
- Taught the Container Registry to accept docker schema2 sub-manifest types in OCI index.
[1231](https://github.com/pulp/pulp_container/issues/1231)
- Fixed a security issue that allowed users without sufficient permissions to mount blobs.
[1286](https://github.com/pulp/pulp_container/issues/1286)
- Ensured downloader during the repair task contains accept headers for the
manifests to download.
[1303](https://github.com/pulp/pulp_container/issues/1303)
- Disabled TLS validation, if opted out in a remote, when syncing signatures.
[1305](https://github.com/pulp/pulp_container/issues/1305)
- Fixed pulp-to-pulp failing sync with `406 Not Acceptable`.
[1329](https://github.com/pulp/pulp_container/issues/1329)
Improved Documentation
- Took the import/export feature out of tech preview.
[1236](https://github.com/pulp/pulp_container/issues/1236)
---