Skip to content

Commit

Permalink
Update k8schain's k8s dependency to 0.21.0 (#1001)
Browse files Browse the repository at this point in the history
Accordingly update github.com/vdemeester/k8s-pkg-credentialprovider to v1.21.0-1
  • Loading branch information
imjasonh authored May 5, 2021
1 parent 9cf3ed4 commit f009e5f
Show file tree
Hide file tree
Showing 2 changed files with 444 additions and 30 deletions.
16 changes: 4 additions & 12 deletions pkg/authn/k8schain/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -3,23 +3,15 @@ module github.com/google/go-containerregistry/pkg/authn/k8schain
go 1.14

require (
github.com/golang/protobuf v1.4.3 // indirect
github.com/google/go-containerregistry v0.4.1-0.20210128200529-19c2b639fab1
github.com/google/uuid v1.1.2 // indirect
github.com/onsi/gomega v1.10.3 // indirect
github.com/vdemeester/k8s-pkg-credentialprovider v1.19.7
golang.org/x/net v0.0.0-20210119194325-5f4716e94777 // indirect
golang.org/x/sys v0.0.0-20210124154548-22da62e12c0c // indirect
github.com/vdemeester/k8s-pkg-credentialprovider v1.21.0-1
golang.org/x/text v0.3.5 // indirect
google.golang.org/protobuf v1.25.0 // indirect
gopkg.in/check.v1 v1.0.0-20200902074654-038fdea0a05b // indirect
gopkg.in/yaml.v2 v2.4.0 // indirect
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 // indirect
k8s.io/api v0.19.7
k8s.io/apimachinery v0.19.7
k8s.io/client-go v0.19.7
k8s.io/klog/v2 v2.5.0 // indirect
k8s.io/kube-openapi v0.0.0-20210113233702-8566a335510f // indirect
k8s.io/api v0.21.0
k8s.io/apimachinery v0.21.0
k8s.io/client-go v0.21.0
)

replace github.com/google/go-containerregistry => ../../..
Loading

2 comments on commit f009e5f

@combacsa
Copy link

Choose a reason for hiding this comment

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

Hello, is there any plans for releasing 0.5.1 with this commit included? It seems bazelbuild/rules_docker#1845 only applies up to 0.5.0 resulting in missing this commit...

Thanks in advance.

@imjasonh
Copy link
Collaborator Author

@imjasonh imjasonh commented on f009e5f May 10, 2021 via email

Choose a reason for hiding this comment

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

Please sign in to comment.