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

chore: update OT core to 0.69.0 #891

Merged
merged 1 commit into from
Jan 13, 2023
Merged

chore: update OT core to 0.69.0 #891

merged 1 commit into from
Jan 13, 2023

Conversation

swiatekm
Copy link

I'm not sure why staticcheck didn't find uses of deprecated config.*Settings fields.

There's one other problem here. Some our components use a test package from upstream, and this test package has a dependency on the zpagesextension, whose dependencies weren't upgraded in 0.69.0 core. I don't understand go packaging with multiple replaces that well, but the end result was that the tests wanted to use version 0.68.0 of that package, which isn't compatible with 0.69.0. So I had to manually replace it in each component that uses it. Not sure if there's a more graceful way.

@github-actions github-actions bot added documentation Improvements or additions to documentation go labels Jan 12, 2023
@swiatekm swiatekm force-pushed the chore/upgrade-core branch 3 times, most recently from ff8c5a1 to 7d5715e Compare January 12, 2023 16:14
@swiatekm swiatekm marked this pull request as ready for review January 13, 2023 09:09
@swiatekm swiatekm requested a review from a team as a code owner January 13, 2023 09:09
Copy link
Contributor

@aboguszewski-sumo aboguszewski-sumo left a comment

Choose a reason for hiding this comment

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

lgtm, but read my comment about feature gates

otelcolbuilder/cmd/configprovider.go Show resolved Hide resolved
pkg/processor/k8sprocessor/go.mod Show resolved Hide resolved
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation go
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants