File tree Expand file tree Collapse file tree 4 files changed +8
-4
lines changed
packaging/technical-addon
packaging-scripts/cicd-tests Expand file tree Collapse file tree 4 files changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ THIS_MAKEFILE_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
33include $(abspath $(THIS_MAKEFILE_DIR ) /../../Makefile.Common)
44
55# Used for packaging
6- OTEL_COLLECTOR_VERSION? =0.142 .0
6+ OTEL_COLLECTOR_VERSION? =0.143 .0
77SPLUNK_OTELCOL_DOWNLOAD_BASE? =https://github.com/signalfx/splunk-otel-collector/releases/download
88PLATFORM? =linux
99ARCH? =amd64
Original file line number Diff line number Diff line change 22
33## Unreleased
44
5+ ## v1.11.0
6+
7+ - Updates addon to use collector version v0.143.0
8+
59## v1.10.0
610
711- Updates addon to use collector version v0.142.0
Original file line number Diff line number Diff line change @@ -18,11 +18,11 @@ label = Splunk Add-on for OpenTelemetry Agent
1818[launcher]
1919author = Splunk, Inc.
2020description = Splunk Add-on for OpenTelemetry is used to easily deploy OpenTelemetry Agent alongside Splunk Universal Forwarder to collect traces and metrics
21- version = 1.10 .0
21+ version = 1.11 .0
2222
2323[package]
2424id = Splunk_TA_otel
2525
2626[id]
2727name = Splunk_TA_otel
28- version = 1.10 .0
28+ version = 1.11 .0
Original file line number Diff line number Diff line change @@ -69,7 +69,7 @@ if [ $ATTEMPT -gt $MAX_ATTEMPTS ]; then
6969fi
7070
7171# For release, ensure version is as expected. TODO move this to another test and compare against tag
72- EXPECTED_ADDON_VERSION=v0.142 .0
72+ EXPECTED_ADDON_VERSION=v0.143 .0
7373actual_version=" $( grep " Version" " $TEST_FOLDER /splunk/otel.log" | head -1 | awk -F ' Version": "' ' {print $2}' | awk -F ' ", "' ' {print $1}' ) "
7474echo " actual version: $actual_version "
7575[[ " $actual_version " != " $EXPECTED_ADDON_VERSION " ]] && echo " Test failed -- invalid version" && exit 1
You can’t perform that action at this time.
0 commit comments