Skip to content

Commit

Permalink
Update otel/opentelemetry-collector-contrib Docker tag to v0.108.0 (#213
Browse files Browse the repository at this point in the history
)

* Update otel/opentelemetry-collector-contrib Docker tag to v0.108.0

| datasource | package                              | from    | to      |
| ---------- | ------------------------------------ | ------- | ------- |
| docker     | otel/opentelemetry-collector-contrib | 0.107.0 | 0.108.0 |


Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>

* Remove deprecated fields

---------

Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Luca Comellini <[email protected]>
  • Loading branch information
renovate[bot] and lucacome authored Aug 29, 2024
1 parent 6527bd7 commit 179255d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
3 changes: 0 additions & 3 deletions tests/collector.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
exporters:
debug:
verbosity: detailed
logging: {}
extensions:
health_check: {}
memory_ballast:
size_in_percentage: 40
processors:
batch: {}
memory_limiter:
Expand Down
2 changes: 1 addition & 1 deletion tests/exporter_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ var _ = Describe("Exporter", func() {

collectorImage := "otel/opentelemetry-collector-contrib"
// renovate: datasource=docker depName=otel/opentelemetry-collector-contrib
collectorImageVersion := "0.107.0"
collectorImageVersion := "0.108.0"

const collectorCfgName = "collector.yaml"

Expand Down

0 comments on commit 179255d

Please sign in to comment.