Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] master from alexei-led:master #5

Open
wants to merge 22 commits into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from 1 commit
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
cd6983d
Replace deprecated ioutil with other functions (#214)
aminvakil Dec 4, 2021
3c9470f
update/go-libs (#226)
alexei-led Jan 9, 2023
d3bf565
Bump github.com/opencontainers/image-spec from 1.0.1 to 1.0.2 (#229)
dependabot[bot] Jan 9, 2023
c64285f
Bump github.com/docker/distribution (#227)
dependabot[bot] Jan 9, 2023
8012287
Bump github.com/containerd/containerd from 1.5.7 to 1.5.16 (#228)
dependabot[bot] Jan 9, 2023
f3f7422
update/ghr (#230)
alexei-led Jan 9, 2023
0f5ba80
update/cicd (#231)
alexei-led Jan 10, 2023
52a4302
Merge pull request #232
alexei-led Jan 10, 2023
c9c9efa
fixing binaries
alexei-led Jan 10, 2023
a4a941f
checkout for changelog
alexei-led Jan 10, 2023
b49c96a
update/buildx (#234)
alexei-led Jan 11, 2023
03f48c4
generate release note with GitHub Release API (#235)
alexei-led Jan 12, 2023
ca12d42
Update README.md
alexei-led Apr 2, 2023
e1cb30a
fix docker build on non intel
alexei-led Apr 2, 2023
9e49e45
fix netem tests
alexei-led Sep 7, 2023
769ccc3
netem: add started log (#250)
w-miller Sep 7, 2023
eeedb55
docker_client: don't pull image and create container per tc command (…
w-miller Sep 7, 2023
31655d6
bump versions (#252)
alexei-led Sep 7, 2023
02e0846
rollback buildx version
alexei-led Sep 7, 2023
17d9d95
skip tests on release build: issue with emulator and buildx, tests wi…
alexei-led Sep 7, 2023
470a96a
skip tests on release build: issue with emulator and buildx, tests wi…
alexei-led Sep 7, 2023
036f8e8
bump github.com/docker/distribution version (fix vulnarability)
alexei-led Sep 7, 2023
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
bump github.com/docker/distribution version (fix vulnarability)
  • Loading branch information
alexei-led committed Sep 7, 2023
commit 036f8e850e9e2a512c658d1925a475bfeda9fea6
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
github.com/Microsoft/go-winio v0.6.1 // indirect
github.com/cpuguy83/go-md2man/v2 v2.0.2 // indirect
github.com/davecgh/go-spew v1.1.1 // indirect
github.com/docker/distribution v2.8.1+incompatible // indirect
github.com/docker/distribution v2.8.2+incompatible // indirect
github.com/docker/go-units v0.5.0 // indirect
github.com/gogo/protobuf v1.3.2 // indirect
github.com/google/go-cmp v0.5.9 // indirect
Expand Down
2 changes: 2 additions & 0 deletions go.sum
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,8 @@ github.com/davecgh/go-spew v1.1.1 h1:vj9j/u1bqnvCEfJOwUhtlOARqs3+rkHYY13jYWTU97c
github.com/davecgh/go-spew v1.1.1/go.mod h1:J7Y8YcW2NihsgmVo/mv3lAwl/skON4iLHjSsI+c5H38=
github.com/docker/distribution v2.8.1+incompatible h1:Q50tZOPR6T/hjNsyc9g8/syEs6bk8XXApsHjKukMl68=
github.com/docker/distribution v2.8.1+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/distribution v2.8.2+incompatible h1:T3de5rq0dB1j30rp0sA2rER+m322EBzniBPB6ZIzuh8=
github.com/docker/distribution v2.8.2+incompatible/go.mod h1:J2gT2udsDAN96Uj4KfcMRqY0/ypR+oyYUYmja8H+y+w=
github.com/docker/docker v23.0.3+incompatible h1:9GhVsShNWz1hO//9BNg/dpMnZW25KydO4wtVxWAIbho=
github.com/docker/docker v23.0.3+incompatible/go.mod h1:eEKB0N0r5NX/I1kEveEz05bcu8tLC/8azJZsviup8Sk=
github.com/docker/go-connections v0.4.0 h1:El9xVISelRB7BuFusrZozjnkIM5YnzCViNKohAFqRJQ=
Expand Down