From a6dcf983b9dcc79557c77f8d3889f8d472ed3099 Mon Sep 17 00:00:00 2001 From: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com> Date: Wed, 17 May 2023 16:58:15 -0600 Subject: [PATCH] [featuregate] Move to stable module-set (#7693) * move featuregate to stable module-set * Update versions.yaml Co-authored-by: Dmitrii Anoshin * changelog --------- Co-authored-by: Dmitrii Anoshin --- .chloggen/prepare-featuregate-for-rc.yaml | 16 ++++++++++++++++ versions.yaml | 2 +- 2 files changed, 17 insertions(+), 1 deletion(-) create mode 100755 .chloggen/prepare-featuregate-for-rc.yaml diff --git a/.chloggen/prepare-featuregate-for-rc.yaml b/.chloggen/prepare-featuregate-for-rc.yaml new file mode 100755 index 00000000000..7bdfa9c04eb --- /dev/null +++ b/.chloggen/prepare-featuregate-for-rc.yaml @@ -0,0 +1,16 @@ +# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix' +change_type: enhancement + +# The name of the component, or a single word describing the area of concern, (e.g. otlpreceiver) +component: featuregate + +# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`). +note: Promote `featuregate` to the stable module-set + +# One or more tracking issues or pull requests related to the change +issues: [7693] + +# (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: diff --git a/versions.yaml b/versions.yaml index 2a102194dae..6663e283019 100644 --- a/versions.yaml +++ b/versions.yaml @@ -16,6 +16,7 @@ module-sets: stable: version: v1.0.0-rcv0011 modules: + - go.opentelemetry.io/collector/featuregate - go.opentelemetry.io/collector/pdata beta: version: v0.77.0 @@ -32,7 +33,6 @@ module-sets: - go.opentelemetry.io/collector/exporter/otlphttpexporter - go.opentelemetry.io/collector/extension/ballastextension - go.opentelemetry.io/collector/extension/zpagesextension - - go.opentelemetry.io/collector/featuregate - go.opentelemetry.io/collector/processor/batchprocessor - go.opentelemetry.io/collector/processor/memorylimiterprocessor - go.opentelemetry.io/collector/receiver