From fed87b86a80fdcb5d7ac989bc782aa80d418903c Mon Sep 17 00:00:00 2001 From: Bogdan Drutu Date: Fri, 18 Nov 2022 08:20:10 -0800 Subject: [PATCH] Update .chloggen/draftminhost.yaml Co-authored-by: Dmitrii Anoshin --- .chloggen/draftminhost.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.chloggen/draftminhost.yaml b/.chloggen/draftminhost.yaml index bb96656ca9e..05f9d347abd 100755 --- a/.chloggen/draftminhost.yaml +++ b/.chloggen/draftminhost.yaml @@ -5,7 +5,7 @@ change_type: enhancement component: component # A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). -note: component.Extension will be reverted to not be an alias. Change your `component.Host` implementation. +note: "`component.Extension` is temporarily set to be an alias of `component.Component` which will be reverted once it's moved to the `extension` package. Change your `component.Host.GetExtensions()` implementation to return `map[ID]component.Component` instead of `map[ID]component.Extension`" # One or more tracking issues or pull requests related to the change issues: [6553]