cloudwash
cloudwash copied to clipboard
A cloud resources cleanup utility tool
#### PR Description Moved Cleanup Implementation: Instead of implementing each cleanup method directly in the cleanup() function, I've abstracted the cleanup logic into separate classes. Each cleanup type (e.g., Pips,...
### Error Description: When running the cleanup script in DRY mode for Azure resources, an AttributeError occurs due to a missing attribute in the settings configuration. Specifically, the 'AWS' attribute...
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.11 to 1.8.14. Release notes Sourced from pypa/gh-action-pypi-publish's releases. v1.8.14 🛠️ Internal Dependencies Nothing changed feature-wise. The only notable update is that the underlying container runtime now...
Bumps [pre-commit/action](https://github.com/pre-commit/action) from 3.0.0 to 3.0.1. Release notes Sourced from pre-commit/action's releases. pre-commit/[email protected] Misc Update actions/cache to v4 #190 PR by @SukiCZ. #189 issue by @bakerkj. Commits 2c7b380 v3.0.1 8e2deeb...
**Requester**: jabia (for Image Builder project) **Issue**: Add VMWare to the list of supported cloud. Image builder team performs some tests on this cloud and having this option would enable...
Hi, I have been using Cloudwash for couple of months. And till now I have observed that it needs a detailed logging structure. because as I was writing the Tekton...
Currently, there is ``` FROM quay.io/fedora/python-311:latest ``` I suggest to change it to ``` registry.access.redhat.com/ubi9/python-311:latest ```
Repo is lacking contribution guide for this project.
Handle failures When pass "all" in regions, us-west-2 is not proper when token is for aws-china and aws-us-gov. Signed-off-by: Xiao Liang