Skip to content

Commit 3081044

Browse files
authoredAug 5, 2024··
chore(deps): update dependency weaveworks/eksctl to v0.188.0 (#623)
[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Update | Change | |---|---|---| | [weaveworks/eksctl](https://togithub.com/weaveworks/eksctl) | minor | `v0.187.0` -> `v0.188.0` | --- ### Release Notes <details> <summary>weaveworks/eksctl (weaveworks/eksctl)</summary> ### [`v0.188.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.188.0): eksctl 0.188.0 [Compare Source](https://togithub.com/weaveworks/eksctl/compare/0.188.0...0.188.0) ##### Release v0.188.0 ##### 🚀 Features - Add support for Kuala Lumpur region (ap-southeast-5) ([#&#8203;7910](https://togithub.com/weaveworks/eksctl/issues/7910)) ##### 🎯 Improvements - Add GH workflow for automatically updating nvidia device plugin static manifest ([#&#8203;7898](https://togithub.com/weaveworks/eksctl/issues/7898)) ##### 🧰 Maintenance - Update nvidia-device-plugin to v0.16.0 ([#&#8203;7900](https://togithub.com/weaveworks/eksctl/issues/7900)) ### [`v0.188.0`](https://togithub.com/eksctl-io/eksctl/releases/tag/v0.188.0): eksctl 0.188.0 [Compare Source](https://togithub.com/weaveworks/eksctl/compare/0.187.0...0.188.0) ##### Release v0.188.0 ##### 🚀 Features - Add support for Kuala Lumpur region (ap-southeast-5) ([#&#8203;7910](https://togithub.com/weaveworks/eksctl/issues/7910)) ##### 🎯 Improvements - Add GH workflow for automatically updating nvidia device plugin static manifest ([#&#8203;7898](https://togithub.com/weaveworks/eksctl/issues/7898)) ##### 🧰 Maintenance - Update nvidia-device-plugin to v0.16.0 ([#&#8203;7900](https://togithub.com/weaveworks/eksctl/issues/7900)) </details> --- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Disabled by config. Please merge this manually once you are satisfied. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR was generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View the [repository job log](https://developer.mend.io/github/defenseunicorns/uds-core). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40NDAuNyIsInVwZGF0ZWRJblZlciI6IjM3LjQ0MC43IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119--> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 43c5bd5 commit 3081044

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎tasks/iac.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ tasks:
1313
- name: install-eksctl
1414
actions:
1515
- cmd: |
16-
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.187.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
16+
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.188.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
1717
sudo mv /tmp/eksctl /usr/local/bin
1818
1919
- name: create-cluster

0 commit comments

Comments
 (0)
Please sign in to comment.