Skip to content

Commit

Permalink
Upgrade to 0.107.0 (#97)
Browse files Browse the repository at this point in the history
* Upgrade to 0.107.0

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

* Update ocb

Signed-off-by: Israel Blancas <iblancasa@gmail.com>

---------

Signed-off-by: Israel Blancas <iblancasa@gmail.com>
  • Loading branch information
iblancasa committed Aug 14, 2024
1 parent b3de398 commit bb3e3fe
Show file tree
Hide file tree
Showing 7 changed files with 506 additions and 507 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO ?= $(shell which go)
OTELCOL_VERSION ?= 0.102.1
OTELCOL_VERSION ?= 0.107.0
# TODO: Align the ocb version with the collector version as soon as the ubi go 1.21 is supported.
OCB_VERSION ?= 0.106.1
OCB_VERSION ?= 0.107.0
OTELCOL_BUILDER_DIR ?= ${PWD}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb
PROJECT ?= opentelemetry-collector
Expand All @@ -27,7 +27,7 @@ ifeq (, $(shell which ocb >/dev/null 2>/dev/null))
[ "$${machine}" != x86_64 ] || machine=amd64 ;\
echo "Installing ocb ($${os}/$${machine}) at $(OTELCOL_BUILDER_DIR)";\
mkdir -p $(OTELCOL_BUILDER_DIR) ;\
curl -sLo $(OTELCOL_BUILDER) "https://github.com/open-telemetry/opentelemetry-collector/releases/download/cmd%2Fbuilder%2Fv$(OCB_VERSION)/ocb_$(OCB_VERSION)_$${os}_$${machine}" ;\
curl -sLo $(OTELCOL_BUILDER) "https://github.com/open-telemetry/opentelemetry-collector-releases/releases/download/cmd%2Fbuilder%2Fv$(OCB_VERSION)/ocb_$(OCB_VERSION)_$${os}_$${machine}" ;\
chmod +x $(OTELCOL_BUILDER) ;\
}
else
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-08-13T18:51:07.478+0200 INFO internal/command.go:125 OpenTelemetry Collector Builder {"version": "0.106.1", "date": "2024-07-30T18:19:16Z"}
2024-08-13T18:51:07.479+0200 INFO internal/command.go:161 Using config file {"path": "manifest.yaml"}
2024-08-13T18:51:07.489+0200 INFO builder/config.go:142 Using go {"go-executable": "/home/ploffay/bin/go/bin/go"}
2024-08-13T18:51:07.495+0200 INFO builder/main.go:100 Sources created {"path": "./_build"}
2024-08-13T18:51:07.704+0200 INFO builder/main.go:191 Getting go modules
2024-08-13T18:51:07.766+0200 INFO builder/main.go:111 Compiling
2024-08-13T18:51:12.779+0200 INFO builder/main.go:130 Compiled {"binary": "./_build/otelcol"}
2024-08-14T12:34:09.113+0200 INFO internal/command.go:125 OpenTelemetry Collector Builder {"version": "(devel)"}
2024-08-14T12:34:09.115+0200 INFO internal/command.go:161 Using config file {"path": "manifest.yaml"}
2024-08-14T12:34:09.126+0200 INFO builder/config.go:142 Using go {"go-executable": "/home/iblancasa/go/bin/go"}
2024-08-14T12:34:09.131+0200 INFO builder/main.go:100 Sources created {"path": "./_build"}
2024-08-14T12:34:09.528+0200 INFO builder/main.go:191 Getting go modules
2024-08-14T12:34:09.657+0200 INFO builder/main.go:111 Compiling
2024-08-14T12:34:16.362+0200 INFO builder/main.go:130 Compiled {"binary": "./_build/otelcol"}
96 changes: 48 additions & 48 deletions _build/components.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit bb3e3fe

Please sign in to comment.