From b493cc71e81492aefb21d317af58029f31920055 Mon Sep 17 00:00:00 2001 From: Chocolatey Date: Tue, 19 Nov 2024 01:49:15 +0000 Subject: [PATCH] AU: 1 updated - aws-iam-authenticator [skip ci] https://gist.github.com/douglaswth/d98014ed4fcaa5cc65bb902f21ce366a/22d5d6e66b34f0db54df39166eebe218d53c31fd --- automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec | 2 +- automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1 | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec b/automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec index 1bbde87e7..86c7215c6 100644 --- a/automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec +++ b/automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec @@ -3,7 +3,7 @@ aws-iam-authenticator - 0.6.27 + 0.6.28 https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/aws-iam-authenticator Douglas Thrift AWS IAM Authenticator for Kubernetes diff --git a/automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1 b/automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1 index 977e359a8..fe8f118fc 100644 --- a/automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1 +++ b/automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1 @@ -5,8 +5,8 @@ $toolsDir = "$(Split-Path -parent $MyInvocation.MyCommand.Definition)" $packageArgs = @{ packageName = $env:ChocolateyPackageName fileFullPath = "$toolsDir\aws-iam-authenticator.exe" - url64bit = 'https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.27/aws-iam-authenticator_0.6.27_windows_amd64.exe' - checksum64 = '6ce12a69d0270d3ec97fcfc21caccd671b633ff51a31f41b0340dbe1c48bcba7' + url64bit = 'https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.6.28/aws-iam-authenticator_0.6.28_windows_amd64.exe' + checksum64 = '4e88da292a73dfc61cdc7b6ab2f6276c0c0cd3f2c9cbe364eb3f4b38c92e36c8' checksumType64 = 'sha256' }