From bd1355f88df36ce40996df1ebc2a6b82b1c287cb Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Wed, 9 Nov 2022 13:10:56 -0800 Subject: [PATCH] Update changelog, race condition with the prepare PR (#6512) Signed-off-by: Bogdan Signed-off-by: Bogdan --- .chloggen/confmapmu.yaml | 16 ---------------- CHANGELOG.md | 3 +++ 2 files changed, 3 insertions(+), 16 deletions(-) delete mode 100755 .chloggen/confmapmu.yaml 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)