Skip to content

Commit

Permalink
chore(deps): update support dependencies to v0.192.0 (#906)
Browse files Browse the repository at this point in the history
This PR contains the following updates:

| Package | Update | Change |
|---|---|---|
| [weaveworks/eksctl](https://github.com/weaveworks/eksctl) |
minor | `v0.191.0` -> `v0.192.0` |

---

### Release Notes

<details>
<summary>weaveworks/eksctl (weaveworks/eksctl)</summary>

###
[`v0.192.0`](https://github.com/eksctl-io/eksctl/releases/tag/v0.192.0):
eksctl 0.192.0

[Compare
Source](https://github.com/weaveworks/eksctl/compare/0.192.0...0.192.0)

##### Release v0.192.0

##### 🚀 Features

- Add support for EKS accelerated AMIs based on AL2023
([#&#8203;7996](https://github.com/weaveworks/eksctl/issues/7996))

##### 🎯 Improvements

- cleanup efa installer archive before install
([#&#8203;6870](https://github.com/weaveworks/eksctl/issues/6870))

##### 🐛 Bug Fixes

- Disallow `overrideBootstrapCommand` and `preBootstrapCommands` for MNG
AL2023
([#&#8203;7990](https://github.com/weaveworks/eksctl/issues/7990))

##### Acknowledgments

The eksctl maintainers would like to sincerely thank
[@&#8203;vsoch](https://github.com/vsoch).

###
[`v0.192.0`](https://github.com/eksctl-io/eksctl/releases/tag/v0.192.0):
eksctl 0.192.0

[Compare
Source](https://github.com/weaveworks/eksctl/compare/0.191.0...0.192.0)

##### Release v0.192.0

##### 🚀 Features

- Add support for EKS accelerated AMIs based on AL2023
([#&#8203;7996](https://github.com/weaveworks/eksctl/issues/7996))

##### 🎯 Improvements

- cleanup efa installer archive before install
([#&#8203;6870](https://github.com/weaveworks/eksctl/issues/6870))

##### 🐛 Bug Fixes

- Disallow `overrideBootstrapCommand` and `preBootstrapCommands` for MNG
AL2023
([#&#8203;7990](https://github.com/weaveworks/eksctl/issues/7990))

##### Acknowledgments

The eksctl maintainers would like to sincerely thank
[@&#8203;vsoch](https://github.com/vsoch).

</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://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/defenseunicorns/uds-core).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOC4xMjAuMSIsInVwZGF0ZWRJblZlciI6IjM4LjEyMC4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Oct 15, 2024
1 parent 380af83 commit 8dfd362
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/iac.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ tasks:
- name: install-eksctl
actions:
- cmd: |
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.191.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
curl --silent --location "https://github.com/weaveworks/eksctl/releases/download/v0.192.0/eksctl_Linux_amd64.tar.gz" | tar xz -C /tmp
sudo mv /tmp/eksctl /usr/local/bin
- name: create-cluster
Expand Down

0 comments on commit 8dfd362

Please sign in to comment.