Skip to content

Commit

Permalink
bump eksctl version to 0.191.0
Browse files Browse the repository at this point in the history
  • Loading branch information
qianxjcraig committed Oct 2, 2024
1 parent 8800629 commit a471bd0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 6 deletions.
1 change: 0 additions & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ on:
pull_request:
paths-ignore:
- 'docs/**'
- 'tools/**'
- '.github/dependabot.yml'
- 'bottlerocket/tests/workload/**'
push:
Expand Down
2 changes: 1 addition & 1 deletion tools/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ USER root
RUN mkdir -p /usr/share/licenses/eksctl && \
chown -R builder:builder /usr/share/licenses/eksctl

ARG EKSCTL_VERSION=0.187.0
ARG EKSCTL_VERSION=0.191.0
ARG EKSCTL_SOURCE_URL="https://github.com/eksctl-io/eksctl/archive/refs/tags/v${EKSCTL_VERSION}.tar.gz"

ARG EKSCTL_BINARY_URL="https://github.com/eksctl-io/eksctl/releases/download/v${EKSCTL_VERSION}/eksctl_Linux_${GOARCH}.tar.gz"
Expand Down
2 changes: 1 addition & 1 deletion tools/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ From the root of the git repository (i.e. `..`), run `make tools -e TOOLS_IMAGE=
If you have a built version, whether it is local or you have pushed it, you can use it when building the rest of the images in this git repo:

```shell
make eks-resource-agent -e TOOLS_IMAGE=TOOLS_IMAGE=my.repo.com/my-bottlerocket-test-tools:v0.1.0
make eks-resource-agent -e TOOLS_IMAGE=my.repo.com/my-bottlerocket-test-tools:v0.1.0
```

## Default
Expand Down
6 changes: 3 additions & 3 deletions tools/hashes/eksctl
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
4c5b2cc1343da499e1211c8aa4a0b027ffef16279e9774aabc85659167d25cd510a6c35ec7d972a318350e3c22955b1398cc673bceb4d078e1d0ccd43a1e2589 eksctl_0.187.0_linux_amd64.tar.gz
fd9566b2187cff60946a207bb2560467b002481eec8d8be615c007c2faaaefd3f4479d2b00abce3fbcc6ac564c5a543be79f1f4cb7599b9c2458c96d366e2001 eksctl_0.187.0_linux_arm64.tar.gz
8a1af86f2ee3b41f28f0952513336dafea2660fbe9803cea23ad637d288172bfd75c04091ccbd7ba4b2fb0f57aa95a21aed729e28b9e84f9659bdc53cf47e3a3 eksctl_0.187.0.tar.gz
141c37de0e809bca68032b9ba1b08c52a0c4408d491b7b903ff85a71fd5102f0d5492640a796a32081b643a85c2be4f568694c291460b01a04f37112c085a071 eksctl_0.191.0_linux_amd64.tar.gz
0a278ee40857f3a215f16d1984751339e0443db65b19a9757b2159eb6fb254f2d1a1e6e4445f2958143f4c21a30747a802dbc689d46a7f361b6c9f24f6a9ca57 eksctl_0.191.0_linux_arm64.tar.gz
38f4117d5b56d43c7feee78e267eaff8dffa56ba7dfd56718101c841f4cdee6a4d77ac5d13aa40ba539dcca11f36cc0f15e837799e0bbf98794767b4002d54ac eksctl_0.191.0.tar.gz

0 comments on commit a471bd0

Please sign in to comment.