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

cli: bump and fix otel-operator dependency #260

Merged
merged 1 commit into from Mar 2, 2022

Conversation

paulfantom
Copy link
Contributor

This is fixing incorrect dependency github.com/open-telemetry/opentelemetry-operator/api/v1alpha1 to github.com/open-telemetry/opentelemetry-operator/apis/v1alpha1 (notice s in /apis/).

Additionally go mod tidy was run to update some dependencies and clean up go.mod file.

@paulfantom paulfantom added the cli label Feb 24, 2022
@paulfantom paulfantom requested a review from a team as a code owner February 24, 2022 09:08
@paulfantom paulfantom mentioned this pull request Feb 24, 2022
1 task
@paulfantom paulfantom added the dependencies Pull requests that update a dependency file label Feb 24, 2022
@paulfantom
Copy link
Contributor Author

Potentially blocked by #273

@paulfantom paulfantom force-pushed the cli-otel branch 2 times, most recently from e890845 to 62c8614 Compare March 2, 2022 09:49
@paulfantom
Copy link
Contributor Author

paulfantom commented Mar 2, 2022

PInning to earliest opentelemetry-operator version that has apis instead of api path and not bumping kubernetes libraries to 0.23.x, but sticking to 0.22.x.

This should limit number of updates done in the PR and allow easier debugging of issues with e2e tests.

My current diagnosis is that newer kubernetes library changed something in how port-forwarding logic works (maybe layout changed or something) and thus tests are failing. This is related to #279.

@paulfantom paulfantom merged commit e7070b9 into timescale:master Mar 2, 2022
@paulfantom paulfantom deleted the cli-otel branch March 2, 2022 17:20
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants