ekristen / aws-nuke

Remove all the resources from an AWS account
https://ekristen.github.io/aws-nuke/
MIT License
137 stars 12 forks source link

fix(deps): update module github.com/ekristen/libnuke to v0.15.0 #127

Closed renovate[bot] closed 3 months ago

renovate[bot] commented 6 months ago

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/ekristen/libnuke v0.12.0 -> v0.15.0 age adoption passing confidence

Release Notes

ekristen/libnuke (github.com/ekristen/libnuke) ### [`v0.15.0`](https://togithub.com/ekristen/libnuke/releases/tag/v0.15.0) [Compare Source](https://togithub.com/ekristen/libnuke/compare/v0.14.2...v0.15.0) ##### Bug Fixes - allow settings to be used in filters properly ([d8cbc29](https://togithub.com/ekristen/libnuke/commit/d8cbc29baf7ec2a93459bdfaf09c36ce602350ce)) - compare error with As not Is ([6fae2a9](https://togithub.com/ekristen/libnuke/commit/6fae2a990fdf7e262c1a28c4b8438504850ddaba)) - golangci-lint violations and code optimizations ([a77de7a](https://togithub.com/ekristen/libnuke/commit/a77de7a6e65acb11ed98abb305635a17eb9a86a5)) - omit \_ prefixed properties ([e5306c7](https://togithub.com/ekristen/libnuke/commit/e5306c7eb43ca569c7514f428c71e92bfdcd2c2b)) ##### Features - allow tag prefix to be changed to a different term ([91349c8](https://togithub.com/ekristen/libnuke/commit/91349c82779531606a8f0d46e9add77ad45aa373)) - allow wait hook to set wait or failure states ([d2db7f2](https://togithub.com/ekristen/libnuke/commit/d2db7f29e31c3603fc0b319dbcdd01213854a1d0)) - allow wait to be hooked by a resource ([6345e83](https://togithub.com/ekristen/libnuke/commit/6345e83a32bccb6f3912edd30c25de4d966ea923)) - new interface for lister with close for gcp ([37bb6e8](https://togithub.com/ekristen/libnuke/commit/37bb6e85611cb58a45bcb5c29a3b61c1bd377928)) ### [`v0.14.2`](https://togithub.com/ekristen/libnuke/releases/tag/v0.14.2) [Compare Source](https://togithub.com/ekristen/libnuke/compare/v0.14.1...v0.14.2) ##### Bug Fixes - **deps:** update module github.com/fatih/color to v1.17.0 ([7d2166d](https://togithub.com/ekristen/libnuke/commit/7d2166dc325d8f8d2768e1ddf0cff2fb6ee09267)) ### [`v0.14.1`](https://togithub.com/ekristen/libnuke/releases/tag/v0.14.1) [Compare Source](https://togithub.com/ekristen/libnuke/compare/v0.14.0...v0.14.1) ##### Bug Fixes - **deps:** update module golang.org/x/sync to v0.7.0 ([98ab7e1](https://togithub.com/ekristen/libnuke/commit/98ab7e131f47e2bf63564b7f92a38a8c22492068)) ### [`v0.14.0`](https://togithub.com/ekristen/libnuke/releases/tag/v0.14.0) [Compare Source](https://togithub.com/ekristen/libnuke/compare/v0.13.1...v0.14.0) ##### Bug Fixes - **golangci-lint:** resolve violations ([fade006](https://togithub.com/ekristen/libnuke/commit/fade006bebc2ee76e8d6f26d8b84f6a698f01493)) - ignore fields that are not exported ([c019f30](https://togithub.com/ekristen/libnuke/commit/c019f30ce9b4e281caf448026f8e8c38bac287ac)) - simplify props from struct with reflect use, add benchmark funcs ([2e28dec](https://togithub.com/ekristen/libnuke/commit/2e28dec7a7535f1faa215aa6b656df11a9022939)) - support struct being a pointer ([9ccb064](https://togithub.com/ekristen/libnuke/commit/9ccb06440eacfd38260f7ea643e3d5554f5370fc)) - update to proper name ref ([265e844](https://togithub.com/ekristen/libnuke/commit/265e844b443dca5ddfa848ce7c42888d65822ea3)) ##### Features - add new function to get all registrations ([1917e0d](https://togithub.com/ekristen/libnuke/commit/1917e0d74022b61ffe6a23343f5eda381ad9387f)) - func to build properties from struct ([5623af4](https://togithub.com/ekristen/libnuke/commit/5623af4328d3e60889bd3374649ef76e5b02e3c1)) - generate property documentation for resources ([c1c6eff](https://togithub.com/ekristen/libnuke/commit/c1c6effc15cf5597c72a25c0eae93928a5b9f569)) - get properties from structure ([1711685](https://togithub.com/ekristen/libnuke/commit/171168552a6d12eef3b244ed8290910c95214415)) ### [`v0.13.1`](https://togithub.com/ekristen/libnuke/releases/tag/v0.13.1) [Compare Source](https://togithub.com/ekristen/libnuke/compare/v0.13.0...v0.13.1) ##### Bug Fixes - **filter:** guard against type being nil ([#​46](https://togithub.com/ekristen/libnuke/issues/46)) ([9c84ff2](https://togithub.com/ekristen/libnuke/commit/9c84ff23f27076ea6823079732d3b78aa744d02d)) ### [`v0.13.0`](https://togithub.com/ekristen/libnuke/releases/tag/v0.13.0) [Compare Source](https://togithub.com/ekristen/libnuke/compare/v0.12.0...v0.13.0) ##### Features - **filter:** add In and NotIn operators ([#​44](https://togithub.com/ekristen/libnuke/issues/44)) ([804aa1b](https://togithub.com/ekristen/libnuke/commit/804aa1bcb5e72d6f6eefd8254d81953d6edbacc4))

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.



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

ekristen commented 3 months ago

:tada: This PR is included in version 3.0.0-beta.61 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket:

ekristen commented 3 months ago

:tada: This PR is included in version 3.0.0 :tada:

The release is available on GitHub release

Your semantic-release bot :package::rocket: