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

bump go.opentelemetry.io/collector/semconv from 0.80.1-0.20230629144634-c3f70bd1f8ea to 0.90.1 in /receiver/receivercreator #9459

Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 4 additions & 2 deletions .github/workflows/scripts/release-prepare-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -30,8 +30,10 @@ find . -name "*.bak" -type f -delete
git add versions.yaml
git commit -m "update version.yaml ${CANDIDATE_BETA}"

sed -i.bak "s/${CURRENT_BETA}/${CANDIDATE_BETA}/g" ./cmd/oteltestbedcol/builder-config.yaml
sed -i.bak "s/${CURRENT_BETA}/${CANDIDATE_BETA}/g" ./cmd/otelcontribcol/builder-config.yaml
sed -i.bak "s/v${CURRENT_BETA}/v${CANDIDATE_BETA}/g" ./cmd/oteltestbedcol/builder-config.yaml
sed -i.bak "s/v${CURRENT_BETA}/v${CANDIDATE_BETA}/g" ./cmd/otelcontribcol/builder-config.yaml
sed -i.bak "s/${CURRENT_BETA}-dev/${CANDIDATE_BETA}-dev/g" ./cmd/otelcontribcol/builder-config.yaml

find . -name "*.bak" -type f -delete
make genotelcontribcol
make genoteltestbedcol
Expand Down
2 changes: 1 addition & 1 deletion receiver/receivercreator/go.mod
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ require (
go.opentelemetry.io/collector/extension v0.80.1-0.20230629144634-c3f70bd1f8ea
go.opentelemetry.io/collector/pdata v1.0.0-rcv0013.0.20230629144634-c3f70bd1f8ea
go.opentelemetry.io/collector/receiver v0.80.1-0.20230629144634-c3f70bd1f8ea
go.opentelemetry.io/collector/semconv v0.80.1-0.20230629144634-c3f70bd1f8ea
go.opentelemetry.io/collector/semconv v0.90.1
go.uber.org/multierr v1.11.0
go.uber.org/zap v1.24.0
)
Expand Down
4 changes: 2 additions & 2 deletions receiver/receivercreator/go.sum

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading