Commit ee8588b
authored
[chore][exporter/datadog] Fix pseudoversion (#42845)
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
When DataDog/datadog-agent@c0e8c8158aa2 was committed,
https://github.com/DataDog/datadog-agent/releases/tag/comp/otelcol/otlp/testutil/v0.72.0-devel
did not exist, so on #42553 we based the pseudoversion on the preceding
tag,
https://github.com/DataDog/datadog-agent/releases/tag/comp/otelcol/otlp/testutil/v0.71.0-devel.
This made Renovate confused over at #42832 so I am bumping the base
version of the pseudoversion here so that Renovate works correctly
(right now Renovate tries to _downgrade_ to v0.72.0-devel but this
commit comes after v0.72.0-devl)1 parent 5e2d35f commit ee8588b
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
| 7 | + | |
8 | 8 | | |
9 | 9 | | |
10 | 10 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments