Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mark connectors as stable #7539

Merged
merged 1 commit into from
Apr 19, 2023

Conversation

djaglowski
Copy link
Member

I believe the connectors codebase has proven to be very stable, as we haven't had to make any changes to support development of individual connectors. If there are no objections, I'd like to mark the gate stable ahead of the next release.

@djaglowski djaglowski requested review from a team and dmitryax April 17, 2023 11:11
Copy link
Contributor

@codeboten codeboten left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, will need to set a version for when the gate will be removed. See

panic: no removal version set for stable gate "service.connectors"

@djaglowski djaglowski force-pushed the connectors-stable branch 2 times, most recently from a74232e to b32a027 Compare April 17, 2023 14:11
@codecov
Copy link

codecov bot commented Apr 17, 2023

Codecov Report

Patch and project coverage have no change.

Comparison is base (fe508cf) 91.18% compared to head (004dff3) 91.18%.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #7539   +/-   ##
=======================================
  Coverage   91.18%   91.18%           
=======================================
  Files         296      296           
  Lines       14422    14422           
=======================================
  Hits        13151    13151           
  Misses       1006     1006           
  Partials      265      265           

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report in Codecov by Sentry.
📢 Do you have feedback about the report comment? Let us know in this issue.

@djaglowski
Copy link
Member Author

Should be good to go now.

@@ -19,6 +19,7 @@ import "go.opentelemetry.io/collector/featuregate"

var ConnectorsFeatureGate = featuregate.GlobalRegistry().MustRegister(
"service.connectors",
featuregate.StageBeta,
featuregate.StageStable,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add please the "FromVersion"

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Added, backdated to v0.71.0.

@atoulme
Copy link
Contributor

atoulme commented Apr 17, 2023

Can we close #2336 prior to merging this PR?

@djaglowski
Copy link
Member Author

@atoulme, done.

@codeboten codeboten merged commit e90380a into open-telemetry:main Apr 19, 2023
@github-actions github-actions bot added this to the next release milestone Apr 19, 2023
@djaglowski djaglowski deleted the connectors-stable branch April 19, 2023 17:23
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants