Skip to content

Commit 3f46575

Browse files
authored
Merge pull request #1950 from CecileRobertMichon/aad-pod-identity-1.8.6
Update AAD Pod Identity to v1.8.6
2 parents d3fefd2 + 7e356ef commit 3f46575

File tree

3 files changed

+17
-72
lines changed

3 files changed

+17
-72
lines changed

config/default/aad-pod-identity-deployment.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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)"

go.mod

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,11 +3,11 @@ module sigs.k8s.io/cluster-api-provider-azure
33
go 1.17
44

55
require (
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

0 commit comments

Comments
 (0)