From 97f038eb8ba2fae10815ac2694a2d0b34a8e6f6c Mon Sep 17 00:00:00 2001 From: Jukka Heino Date: Fri, 1 Feb 2019 20:02:11 +0200 Subject: [PATCH] Add aws-iam-authenticator version 2018-12-06 (#3059) --- aws-iam-authenticator.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 aws-iam-authenticator.json diff --git a/aws-iam-authenticator.json b/aws-iam-authenticator.json new file mode 100644 index 0000000000..be8a6d5691 --- /dev/null +++ b/aws-iam-authenticator.json @@ -0,0 +1,16 @@ +{ + "homepage": "https://docs.aws.amazon.com/eks/latest/userguide/install-aws-iam-authenticator.html", + "description": "A tool to use AWS IAM credentials to authenticate to a Kubernetes cluster", + "license": "Apache-2.0", + "version": "2018-12-06", + "url": "https://amazon-eks.s3-us-west-2.amazonaws.com/1.11.5/2018-12-06/bin/windows/amd64/aws-iam-authenticator.exe", + "hash": "4ca7b218c0dec3cb1a396ca6f206bc882071918a6599e6c24ecca486d1fec30d", + "bin": "aws-iam-authenticator.exe", + "checkver": "/(?[\\d.]+)/(?[\\d-]+)/bin/windows/amd64/aws-iam-authenticator.exe\"", + "autoupdate": { + "url": "https://amazon-eks.s3-us-west-2.amazonaws.com/$matchKubernetes/$version/bin/windows/amd64/aws-iam-authenticator.exe", + "hash": { + "url": "$url.sha256" + } + } +}