File tree Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Expand file tree Collapse file tree 4 files changed +12
-13
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3+ ## [ 0.7.5]
4+ ### Fixed
5+ - Revert github.com/docker/docker to v20.10.23+incompatible to fix compatibility with Docker API 1.41
6+
37## [ 0.7.4]
48### Changed
59- Bump up golang.org/x/text to v0.7.0. It fixes [ CVE-2022 -32149] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32149 )
Original file line number Diff line number Diff line change 11# RELEASE NOTES
22
3- ## [ 0.7.4]
4- ### Changed
5- - Bump up golang.org/x/text to v0.7.0. It fixes [ CVE-2022 -32149] ( https://cve.mitre.org/cgi-bin/cvename.cgi?name=CVE-2022-32149 )
6- - Bump up github.com/apenella/go-common-utils/transformer/string to v0.0.0-20221227202648-5452d804e940
7- - Bump up github.com/docker/docker to v23.0.1+incompatible
8- - Bump up github.com/go-git/go-git/v5 to v5.5.2
9- - Bump up github.com/spf13/afero to v1.9.4
10- - Bump up github.com/stretchr/testify to v1.8.2
11- - Bump up github.com/xanzy/ssh-agent to v0.3.3
12-
3+ ## [ 0.7.5]
4+ ### Fixed
5+ - Revert github.com/docker/docker to v20.10.23+incompatible to fix compatibility with Docker API 1.41
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ require (
88 github.com/apenella/go-common-utils/error v0.0.0-20221227202648-5452d804e940
99 github.com/apenella/go-common-utils/transformer/string v0.0.0-20221227202648-5452d804e940
1010 github.com/docker/distribution v2.8.1+incompatible
11- github.com/docker/docker v23.0.1 +incompatible
11+ github.com/docker/docker v20.10.23 +incompatible
1212 github.com/go-git/go-git/v5 v5.5.2
1313 github.com/spf13/afero v1.9.4
1414 github.com/stretchr/testify v1.8.2
@@ -39,6 +39,7 @@ require (
3939 github.com/pkg/errors v0.9.1 // indirect
4040 github.com/pmezard/go-difflib v1.0.0 // indirect
4141 github.com/sergi/go-diff v1.3.1 // indirect
42+ github.com/sirupsen/logrus v1.7.0 // indirect
4243 github.com/skeema/knownhosts v1.1.0 // indirect
4344 github.com/stretchr/objx v0.5.0 // indirect
4445 golang.org/x/crypto v0.6.0 // indirect
Original file line number Diff line number Diff line change @@ -78,8 +78,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
7878github.com/davecgh/go-spew v1.1.1 /go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38 =
7979github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68 =
8080github.com/docker/distribution v2.8.1+incompatible /go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w =
81- github.com/docker/docker v23.0.1 +incompatible h1:vjgvJZxprTTE1A37nm+CLNAdwu6xZekyoiVlUZEINcY =
82- github.com/docker/docker v23.0.1 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
81+ github.com/docker/docker v20.10.23 +incompatible h1:1ZQUUYAdh+oylOT85aA2ZcfRp22jmLhoaEcVEfK8dyA =
82+ github.com/docker/docker v20.10.23 +incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk =
8383github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ =
8484github.com/docker/go-connections v0.4.0 /go.mod h1:Gbd7IOopHjR8Iph03tsViu4nIes5XhDvyHbTtUxmeec =
8585github.com/docker/go-units v0.5.0 h1:69rxXcBk27SvSaaxTtLh/8llcHD8vYHT7WSdRZ/jvr4 =
@@ -212,6 +212,7 @@ github.com/rogpeppe/go-internal v1.3.0/go.mod h1:M8bDsm7K2OlrFYOpmOWEs/qY81heoFR
212212github.com/sergi/go-diff v1.1.0 /go.mod h1:STckp+ISIX8hZLjrqAeVduY0gWCT9IjLuqbuNXdaHfM =
213213github.com/sergi/go-diff v1.3.1 h1:xkr+Oxo4BOQKmkn/B9eMK0g5Kg/983T9DqqPHwYqD+8 =
214214github.com/sergi/go-diff v1.3.1 /go.mod h1:aMJSSKb2lpPvRNec0+w3fl7LP9IOFzdc9Pa4NFbPK1I =
215+ github.com/sirupsen/logrus v1.7.0 h1:ShrD1U9pZB12TX0cVy0DtePoCH97K8EtX+mg7ZARUtM =
215216github.com/sirupsen/logrus v1.7.0 /go.mod h1:yWOB1SBYBC5VeMP7gHvWumXLIWorT60ONWic61uBYv0 =
216217github.com/skeema/knownhosts v1.1.0 h1:Wvr9V0MxhjRbl3f9nMnKnFfiWTJmtECJ9Njkea3ysW0 =
217218github.com/skeema/knownhosts v1.1.0 /go.mod h1:sKFq3RD6/TKZkSWn8boUbDC7Qkgcv+8XXijpFO6roag =
You can’t perform that action at this time.
0 commit comments