We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dd5a397 commit d15f82cCopy full SHA for d15f82c
.ci/updatecli.d/bump-upstream-agent-version.yml
@@ -1,4 +1,5 @@
1
name: Upgrade the upstream agent version and related transitive dependencies
2
+pipelineid: 'upgrade-upstream-agent-version'
3
# This task
4
# - checks if the current otel-agent version referenced by the distro is the latest release
5
# - if not, it will update the agent version AND the semconv and contrib versions to match the upstream
@@ -14,6 +15,7 @@ scms:
14
15
username: '{{ requiredEnv "GITHUB_ACTOR" }}'
16
branch: main
17
commitusingapi: true
18
+ force: false
19
20
sources:
21
0 commit comments