Skip to content

Commit 7f4b206

Browse files
committed
Update CHANGELOG
1 parent 63e24fd commit 7f4b206

File tree

1 file changed

+39
-22
lines changed

1 file changed

+39
-22
lines changed

CHANGELOG.md

Lines changed: 39 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,46 +1,63 @@
11
# Changelog
22

3+
## 0.5.0 (2023/07/02)
4+
5+
* Support `image:tag@digest` format (#131)
6+
* Go 1.20 (#114 #133)
7+
* Alpine Linux 3.18 (#134)
8+
* Bump github.com/alecthomas/kong to 0.8.0 (#129)
9+
* Bump github.com/containers/image/v5 to 5.26.1 (#93 #101 #130 #132)
10+
* Bump github.com/docker/docker to 24.0.2+incompatible (#106 #115 #123)
11+
* Bump github.com/containerd/containerd to 1.7.2 (#97 #126)
12+
* Bump github.com/rs/zerolog to 1.29.1 (#102)
13+
* Bump github.com/mholt/archiver/v4 to 4.0.0-alpha.8 (#107)
14+
* Bump github.com/sirupsen/logrus to 1.9.3 (#125)
15+
* Bump github.com/sigstore/rekor to 1.1.1 (#113)
16+
* Bump github.com/stretchr/testify to 1.8.4 (#94 #124)
17+
* Bump golang.org/x/sync to 0.3.0 (#111 #128)
18+
* Bump golang.org/x/sys to 0.7.0 (#96 #100 #110 #127)
19+
320
## 0.4.0 (2023/02/14)
421

522
* Go 1.19 (#65 #25)
623
* Alpine Linux 3.17 (#90 #50)
724
* Enhance workflow (#66)
8-
* build(deps): bump github.com/mholt/archiver/v4 to 4.0.0-alpha.7 (#43 #24)
9-
* build(deps): bump github.com/containers/image/v5 from 5.20.0 to 5.24.1 (#87 #72 #62 #31 #26)
10-
* build(deps): bump github.com/containerd/containerd from 1.6.2 to 1.6.17 (#89 #76 #59 #45 #32 #30)
11-
* build(deps): bump github.com/docker/docker from 20.10.14+incompatible to 20.10.23+incompatible (#81 #71 #64 #46 #40)
12-
* build(deps): bump github.com/stretchr/testify from 1.7.1 to 1.8.1 (#67 #54 #44)
13-
* build(deps): bump github.com/alecthomas/kong from 0.5.0 to 0.7.1 (#49 #73)
14-
* build(deps): bump github.com/rs/zerolog from 1.26.1 to 1.29.0 (#83 #60 #47)
15-
* build(deps): bump github.com/sirupsen/logrus from 1.8.1 to 1.9.0 (#56)
16-
* build(deps): bump github.com/opencontainers/image-spec from 1.1.0-rc1 to 1.1.0-rc2 (#68)
17-
* build(deps): bump golang.org/x/sys from 0.4.0 to 0.5.0 (#91)
25+
* Bump github.com/mholt/archiver/v4 to 4.0.0-alpha.7 (#43 #24)
26+
* Bump github.com/containers/image/v5 to 5.24.1 (#87 #72 #62 #31 #26)
27+
* Bump github.com/containerd/containerd to 1.6.17 (#89 #76 #59 #45 #32 #30)
28+
* Bump github.com/docker/docker to 20.10.23+incompatible (#81 #71 #64 #46 #40)
29+
* Bump github.com/stretchr/testify to 1.8.1 (#67 #54 #44)
30+
* Bump github.com/alecthomas/kong to 0.7.1 (#49 #73)
31+
* Bump github.com/rs/zerolog to 1.29.0 (#83 #60 #47)
32+
* Bump github.com/sirupsen/logrus to 1.9.0 (#56)
33+
* Bump github.com/opencontainers/image-spec to 1.1.0-rc2 (#68)
34+
* Bump golang.org/x/sys to 0.5.0 (#91)
1835

1936
## 0.3.0 (2022/03/28)
2037

21-
* support `.gz` format (#22)
38+
* Support `.gz` format (#22)
2239
* `UNDOCK_CACHE_DIR` env var to set cache dir and predefined one in Docker image (#8)
23-
* build(deps): bump github.com/stretchr/testify from 1.7.0 to 1.7.1 (#18)
24-
* build(deps): bump github.com/docker/docker from 20.10.12+incompatible to 20.10.14+incompatible (#16 #20)
25-
* build(deps): bump github.com/containers/image/v5 from 5.19.1 to 5.20.0 (#13)
26-
* build(deps): bump github.com/mholt/archiver/v4 from 4.0.0-alpha.4 to 4.0.0-alpha.5 (#12)
27-
* build(deps): bump github.com/alecthomas/kong from 0.4.0 to 0.5.0 (#10 #17)
28-
* build(deps): bump github.com/containerd/containerd from 1.5.9 to 1.6.2 (#9 #14 #21)
40+
* Bump github.com/stretchr/testify to 1.7.1 (#18)
41+
* Bump github.com/docker/docker to 20.10.14+incompatible (#16 #20)
42+
* Bump github.com/containers/image/v5 to 5.20.0 (#13)
43+
* Bump github.com/mholt/archiver/v4 to 4.0.0-alpha.5 (#12)
44+
* Bump github.com/alecthomas/kong to 0.5.0 (#10 #17)
45+
* Bump github.com/containerd/containerd to 1.6.2 (#9 #14 #21)
2946

3047
## 0.2.0 (2022/02/13)
3148

32-
* support more sources through specific schemes (#7)
49+
* Support more sources through specific schemes (#7)
3350
* `containers-storage://<store>`: image located in a local container storage.
3451
* `docker://<ref>`: image in a registry implementing the "Docker Registry HTTP API V2". (default)
3552
* `docker-archive://<path>`: image is stored in the `docker-save` formatted file.
3653
* `docker-daemon://<ref>`: image stored in the docker daemon's internal storage.
3754
* `oci://<path>`: image compliant with the "Open Container Image Layout Specification".
3855
* `oci-archive://<path>`: image compliant with the "Open Container Image Layout Specification" stored as a tar archive.
3956
* `ostree://<ref>`: image in the local ostree repository.
40-
* ci: e2e workflow (#3)
41-
* docs website with mkdocs (#1)
42-
* build(deps): bump github.com/alecthomas/kong from 0.3.0 to 0.4.0 (#4)
43-
* build(deps): bump github.com/containers/image/v5 from 5.18.0 to 5.19.1 (#2 #5)
57+
* CI e2e workflow (#3)
58+
* Docs website with mkdocs (#1)
59+
* Bump github.com/alecthomas/kong to 0.4.0 (#4)
60+
* Bump github.com/containers/image/v5 to 5.19.1 (#2 #5)
4461

4562
## 0.1.0 (2022/01/24)
4663

0 commit comments

Comments
 (0)