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 the latest OTel stable version to 1.4.0 #1042

Conversation

utpilla
Copy link
Contributor

@utpilla utpilla commented Feb 24, 2023

Changes

  • Update the latest OTel stable version to 1.4.0

@@ -17,6 +17,7 @@
<PackageReference Include="OpenTelemetry.Api" Version="$(OpenTelemetryCoreLatestVersion)" />
<PackageReference Include="StackExchange.Redis" Version="$(StackExchangeRedisPkgVer)" />
<PackageReference Include="Microsoft.Extensions.Options" Version="$(MicrosoftExtensionsOptionsPkgVer)" />
<PackageReference Include="System.Reflection.Emit.Lightweight" Version="$(SystemReflectionEmitLightweightPkgVer)" Condition="'$(TargetFramework)' != 'net6.0'" />
Copy link
Contributor

Choose a reason for hiding this comment

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

It will be great to have infor about new direct reference in changelog.

@@ -31,11 +31,12 @@
<MicrosoftOwinPkgVer>[4.2.2,5.0)</MicrosoftOwinPkgVer>
<MicrosoftPublicApiAnalyzersPkgVer>[3.3.3]</MicrosoftPublicApiAnalyzersPkgVer>
<MicrosoftSourceLinkGitHubPkgVer>[1.1.1,2.0)</MicrosoftSourceLinkGitHubPkgVer>
<OpenTelemetryCoreLatestVersion>[1.3.2,2.0)</OpenTelemetryCoreLatestVersion>
<OpenTelemetryCoreLatestVersion>[1.4.0,2.0)</OpenTelemetryCoreLatestVersion>
<OpenTelemetryCoreLatestPrereleaseVersion>[1.4.0-rc.4,2.0)</OpenTelemetryCoreLatestPrereleaseVersion>
Copy link
Contributor

Choose a reason for hiding this comment

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

Please change all OpenTelemetryCoreLatestPrereleaseVersion to OpenTelemetryCoreLatestVersion

Or at least change this line to 1.4.0 instead of RC

Copy link
Contributor Author

Choose a reason for hiding this comment

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

I was thinking about this. It sounds weird to have OpenTelemetryCoreLatestPrereleaseVersion point to a non-prerelease version 😀

We could change it 1.4.0 for now and then update it to 1.5.0-alpha.1 when it's out.

@cijothomas Thoughts?

Copy link
Member

Choose a reason for hiding this comment

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

We could change it 1.4.0 for now and then update it to 1.5.0-alpha.1 when it's out.

This sounds good.

@Kielek
Copy link
Contributor

Kielek commented Feb 25, 2023

Compilation issues can be handled by 68eeab7

@Kielek
Copy link
Contributor

Kielek commented Feb 27, 2023

@utpilla, @cijothomas - please check #1038 - it was created before you have made 1.4.0 release.
It has some additional fixes, but should fully cover also this PR.

If you prefer move forward with this PR, please close mine.

@Kielek Kielek added dependencies Pull requests that update a dependency file .NET labels Feb 27, 2023
@cijothomas
Copy link
Member

@utpilla, @cijothomas - please check #1038 - it was created before you have made 1.4.0 release. It has some additional fixes, but should fully cover also this PR.

If you prefer move forward with this PR, please close mine.

I did not realize that there were 2 PRs for the same! Lets proceed with this now, to unblock other works depending on 1.4 in this repo.

Lets sync on slack channel before mas-otel-version bump, to make sure no duplicate efforts occur. @utpilla @Kielek

@utpilla
Copy link
Contributor Author

utpilla commented Feb 27, 2023

These changes were covered in #1038.

@utpilla utpilla closed this Feb 27, 2023
@utpilla utpilla deleted the utpilla/Update-OTel-latest-stable-version branch March 28, 2023 02:10
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.