Skip to content

Commit

Permalink
fix(makefile): update versioning mechanism for OpenTelemetry Collector
Browse files Browse the repository at this point in the history
Replace the mechanism to fetch VERSION from remote versions.yaml with OTELCOL_VERSION placeholder.
Add a new target set-otelcol-version to set the OpenTelemetry Collector version from go.mod.
Modify the build target to depend on set-otelcol-version.
Remove the update-collector-version target and its usage in the build target.
  • Loading branch information
nslaughter committed Jun 24, 2024
1 parent 42dc315 commit 5f84af7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion collector/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
v0.91.0
v0.102.1

0 comments on commit 5f84af7

Please sign in to comment.