diff --git a/CHANGELOG.md b/CHANGELOG.md index eed4563a..ca180a31 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,7 +9,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ### Changed -- Disable prometheus agents if monitoring is disabled at the installation or cluster level. +- Delete monitoring resources if monitoring is disabled at the installation or cluster level using the giantswarm.io/monitoring label. ## [0.2.0] - 2024-06-25 diff --git a/go.mod b/go.mod index 7341d123..0b15f6aa 100644 --- a/go.mod +++ b/go.mod @@ -21,8 +21,6 @@ require ( sigs.k8s.io/yaml v1.4.0 ) -require github.com/giantswarm/k8smetadata v0.24.0 // indirect - require ( github.com/beorn7/perks v1.0.1 // indirect github.com/blang/semver/v4 v4.0.0 // indirect @@ -31,6 +29,7 @@ require ( github.com/emicklei/go-restful/v3 v3.12.0 // indirect github.com/evanphx/json-patch/v5 v5.9.0 // indirect github.com/fsnotify/fsnotify v1.7.0 // indirect + github.com/giantswarm/k8smetadata v0.24.0 // indirect github.com/go-logr/zapr v1.3.0 // indirect github.com/go-openapi/jsonpointer v0.21.0 // indirect github.com/go-openapi/jsonreference v0.21.0 // indirect