Skip to content

Commit

Permalink
[featuregate] Move to stable module-set (#7693)
Browse files Browse the repository at this point in the history
* move featuregate to stable module-set

* Update versions.yaml

Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>

* changelog

---------

Co-authored-by: Dmitrii Anoshin <anoshindx@gmail.com>
  • Loading branch information
TylerHelmuth and dmitryax authored May 17, 2023
1 parent 0670381 commit a6dcf98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions .chloggen/prepare-featuregate-for-rc.yaml
Original file line number Diff line number Diff line change
@@ -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:
2 changes: 1 addition & 1 deletion versions.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit a6dcf98

Please # to comment.