Skip to content

Commit

Permalink
AU: 1 updated - aws-iam-authenticator
Browse files Browse the repository at this point in the history
  • Loading branch information
Chocolatey committed Nov 19, 2024
1 parent e3b70aa commit b493cc7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
<metadata>
<id>aws-iam-authenticator</id>
<version>0.6.27</version>
<version>0.6.28</version>
<packageSourceUrl>https://github.com/douglaswth/chocolatey-packages/tree/master/automatic/aws-iam-authenticator</packageSourceUrl>
<owners>Douglas Thrift</owners>
<title>AWS IAM Authenticator for Kubernetes</title>
Expand Down
4 changes: 2 additions & 2 deletions automatic/aws-iam-authenticator/tools/chocolateyinstall.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -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'
}

Expand Down

0 comments on commit b493cc7

Please sign in to comment.