-
Notifications
You must be signed in to change notification settings - Fork 42
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
Feat: Prepare for Version 0.6.0 #29
Conversation
…ily modified later; set the value of GO_VERSIONS to 1.15, 1.16, 1.17 since this is the maximum go version for otel version 1.10.0;
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Other than my below comment, can you add CHANGELOG.md
to track changes other than in the PR description? So that it easier to track our changes instead of checking on the PR or release.
Hmm.., what is the difference with just accessing the releases page, @ilhamsyahids? 🤔 I mean, I check the To be honest, I currently don't see any additional value in doing this. But I might be wrong, and this is why I'm asking you this question. |
Here are what I'm thinking, @riandyrn:
|
Ok, after some careful consideration we decided to add |
Signed-off-by: Ilham Syahid S <[email protected]>
Signed-off-by: Ilham Syahid S <[email protected]>
This reverts commit 1ae1055.
…his is to ensure we have the same supported compatibilities as OpenTelemetry Go.
This reverts commit 0a38e35.
CI: Compatibility Testing
…on to version.go to follow OpenTelemetry Go convention;
Signed-off-by: Ilham Syahid S <[email protected]>
Docs: Add `CHANGELOG.md`
Docs: Add Repo Essential Docs
…ake it clear that for merging repo owner doesn't need to get approval from maintainers
…ng relative path for otelchi in basic example go.mod
…ikely run the command inside `examples/basic` directory
Chore: Adjust Examples for `v0.6.0`
Changes Summary:
otel v1.10.0
,semconv 1.12.0
, andchi 5.0.12
.make test
in the terminal).examples
(Chore: Adjust Examples forv0.6.0
#35)This PR is equivalent to otelmux v1.10.0.
As mentioned in #27, this PR covers
go1.15 - 1.17
. You can see that this PR has been tested ongo1.15 - 1.17
here.