Skip to content

Tags: spectrocloud-labs/spectro-cleanup

Tags

v1.7.0

Toggle v1.7.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: allow deleting all cluster-scoped resources (#16)

* fix: allow deleting all cluster-scoped resources

Signed-off-by: Artur Shad Nik <[email protected]>

* chore: comment

Signed-off-by: Artur Shad Nik <[email protected]>

* chore: var naming

Signed-off-by: Artur Shad Nik <[email protected]>

---------

Signed-off-by: Artur Shad Nik <[email protected]>

v1.6.0

Toggle v1.6.0's commit message

Verified

This commit was signed with the committer’s verified signature.
TylerGillson Tyler Gillson
ci: improve multiarch support in Makefile, Dockerfile

Signed-off-by: Tyler Gillson <[email protected]>

v1.5.0

Toggle v1.5.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: only warn if delete all GVR finds no resources (#14)

Signed-off-by: Tyler Gillson <[email protected]>

v1.4.0

Toggle v1.4.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: support deletion of all resources by GVR (#13)

* feat: delete all resources for a particular GVR
* docs: add usage example
* chore: refactor to reduce cognitive complexity
* chore: tune golangci-lint config
* chore: bump govulncheck container img
* chore: bump BUILDER_GOLANG_VERSION
* refactor: remove DeleteAll as it was redundant
* fix: full GVR deletion for a namespace or all namespaces
* refactor: tidy main, remove Fatal logging, add unit tests
* fix: default ClusterRoleName to RoleName
---------

Signed-off-by: Tyler Gillson <[email protected]>

v1.3.0

Toggle v1.3.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
fix: handle NotFound errors properly (#11)

* fix: handle NotFound errors properly
* chore: bump go version
* chore: reduce cognitive complexity

Signed-off-by: Tyler Gillson <[email protected]>

---------

Signed-off-by: Tyler Gillson <[email protected]>

v1.2.0

Toggle v1.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add mustDelete; refactor to remove controller-runtime (#10)

* feat: add mustDelete; replace controller-runtime w/ client-go
---------

Signed-off-by: Tyler Gillson <[email protected]>
Co-authored-by: Ahmad Malik Ibrahim <[email protected]>

v1.1.0

Toggle v1.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
feat: add support for cleaning up cluster scoped resources (#9)

* feat: add support for cleaning up cluster scoped resources

* chore: bump to go1.22.11 to address govulncheck issue

* fix: address typo

Co-authored-by: Tyler Gillson <[email protected]>
Signed-off-by: Ahmad Malik Ibrahim <[email protected]>

---------

Signed-off-by: Ahmad Malik Ibrahim <[email protected]>
Co-authored-by: Tyler Gillson <[email protected]>

v1.0.0

Toggle v1.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
refactor!: replace env vars with flags (#8)

* refactor: use flags
---------

Signed-off-by: Tyler Gillson <[email protected]>