Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
kind: bug-fix
summary: Reconcile orphaned output secrets after ambiguous agent update failures
component: fleet-server
3 changes: 2 additions & 1 deletion internal/pkg/gc/doc.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Loading