From 16d208aeb9f4164f1daff1496e4e923050cb1d8a Mon Sep 17 00:00:00 2001
From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com>
Date: Wed, 4 Sep 2024 16:50:08 +0000
Subject: [PATCH] chore(deps): update dependency weaveworks/eksctl to v0.190.0
(#721)
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
This PR contains the following updates:
| Package | Update | Change |
|---|---|---|
| [weaveworks/eksctl](https://redirect.github.com/weaveworks/eksctl) |
minor | `v0.189.0` -> `v0.190.0` |
---
### Release Notes
weaveworks/eksctl (weaveworks/eksctl)
###
[`v0.190.0`](https://redirect.github.com/eksctl-io/eksctl/releases/tag/v0.190.0):
eksctl 0.190.0
[Compare
Source](https://redirect.github.com/weaveworks/eksctl/compare/0.190.0-rc.0...0.190.0-rc.0)
##### Release v0.190.0
##### 🧰 Maintenance
- Bump github.com/docker/docker from 26.1.4+incompatible to
26.1.5+incompatible
([#7936](https://redirect.github.com/weaveworks/eksctl/issues/7936))
- Bump jinja2 from 3.1.3 to 3.1.4 in /userdocs
([#7748](https://redirect.github.com/weaveworks/eksctl/issues/7748))
###
[`v0.190.0`](https://redirect.github.com/eksctl-io/eksctl/releases/tag/v0.190.0):
eksctl 0.190.0
[Compare
Source](https://redirect.github.com/weaveworks/eksctl/compare/0.189.0...0.190.0-rc.0)
### Release v0.190.0
#### 🧰 Maintenance
- Bump github.com/docker/docker from 26.1.4+incompatible to
26.1.5+incompatible
([#7936](https://redirect.github.com/weaveworks/eksctl/issues/7936))
- Bump jinja2 from 3.1.3 to 3.1.4 in /userdocs
([#7748](https://redirect.github.com/weaveworks/eksctl/issues/7748))
---
### 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.
---
- [ ] If you want to rebase/retry this PR, check
this box
---
This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Micah Nagel
---
tasks/iac.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tasks/iac.yaml b/tasks/iac.yaml
index ec6db9166..a5d4b8f74 100644
--- a/tasks/iac.yaml
+++ b/tasks/iac.yaml
@@ -13,7 +13,7 @@ tasks:
- name: install-eksctl
actions:
- cmd: |
- curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.189.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
+ curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.190.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin
- name: create-cluster