diff --git a/changelog/fragments/1785539201-reconcile-orphaned-output-secrets.yaml b/changelog/fragments/1785539201-reconcile-orphaned-output-secrets.yaml new file mode 100644 index 0000000000..79004a6d55 --- /dev/null +++ b/changelog/fragments/1785539201-reconcile-orphaned-output-secrets.yaml @@ -0,0 +1,3 @@ +kind: bug-fix +summary: Reconcile orphaned output secrets after ambiguous agent update failures +component: fleet-server diff --git a/internal/pkg/gc/doc.go b/internal/pkg/gc/doc.go index eae052b083..2251c5dfa7 100644 --- a/internal/pkg/gc/doc.go +++ b/internal/pkg/gc/doc.go @@ -2,5 +2,6 @@ // or more contributor license agreements. Licensed under the Elastic License 2.0; // you may not use this file except in compliance with the Elastic License 2.0. -// Package gc provides utilities to cleanup expired (elastic-agent) actions. +// Package gc provides utilities to clean up expired Elastic Agent actions and +// orphaned Fleet Server resources. package gc