Skip to content

1.6.51

Compare
Choose a tag to compare
@MartinBasti MartinBasti released this 24 Apr 18:49
· 946 commits to master since this release
425acea

Requires osbs-client >= 0.65 and dockerfile-parse >= 0.0.11

Build JSON API changes

  • arrangement_version <= 5 support has been removed (in version 1.6.40)

Bug Fixes

  • Fix Flatpak koji archives metadata. The metadata was being set with data from a temporary image used to build the final OCI. We now set the metadata to reference of the final OCI image. This includes the Image ID and the layer sizes.
  • yum repos are consistently stored as unicode and written out as byte strings, eliminating an error where byte string input would fail to encode to byte strings

Improvements

  • Prevent building source containers if lookaside is involved
  • Allow signing intent keys deprecation to support ODCS composes renewal with different key sets
  • Prevent building operators bundles if multistage or non-FROM scratch build is used
  • When mapping for operator repo replacements is missing or ambiguous tell user to specify mapping in container.yaml
  • Image owners can make ODCS ignore missing content sets
  • Reduce number of packages in atomic-reactor RPM build
  • [behavior change] operator manifests: if relatedImages section is defined, OSBS skips pullspec digest pinning. If relatedImages section is not defined OSBS will create it by pinning image pullspecs from well known locations (please see documentation for more details)