File tree Expand file tree Collapse file tree 3 files changed +17
-72
lines changed
Expand file tree Collapse file tree 3 files changed +17
-72
lines changed Original file line number Diff line number Diff line change @@ -277,7 +277,7 @@ spec:
277277 type : FileOrCreate
278278 containers :
279279 - name : nmi
280- image : " mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.5 "
280+ image : " mcr.microsoft.com/oss/azure/aad-pod-identity/nmi:v1.8.6 "
281281 imagePullPolicy : IfNotPresent
282282 args :
283283 - " --node=$(NODE_NAME)"
Original file line number Diff line number Diff line change @@ -3,11 +3,11 @@ module sigs.k8s.io/cluster-api-provider-azure
33go 1.17
44
55require (
6- github.com/Azure/aad-pod-identity v1.8.5
6+ github.com/Azure/aad-pod-identity v1.8.6
77 github.com/Azure/azure-sdk-for-go v58.1.0+incompatible
8- github.com/Azure/go-autorest/autorest v0.11.21
9- github.com/Azure/go-autorest/autorest/adal v0.9.16
10- github.com/Azure/go-autorest/autorest/azure/auth v0.5.8
8+ github.com/Azure/go-autorest/autorest v0.11.23
9+ github.com/Azure/go-autorest/autorest/adal v0.9.18
10+ github.com/Azure/go-autorest/autorest/azure/auth v0.5.10
1111 github.com/Azure/go-autorest/autorest/to v0.4.0
1212 github.com/Azure/go-autorest/tracing v0.6.0
1313 github.com/asaskevich/govalidator v0.0.0-20210307081110-f21760c49a8d
@@ -54,7 +54,7 @@ require (
5454 github.com/Azure/go-autorest v14.2.0+incompatible // indirect
5555 github.com/Azure/go-autorest/autorest/azure/cli v0.4.2 // indirect
5656 github.com/Azure/go-autorest/autorest/date v0.3.0 // indirect
57- github.com/Azure/go-autorest/autorest/validation v0.1.0 // indirect
57+ github.com/Azure/go-autorest/autorest/validation v0.3.1 // indirect
5858 github.com/Azure/go-autorest/logger v0.2.1 // indirect
5959 github.com/BurntSushi/toml v0.3.1 // indirect
6060 github.com/MakeNowJust/heredoc v1.0.0 // indirect
You can’t perform that action at this time.
0 commit comments