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

Update deps #1188

Merged
merged 2 commits into from
Nov 18, 2021
Merged

Update deps #1188

merged 2 commits into from
Nov 18, 2021

Conversation

dekkagaijin
Copy link
Contributor

@dekkagaijin dekkagaijin commented Nov 18, 2021

This addresses dependabot alerts for github.com/opencontainers/image-spec and github.com/containerd/containerd.

Commands run were:

go get github.com/opencontainers/image-spec@693428a734f5bab1a84bd2f990d92ef1111cd60c # main@HEAD
go get -u ./...
go mod tidy
go mod vendor
cd pkg/authn/k8schain && go get ./...

oci/image-spec had to be updated manually since changes that we require (annotation constants) weren't included in the 1.0.2 release

Copy link
Collaborator

@imjasonh imjasonh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks!

@dekkagaijin dekkagaijin changed the title Update deps Update github.com/opencontainers/image-spec Nov 18, 2021
@codecov-commenter
Copy link

codecov-commenter commented Nov 18, 2021

Codecov Report

Merging #1188 (05a0552) into main (6a419dc) will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##             main    #1188   +/-   ##
=======================================
  Coverage   75.18%   75.18%           
=======================================
  Files         108      108           
  Lines        7887     7887           
=======================================
  Hits         5930     5930           
  Misses       1387     1387           
  Partials      570      570           

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 6a419dc...05a0552. Read the comment docs.

Signed-off-by: Jake Sanders <jsand@google.com>
@imjasonh
Copy link
Collaborator

Signed-off-by: Jake Sanders <jsand@google.com>
@dekkagaijin dekkagaijin changed the title Update github.com/opencontainers/image-spec Update deps Nov 18, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants