diff --git a/.chloggen/confmapmu.yaml b/.chloggen/confmapmu.yaml deleted file mode 100755 index f27789fb7d3..00000000000 --- a/.chloggen/confmapmu.yaml +++ /dev/null @@ -1,16 +0,0 @@ -# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' -change_type: breaking - -# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) -component: confmap - -# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: Remove unused public member `sync.Mutex` from `confmap.Resolver`. - -# One or more tracking issues or pull requests related to the change -issues: [6489] - -# (Optional) One or more lines of additional information to render under the primary note. -# These lines will be padded with 2 spaces and then inserted directly into the document. -# Use pipe (|) for multiline entries. -subtext: This is an exception from the deprecation rule since this is not used anywhere and it is very unlikely that is used by external users. diff --git a/CHANGELOG.md b/CHANGELOG.md index 8e48a1da3f7..ce9162c4a5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -43,6 +43,9 @@ If using this receiver, modify your Collector builder configuration to use `gomod` directly, such as: - `gomod: go.opentelemetry.io/collector/receiver/otlpreceiver v0.64.0` +- `confmap`: Remove unused public member `sync.Mutex` from `confmap.Resolver`. (#6489) + This is an exception from the deprecation rule since this is not used anywhere and it is very unlikely that is used by external users. + ### 🚩 Deprecations 🚩 - `config`: Deprecate multiple types and funcs in `config` package (#6422)