Skip to content

Commit 71fd862

Browse files
[chore] Updates TA to splunk-otel-collector v0.143.0 and marks TA as v1.11.0
1 parent 67c7718 commit 71fd862

File tree

4 files changed

+8
-4
lines changed

4 files changed

+8
-4
lines changed

packaging/technical-addon/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ THIS_MAKEFILE_DIR := $(abspath $(dir $(lastword $(MAKEFILE_LIST))))
33
include $(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
77
SPLUNK_OTELCOL_DOWNLOAD_BASE?=https://github.com/signalfx/splunk-otel-collector/releases/download
88
PLATFORM?=linux
99
ARCH?=amd64

packaging/technical-addon/Splunk_TA_otel/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
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

packaging/technical-addon/Splunk_TA_otel/default/app.conf

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ label = Splunk Add-on for OpenTelemetry Agent
1818
[launcher]
1919
author = Splunk, Inc.
2020
description = 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]
2424
id = Splunk_TA_otel
2525

2626
[id]
2727
name = Splunk_TA_otel
28-
version = 1.10.0
28+
version = 1.11.0

packaging/technical-addon/packaging-scripts/cicd-tests/happypath-test.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ if [ $ATTEMPT -gt $MAX_ATTEMPTS ]; then
6969
fi
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
7373
actual_version="$(grep "Version" "$TEST_FOLDER/splunk/otel.log" | head -1 | awk -F 'Version": "' '{print $2}' | awk -F '", "' '{print $1}')"
7474
echo "actual version: $actual_version"
7575
[[ "$actual_version" != "$EXPECTED_ADDON_VERSION" ]] && echo "Test failed -- invalid version" && exit 1

0 commit comments

Comments
 (0)