Skip to content

Commit

Permalink
Release/technical addon/v1.4.0 (#5872)
Browse files Browse the repository at this point in the history
* Updates TA to splunk-otel-collector v and marks TA as v1.4.0

* update test to 118
  • Loading branch information
hughesjj authored Feb 6, 2025
1 parent 5bac067 commit 56abf21
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion packaging/technical-addon/Makefile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Used for building
SOURCE_DIR?=$(dir $(abspath $(lastword $(MAKEFILE_LIST))))
BUILD_DIR?=$(realpath .)/build
OTEL_COLLECTOR_VERSION?=0.111.0
OTEL_COLLECTOR_VERSION?=0.118.0
SPLUNK_OTELCOL_DOWNLOAD_BASE?=https://github.com/signalfx/splunk-otel-collector/releases/download
PLATFORM?=linux
ARCH?=amd64
Expand Down
4 changes: 2 additions & 2 deletions packaging/technical-addon/Splunk_TA_otel/default/app.conf
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,11 @@ label = Splunk Add-on for OpenTelemetry Agent
[launcher]
author = Splunk, Inc.
description = Splunk Add-on for OpenTelemetry is used to easily deploy OpenTelemetry Agent alongside Splunk Universal Forwarder to collect traces and metrics
version = 1.3.3
version = 1.4.0

[package]
id = Splunk_TA_otel

[id]
name = Splunk_TA_otel
version = 1.3.3
version = 1.4.0
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ fi
# For release, ensure version is as expected. TODO move this to another test and compare against tag
actual_version="$(grep "Version" "$TEST_FOLDER/splunk/otel.log" | head -1 | awk -F 'Version": "' '{print $2}' | awk -F '", "' '{print $1}')"
echo "actual version: $actual_version"
[[ "$actual_version" != "v0.111.0" ]] && echo "Test failed -- invalid version" && exit 1
[[ "$actual_version" != "v0.118.0" ]] && echo "Test failed -- invalid version" && exit 1

# clean up orca container
splunk_orca --cloud ${ORCA_CLOUD} destroy "${deployment_id}"
Expand Down

0 comments on commit 56abf21

Please sign in to comment.