Releases: termoshtt/ocipkg
Releases · termoshtt/ocipkg
0.3.9
What's Changed
New features
- impl
FromStr
,Serialize
andDeserialize
traits forImageName
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
What's Changed
New features
- Remote::new_with_auth by @termoshtt in #156
Others
- Start developing 0.3.8 by @github-actions in #155
Full Changelog: 0.3.7...0.3.8
0.3.7
What's Changed
New features
RemoteBuilder::new_with_auth
andadd_basic_auth
by @termoshtt in #154
Full Changelog: 0.3.6...0.3.7
0.3.6
What's Changed
New features
Client::new_with_auth
for user-createdStoredAuth
by @termoshtt in #153
Changed
- Convert panic cases into
anyhow::Result
by @termoshtt in #149
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
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
What's Changed
New features
- Refactoring BASIC authorization by @termoshtt in #143
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
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
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
What's Changed
New features
- ImageName::as_path by @termoshtt in #129
Others
- Start developing 0.3.1 by @termoshtt in #130
Full Changelog: 0.3.0...0.3.1
0.3.0
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 #103application/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
toOciArtifactBuilder
, and introduceOciArtifact
by @termoshtt in #126 - Rename
ImageLayout
intoImage
to support remote image by @termoshtt in #127
Changed
- Store Manifest JSON and blobs by @termoshtt in #107
- Switch to anyhow for error handling by @termoshtt in #118
- Store artifact image as oci-dir by @termoshtt in #108
Others
- Merge 0.2.9 updates by @termoshtt in #105
- Clippy fix by @termoshtt in #106
- Bump chrono from 0.4.37 to 0.4.38 by @dependabot in #109
- Bump actions/checkout from 1 to 4 by @dependabot in #110
- Bump rustls from 0.22.3 to 0.22.4 in the cargo group by @dependabot in #111
- Bump serde from 1.0.197 to 1.0.198 by @dependabot in #112
- Bump thiserror from 1.0.58 to 1.0.59 by @dependabot in #113
- Bump serde_json from 1.0.115 to 1.0.116 by @dependabot in #114
- Bump serde from 1.0.198 to 1.0.200 by @dependabot in #122
- Bump ureq from 2.9.6 to 2.9.7 by @dependabot in #120
- Bump flate2 from 1.0.28 to 1.0.30 by @dependabot in #119
- Bump anyhow from 1.0.82 to 1.0.83 by @dependabot in #123
- Bump base64 from 0.22.0 to 0.22.1 by @dependabot in #124
Full Changelog: 0.2.9...0.3.0