Skip to content

Releases: termoshtt/ocipkg

0.3.9

26 Jul 08:52
4c95748
Compare
Choose a tag to compare

What's Changed

New features

  • impl FromStr, Serialize and Deserialize traits for ImageName by @termoshtt in #165

Others

  • Start developing 0.3.9 by @github-actions in #157
  • Bump the dependencies group across 1 directory with 13 updates by @dependabot in #164

Full Changelog: 0.3.8...0.3.9

0.3.8

05 Jun 09:37
536a574
Compare
Choose a tag to compare

What's Changed

New features

Others

  • Start developing 0.3.8 by @github-actions in #155

Full Changelog: 0.3.7...0.3.8

0.3.7

05 Jun 09:36
3a3d466
Compare
Choose a tag to compare

What's Changed

New features

  • RemoteBuilder::new_with_auth and add_basic_auth by @termoshtt in #154

Full Changelog: 0.3.6...0.3.7

0.3.6

05 Jun 05:54
da872b4
Compare
Choose a tag to compare

What's Changed

New features

  • Client::new_with_auth for user-created StoredAuth by @termoshtt in #153

Changed

Others

  • Start developing 0.3.6 by @github-actions in #148
  • Bump toml from 0.8.13 to 0.8.14 in the dependencies group by @dependabot in #150

Full Changelog: 0.3.5...0.3.6

0.3.5

28 May 03:36
7f10d4b
Compare
Choose a tag to compare

What's Changed

New features

  • Add pre-defined annotations to the OCI Artifact manifest by @termoshtt in #147

Others

  • Start developing 0.3.5 by @github-actions in #145
  • Bump serde from 1.0.202 to 1.0.203 in the dependencies group by @dependabot in #146

Full Changelog: 0.3.4...0.3.5

0.3.4

27 May 12:51
0b101b9
Compare
Choose a tag to compare

What's Changed

New features

Changed

  • Use <name> regex of OCI distribution spec 1.1.0, URL encoding for image name by @termoshtt in #144

Others

  • Start developing 0.3.4 by @github-actions in #135
  • Bump the dependencies group with 4 updates by @dependabot in #142

Full Changelog: 0.3.3...0.3.4

0.3.3

10 May 11:03
e1e277a
Compare
Choose a tag to compare

What's Changed

New features

  • Support <reference> as the digest of manifest by @shawn111 in #128
  • Update ImageName::as_path escaping for digest reference case by @termoshtt in #134

Others

  • Start developing 0.3.3 by @github-actions in #133

New Contributors

Full Changelog: 0.3.2...0.3.3

0.3.2

10 May 10:39
3df48ac
Compare
Choose a tag to compare

What's Changed

New features

  • Allow creating oci-archive and oci-dir without image name by @termoshtt in #132

Others

  • Start developing 0.3.2 by @github-actions in #131

Full Changelog: 0.3.1...0.3.2

0.3.1

10 May 05:47
50a21b8
Compare
Choose a tag to compare

What's Changed

New features

Others

Full Changelog: 0.3.0...0.3.1

0.3.0

09 May 12:15
8c30a0d
Compare
Choose a tag to compare

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