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

apis/v1beta1: remove ComponentUseLocalHostAsDefaultHost feature gate #3334

Merged
merged 3 commits into from
Oct 8, 2024

Conversation

frzifus
Copy link
Member

@frzifus frzifus commented Oct 7, 2024

Description:

Needs rebase after #3333

Link to tracking Issue(s):

Testing:

Documentation:

@frzifus frzifus force-pushed the remove_localhost_fg branch 2 times, most recently from 4abed7c to 8b03377 Compare October 7, 2024 21:35
@frzifus frzifus marked this pull request as ready for review October 7, 2024 21:35
@frzifus frzifus requested a review from a team as a code owner October 7, 2024 21:35
@frzifus frzifus force-pushed the remove_localhost_fg branch 2 times, most recently from c08913e to 81b7cbb Compare October 7, 2024 22:01
@jaronoff97
Copy link
Contributor

seems like theres a linter issue still and a few e2e tests failing, but the logic LGTM.

@frzifus frzifus force-pushed the remove_localhost_fg branch 4 times, most recently from 55b41de to 56279c8 Compare October 7, 2024 22:45
map[string]string{"feature-gates": "-component.UseLocalHostAsDefaultHost"},
map[string]string{},
Copy link
Contributor

Choose a reason for hiding this comment

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

shouldn't this still be true?

Copy link
Contributor

Choose a reason for hiding this comment

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

maybe not if the test is running all the upgrades...

Copy link
Member Author

Choose a reason for hiding this comment

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

y, I think the Problem is that the upgrade does not stop at 104.

Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
.chloggen/remove_localhost_fg.yaml Outdated Show resolved Hide resolved
.chloggen/remove_localhost_fg.yaml Outdated Show resolved Hide resolved
.chloggen/remove_localhost_fg.yaml Outdated Show resolved Hide resolved
.chloggen/remove_localhost_fg.yaml Show resolved Hide resolved
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
Signed-off-by: Benedikt Bongartz <bongartz@klimlive.de>
@swiatekm swiatekm merged commit 098afda into open-telemetry:main Oct 8, 2024
33 checks passed
@frzifus frzifus deleted the remove_localhost_fg branch October 8, 2024 10:09
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Remove ComponentUseLocalHostAsDefaultHost()
4 participants