kubewarden / github-actions

GitHub actions used by the Kubewarden project
https://kubewarden.io
Apache License 2.0
4 stars 7 forks source link

Update AbsaOSS/k3d-action action to v2 #35

Closed renovate[bot] closed 2 years ago

renovate[bot] commented 2 years ago

Mend Renovate

This PR contains the following updates:

Package Type Update Change
AbsaOSS/k3d-action action major v1.6.2 -> v2.3.0

Release Notes

AbsaOSS/k3d-action ### [`v2.3.0`](https://togithub.com/AbsaOSS/k3d-action/releases/tag/v2.3.0) [Compare Source](https://togithub.com/AbsaOSS/k3d-action/compare/v2.2.0...v2.3.0) Bump k3d to v5.3.0 | k3d-action | k3d | k3s | |:----------:|:-------:|:-----------------------:| | v2.3.0 | [v5.4.1](https://togithub.com/k3d-io/k3d/releases/tag/v5.4.1) | [rancher/k3s:v1.22.7-k3s1](https://togithub.com/k3s-io/k3s/releases/tag/v1.22.7%2Bk3s1) or [set image explicitly](https://hub.docker.com/r/rancher/k3s/tags?page=1\&ordering=last_updated)| ### [`v2.2.0`](https://togithub.com/AbsaOSS/k3d-action/releases/tag/v2.2.0) [Compare Source](https://togithub.com/AbsaOSS/k3d-action/compare/v2.1.0...v2.2.0) Bump k3d to v5.3.0 | k3d-action | k3d | k3s | |:----------:|:-------:|:-----------------------:| | v2.2.0 | [v5.3.0](https://togithub.com/k3d-io/k3d/releases/tag/v5.3.0) | [rancher/k3s:v1.22.6-k3s1](https://togithub.com/k3s-io/k3s/releases/tag/v1.22.6%2Bk3s1) or [set image explicitly](https://hub.docker.com/r/rancher/k3s/tags?page=1\&ordering=last_updated)| ### [`v2.1.0`](https://togithub.com/AbsaOSS/k3d-action/releases/tag/v2.1.0) [Compare Source](https://togithub.com/AbsaOSS/k3d-action/compare/v2.0.0...v2.1.0) - k3d-version parameter allowing to specify concrete k3d version ([@​arkadius](https://togithub.com/arkadius)) - [see documentation](https://togithub.com/AbsaOSS/k3d-action#inputs) - k3d version bump 5.1.0 -> 5.2.2 ([@​arkadius](https://togithub.com/arkadius)) | k3d-action | k3d | k3s | |:----------:|:-------:|:-----------------------:| | v2.1.0 | [v5.2.2](https://togithub.com/rancher/k3d/releases/tag/v5.2.2) | [rancher/k3s:v1.21.7-k3s1](https://togithub.com/k3s-io/k3s/releases/tag/v1.21.7%2Bk3s1) or [set image explicitly](https://hub.docker.com/r/rancher/k3s/tags?page=1\&ordering=last_updated)| ### [`v2.0.0`](https://togithub.com/AbsaOSS/k3d-action/releases/tag/v2.0.0) [Compare Source](https://togithub.com/AbsaOSS/k3d-action/compare/v1.6.2...v2.0.0) k3d has started to natively support registry import and networking. For this reason, there is no longer a need for k3d-action to continue to provide this functionality. Thanks to this, k3d-action has become much lighter and does not need to support some extra arguments. #### Breaking changes - deprecated `network` argument (see [k3d docs](https://k3d.io/internals/networking/) for replacement) - deprecated `subnet-CIDR` argument (see [k3d docs](https://k3d.io/internals/networking/) for replacement) - deprecated `use-default-registry` argument (see [k3d docs](https://k3d.io/usage/guides/registries/) for replacement) - deprecated `registry-port` argument (see [k3d docs](https://k3d.io/usage/guides/registries/) for replacement) `k3d-action@v2` supports `k3d@v5` and higher. Check our [documentation](https://togithub.com/AbsaOSS/k3d-action#absaossk3d-action) on how to use k3d-action

Configuration

📅 Schedule: Branch creation - "before 3am on Monday" (UTC), 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.



This PR has been generated by Mend Renovate. View repository job log here.

viccuad commented 2 years ago

Bumping, as our usage of the action doesn't use any customization (so no usage of the broken changes for us), and it's nice to bump k3d.