Skip to content

Commit

Permalink
Bump otel collector to 0.102.1 (#85)
Browse files Browse the repository at this point in the history
Signed-off-by: Ruben Vargas <ruben.vp8510@gmail.com>
  • Loading branch information
rubenvp8510 committed Jun 6, 2024
1 parent 300e90a commit 4d4c3ed
Show file tree
Hide file tree
Showing 6 changed files with 568 additions and 563 deletions.
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO ?= $(shell which go)
OTELCOL_VERSION ?= 0.100.0
OTELCOL_VERSION ?= 0.102.1
# TODO: Align the ocb version with the collector version as soon as the ubi go 1.21 is supported.
OCB_VERSION ?= 0.100.0
OCB_VERSION ?= 0.102.1
OTELCOL_BUILDER_DIR ?= ${PWD}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
PROJECT ?= opentelemetry-collector
Expand Down
14 changes: 7 additions & 7 deletions _build/build.log
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
Flag --go has been deprecated, use config distribution::go
2024-05-23T01:54:50.420-0600 INFO internal/command.go:125 OpenTelemetry Collector Builder {"version": "0.100.0", "date": "2024-05-06T17:52:27Z"}
2024-05-23T01:54:50.421-0600 INFO internal/command.go:161 Using config file {"path": "manifest.yaml"}
2024-05-23T01:54:50.426-0600 INFO builder/config.go:132 Using go {"go-executable": "/usr/local/go/bin/go"}
2024-05-23T01:54:50.430-0600 INFO builder/main.go:100 Sources created {"path": "./_build"}
2024-05-23T01:54:51.857-0600 INFO builder/main.go:191 Getting go modules
2024-05-23T01:54:52.284-0600 INFO builder/main.go:111 Compiling
2024-05-23T01:54:55.106-0600 INFO builder/main.go:130 Compiled {"binary": "./_build/otelcol"}
2024-06-05T15:31:34.142-0600 INFO internal/command.go:125 OpenTelemetry Collector Builder {"version": "0.102.1", "date": "2024-06-05T15:02:33Z"}
2024-06-05T15:31:34.143-0600 INFO internal/command.go:161 Using config file {"path": "manifest.yaml"}
2024-06-05T15:31:34.148-0600 INFO builder/config.go:132 Using go {"go-executable": "/usr/local/go/bin/go"}
2024-06-05T15:31:34.150-0600 INFO builder/main.go:100 Sources created {"path": "./_build"}
2024-06-05T15:31:47.759-0600 INFO builder/main.go:191 Getting go modules
2024-06-05T15:32:03.011-0600 INFO builder/main.go:111 Compiling
2024-06-05T15:32:29.607-0600 INFO builder/main.go:130 Compiled {"binary": "./_build/otelcol"}
Loading

0 comments on commit 4d4c3ed

Please sign in to comment.