Skip to content

Commit

Permalink
[chore] prepare 0.64.0 (#234)
Browse files Browse the repository at this point in the history
* [chore] prepare 0.64.0

Creating a draft PR before the 0.64.0 release as the import paths for collector components (receivers, extensions, processors) have been updated.

* Fix OTELCOL_BUILDER_VERSION env var

Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>

* Fix module declarations for components in the core repo

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>

Signed-off-by: Juraci Paixão Kröhling <juraci@kroehling.de>
Co-authored-by: Juraci Paixão Kröhling <juraci.github@kroehling.de>
Co-authored-by: Tyler Helmuth <12352919+TylerHelmuth@users.noreply.github.com>
Co-authored-by: Juraci Paixão Kröhling <juraci@kroehling.de>
  • Loading branch information
4 people authored Nov 10, 2022
1 parent 6d8191c commit 9708049
Show file tree
Hide file tree
Showing 3 changed files with 180 additions and 190 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
GO ?= go
GORELEASER ?= goreleaser

OTELCOL_BUILDER_VERSION ?= 0.63.1
OTELCOL_BUILDER_VERSION ?= 0.64.0
OTELCOL_BUILDER_DIR ?= ${HOME}/bin
OTELCOL_BUILDER ?= ${OTELCOL_BUILDER_DIR}/ocb

Expand Down
Loading

0 comments on commit 9708049

Please sign in to comment.