Skip to content

0.3.0

Compare
Choose a tag to compare
@termoshtt termoshtt released this 09 May 12:15
· 39 commits to main since this release
8c30a0d

From this release, ocipkg defines a new artifact format with media type application/vnd.ocipkg.v1.artifact based on OCI Artifact in OCI image specification 1.1.0.

What's Changed

New features

  • set_project_dirs to switch the directory where containers are stored by @termoshtt in #103
  • application/vnd.ocipkg.v1.artifact as OCI Artifact by @termoshtt in #116
  • Traits to abstract oci-dir and oci-archive formats by @termoshtt in #117
  • Support oci-dir format by @termoshtt in #125
  • Rename ArtifactBuilder to OciArtifactBuilder, and introduce OciArtifact by @termoshtt in #126
  • Rename ImageLayout into Image to support remote image by @termoshtt in #127

Changed

Others

Full Changelog: 0.2.9...0.3.0