Skip to content

Commit d8240b4

Browse files
committed
Update CHANGELOG
1 parent e007d8a commit d8240b4

File tree

1 file changed

+15
-0
lines changed

1 file changed

+15
-0
lines changed

CHANGELOG.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,20 @@
11
# Changelog
22

3+
## 0.2.0 (2022/02/13)
4+
5+
* support more sources through specific schemes (#7)
6+
* `containers-storage://<store>`: image located in a local container storage.
7+
* `docker://<ref>`: image in a registry implementing the "Docker Registry HTTP API V2". (default)
8+
* `docker-archive://<path>`: image is stored in the `docker-save` formatted file.
9+
* `docker-daemon://<ref>`: image stored in the docker daemon's internal storage.
10+
* `oci://<path>`: image compliant with the "Open Container Image Layout Specification".
11+
* `oci-archive://<path>`: image compliant with the "Open Container Image Layout Specification" stored as a tar archive.
12+
* `ostree://<ref>`: image in the local ostree repository.
13+
* ci: e2e workflow (#3)
14+
* docs website with mkdocs (#1)
15+
* build(deps): bump github.com/alecthomas/kong from 0.3.0 to 0.4.0 (#4)
16+
* build(deps): bump github.com/containers/image/v5 from 5.18.0 to 5.19.1 (#2 #5)
17+
318
## 0.1.0 (2022/01/24)
419

520
* Initial version

0 commit comments

Comments
 (0)