Skip to content

Commit ab2dc5b

Browse files
build(deps): bump sigs.k8s.io/aws-iam-authenticator
Bumps [sigs.k8s.io/aws-iam-authenticator](https://github.com/kubernetes-sigs/aws-iam-authenticator) from 0.6.10 to 0.6.11. - [Release notes](https://github.com/kubernetes-sigs/aws-iam-authenticator/releases) - [Changelog](https://github.com/kubernetes-sigs/aws-iam-authenticator/blob/master/CHANGELOG.md) - [Commits](kubernetes-sigs/aws-iam-authenticator@v0.6.10...v0.6.11) --- updated-dependencies: - dependency-name: sigs.k8s.io/aws-iam-authenticator dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 2099c27 commit ab2dc5b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ require (
3737
k8s.io/component-base v0.26.1
3838
k8s.io/klog/v2 v2.100.1
3939
k8s.io/utils v0.0.0-20221128185143-99ec85e7a448
40-
sigs.k8s.io/aws-iam-authenticator v0.6.10
40+
sigs.k8s.io/aws-iam-authenticator v0.6.11
4141
sigs.k8s.io/cluster-api v1.4.4
4242
sigs.k8s.io/cluster-api/test v1.4.4
4343
sigs.k8s.io/controller-runtime v0.14.6

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1026,8 +1026,8 @@ k8s.io/utils v0.0.0-20221128185143-99ec85e7a448/go.mod h1:OLgZIPagt7ERELqWJFomSt
10261026
rsc.io/binaryregexp v0.2.0/go.mod h1:qTv7/COck+e2FymRvadv62gMdZztPaShugOCi3I+8D8=
10271027
rsc.io/quote/v3 v3.1.0/go.mod h1:yEA65RcK8LyAZtP9Kv3t0HmxON59tX3rD+tICJqUlj0=
10281028
rsc.io/sampler v1.3.0/go.mod h1:T1hPZKmBbMNahiBKFy5HrXp6adAjACjK9JXDnKaTXpA=
1029-
sigs.k8s.io/aws-iam-authenticator v0.6.10 h1:ld4g1kQUAG9jgUUc0e4cRPhRXTvzp0/uw5M6iSYskpY=
1030-
sigs.k8s.io/aws-iam-authenticator v0.6.10/go.mod h1:uh/d/yhtzJXBdevntKgTKRaabgD2T/JI/YdV+9IaycE=
1029+
sigs.k8s.io/aws-iam-authenticator v0.6.11 h1:qHMMUBh7FKvVWVMcQvdKcfVKFk2c+AbR1L6kSqTeB5E=
1030+
sigs.k8s.io/aws-iam-authenticator v0.6.11/go.mod h1:uh/d/yhtzJXBdevntKgTKRaabgD2T/JI/YdV+9IaycE=
10311031
sigs.k8s.io/cluster-api v1.4.4 h1:+V+mzDe+gsWYclosvWlH0wadC8vIUsBvZLcWOYnVWRA=
10321032
sigs.k8s.io/cluster-api v1.4.4/go.mod h1:/SeFds4NXJ+Gp2etqHyoNuO6yoxTfVq6Zmd2OGxd/qM=
10331033
sigs.k8s.io/cluster-api/test v1.4.4 h1:EhZqbMJ9uY0mptUnSax44FzaScphtCU91LxJq0qfCrI=

0 commit comments

Comments
 (0)