Skip to content
Merged
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
2 changes: 2 additions & 0 deletions .ci/updatecli.d/bump-upstream-agent-version.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
name: Upgrade the upstream agent version and related transitive dependencies
pipelineid: 'upgrade-upstream-agent-version'
Copy link
Member Author

Choose a reason for hiding this comment

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

this is the one in charge to set the upstream branch, so we can use always the same one

# This task
# - checks if the current otel-agent version referenced by the distro is the latest release
# - if not, it will update the agent version AND the semconv and contrib versions to match the upstream
Expand All @@ -14,6 +15,7 @@ scms:
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
branch: main
commitusingapi: true
force: false

sources:

Expand Down
Loading