Browse Source

AU: 1 updated - aws-iam-authenticator
[skip ci] https://gist.github.com/d98014ed4fcaa5cc65bb902f21ce366a/15662dfb9cc7839f289ed1e5b15b9495e4b6bb8f

Chocolatey 1 year ago
parent
commit
7abf184724

+ 1 - 1
automatic/aws-iam-authenticator/aws-iam-authenticator.nuspec

@@ -3,7 +3,7 @@
 <package xmlns="http://schemas.microsoft.com/packaging/2015/06/nuspec.xsd">
   <metadata>
     <id>aws-iam-authenticator</id>
-    <version>0.5.7</version>
+    <version>0.5.9</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>

+ 2 - 2
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.5.7/aws-iam-authenticator_0.5.7_windows_amd64.exe'
-  checksum64     = '7aa1111392e3e06e15ecffec815827f8c8f81340307cee054c826dc42c6c92bd'
+  url64bit       = 'https://github.com/kubernetes-sigs/aws-iam-authenticator/releases/download/v0.5.9/aws-iam-authenticator_0.5.9_windows_amd64.exe'
+  checksum64     = 'b7345e06c5f1d31b9459a38baffe0744343711cb5042cb31ff1e072d870c42f9'
   checksumType64 = 'sha256'
 }