Skip to content

Commit d6cbe01

Browse files
committed
Update eksctl to 0.16.0
1 parent 63f3787 commit d6cbe01

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

dev/versions.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44

55
1. Find the latest release on [GitHub](https://github.com/weaveworks/eksctl/releases) and check the changelog
66
1. Update the version in `manager/Dockerfile`
7-
1. Update `eks.yaml` as necessary (make sure to maintain all Cortex environment variables)
7+
1. Update eks configuration file as necessary (make sure to maintain all Cortex environment variables)
88
1. Check that `eksctl utils write-kubeconfig` log filter still behaves as desired
9-
1. Update eksctl on your dev machine: `curl --location "https://github.com/weaveworks/eksctl/releases/download/0.15.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && sudo mv -f /tmp/eksctl /usr/local/bin`
9+
1. Update eksctl on your dev machine: `curl --location "https://github.com/weaveworks/eksctl/releases/download/0.16.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && sudo mv -f /tmp/eksctl /usr/local/bin`
1010

1111
## Kubernetes
1212

images/manager/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ RUN pip install --upgrade pip && \
1313

1414
RUN apk add --no-cache bash curl gettext jq openssl
1515

16-
RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.15.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
16+
RUN curl --location "https://github.com/weaveworks/eksctl/releases/download/0.16.0/eksctl_$(uname -s)_amd64.tar.gz" | tar xz -C /tmp && \
1717
mv /tmp/eksctl /usr/local/bin
1818

1919
RUN curl -o aws-iam-authenticator https://amazon-eks.s3-us-west-2.amazonaws.com/1.14.6/2019-08-22/bin/linux/amd64/aws-iam-authenticator && \

0 commit comments

Comments
 (0)