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

update otelcol versions to 0.98.0 #32544

Merged
merged 1 commit into from
Apr 18, 2024

Conversation

kristinapathak
Copy link
Contributor

@kristinapathak kristinapathak commented Apr 18, 2024

Description:
Fix versioning mismatch

Link to tracking Issue: 32539

Testing: ran make genotelcontribcol and make genoteltestbedcol

@codeboten codeboten added the Skip Changelog PRs that do not require a CHANGELOG.md entry label Apr 18, 2024
@kristinapathak
Copy link
Contributor Author

Unfortunately, this works because the builder version is old...when updated to the newest commit hash, I see this error:

Error: mismatch in go.mod and builder configuration versions: core collector version calculated by component dependencies "v0.98.1-0.20240416174005-d0f15e2463f8" does not match configured version "v0.98.0". Use --skip-strict-versioning to temporarily disable this check. This flag will be removed in a future minor version

@codeboten codeboten merged commit 6a2eae3 into open-telemetry:main Apr 18, 2024
161 of 162 checks passed
@github-actions github-actions bot added this to the next release milestone Apr 18, 2024
@codeboten
Copy link
Contributor

@kristinapathak i've merged this anyways since it was left on the old version

@kristinapathak kristinapathak deleted the builder-bug branch April 18, 2024 22:15
codeboten pushed a commit to open-telemetry/opentelemetry-collector that referenced this pull request Apr 19, 2024
#### Description
When building from a commit hash, I got this error:
```
Error: mismatch in go.mod and builder configuration versions: core collector version calculated by component dependencies "v0.98.1-0.20240416174005-d0f15e2463f8" does not match configured version "v0.98.0". Use --skip-strict-versioning to temporarily disable this check. This flag will be removed in a future minor version
```
It may be more useful to only compare the major and minor versions

#### Link to tracking issue
#9896
Found in
open-telemetry/opentelemetry-collector-contrib#32544

#### Testing
Manually tested new build

#### Documentation
updated readme
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cmd/otelcontribcol otelcontribcol command cmd/oteltestbedcol Skip Changelog PRs that do not require a CHANGELOG.md entry
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants