diff --git a/.chloggen/pkg-status.yaml b/.chloggen/pkg-status.yaml index 4979f2953e11..0e3a45ceb50d 100644 --- a/.chloggen/pkg-status.yaml +++ b/.chloggen/pkg-status.yaml @@ -1,10 +1,10 @@ # Use this changelog template to create an entry for release notes. # One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: enhancement +change_type: new_component # The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver) -component: healthcheckv2extension +component: pkg/status # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). note: Refactors the extension/healthcheckv2extension/internal/status into pkg/status diff --git a/pkg/status/README.md b/pkg/status/README.md index 4566264eeed2..e2a5ff89f3c5 100644 --- a/pkg/status/README.md +++ b/pkg/status/README.md @@ -1,5 +1,8 @@ # pkg/status + + + ## Overview This module contains functionality for aggregating status information about components. Used by extensions that diff --git a/pkg/status/metadata.yml b/pkg/status/metadata.yml index 639f5e51dd69..550c26835ea8 100644 --- a/pkg/status/metadata.yml +++ b/pkg/status/metadata.yml @@ -1,3 +1,6 @@ status: + class: pkg + stability: + development: [ extension ] codeowners: active: [jpkrohling, mwear]