Skip to content

Commit 0f76194

Browse files
authored
Merge branch 'main' into prepare_v0.121.0_changelog
2 parents 0f90b80 + e6a665a commit 0f76194

File tree

44 files changed

+1172
-1219
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+1172
-1219
lines changed

.github/workflows/dotnet-instr-deployer-add-on.yml

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,13 +4,27 @@ on:
44
push:
55
paths:
66
- 'packaging/dotnet-instr-deployer-add-on/**'
7+
- '.github/workflows/dotnet-instr-deployer-add-on.yml'
78
pull_request:
89
paths:
910
- 'packaging/dotnet-instr-deployer-add-on/**'
11+
- '.github/workflows/dotnet-instr-deployer-add-on.yml'
1012
workflow_dispatch:
13+
inputs:
14+
splunk_uf_version:
15+
description: 'Splunk UF version'
16+
required: false
17+
default: '9.4.0'
18+
splunk_uf_build_hash:
19+
description: 'Splunk UF build hash'
20+
required: false
21+
default: '6b4ebe426ca6'
1122

1223
env:
1324
GO_VERSION: 1.23.6
25+
# Provide default values for non-manually triggered executions
26+
splunk_uf_version: ${{ github.event.inputs.splunk_uf_version || '9.4.0' }}
27+
splunk_uf_build_hash: ${{ github.event.inputs.splunk_uf_build_hash || '6b4ebe426ca6' }}
1428

1529
jobs:
1630
build-pack-test-dotnet-deployer-ta:
@@ -46,7 +60,8 @@ jobs:
4660

4761
- name: Download the Splunk UF MSI
4862
shell: bash
49-
run: curl https://download.splunk.com/products/universalforwarder/releases/9.4.0/windows/splunkforwarder-9.4.0-6b4ebe426ca6-windows-x64.msi -o splunkforwarder.msi
63+
run: |
64+
curl https://download.splunk.com/products/universalforwarder/releases/${{ env.splunk_uf_version }}/windows/splunkforwarder-${{ env.splunk_uf_version }}-${{ env.splunk_uf_build_hash }}-windows-x64.msi -o splunkforwarder.msi
5065
5166
- name: Install Splunk UF
5267
run: msiexec.exe /i "$PWD\splunkforwarder.msi" /qn /l*v install-log.txt AGREETOLICENSE=Yes USE_LOCAL_SYSTEM=1

.github/workflows/lychee.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
id: lychee
2424
uses: lycheeverse/[email protected]
2525
with:
26-
lycheeVersion: nightly # TODO: Change to stable once v0.17.1 is released, the version that includes a retry fix
26+
lycheeVersion: v0.18.1
2727
args: -v -n --config .lychee.toml './*.md' './**/*.md'
2828
fail: true
2929
env:

.lychee.toml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,3 @@
1-
max_concurrency = 20
2-
timeout = 30
3-
max_retires = 5
4-
retry_wait_time = 30
51
exclude = [
62
"my.host",
73
"file://*",
@@ -25,3 +21,7 @@ exclude = [
2521
"https://github.com/.*/(pull|issues)/[0-9]+", # We have too many PR and issues links in CHANGELOG.md that we allways run out of the rate limit
2622
"https://bugs.mysql.com/*", # Failing with 403 Forbidden. Likely rejecting the user agent
2723
]
24+
max_concurrency = 20
25+
max_retries = 5
26+
retry_wait_time = 30
27+
timeout = 30

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ This Splunk OpenTelemetry Collector release includes changes from the [opentelem
88

99
### 🛑 Breaking changes 🛑
1010

11+
- (Splunk) Support for Oracle Linux 7 has been dropped ([#5974](https://github.com/signalfx/splunk-otel-collector/pull/5974))
12+
1113
- (Core) `confighttp`: Make the client config options `max_idle_conns`, `max_idle_conns_per_host`, `max_conns_per_host`, and `idle_conn_timeout` integers ([#9478](https://github.com/open-telemetry/opentelemetry-collector/issues/9478))
1214
All four options can be set to `0` where they were previously set to `null`
1315

deployments/ansible/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,8 @@ Observability Cloud](https://www.splunk.com/en_us/observability.html).
1313
Currently, the following Linux distributions and versions are supported:
1414

1515
- Amazon Linux: 2, 2023 (**Note:** Log collection with Fluentd not currently supported for Amazon Linux 2023.)
16-
- CentOS / Red Hat / Oracle: 7, 8, 9
16+
- CentOS / Red Hat: 7, 8, 9
17+
- Oracle: 8, 9
1718
- Debian: 9, 10, 11
1819
- SUSE: 12, 15 (**Note:** Only for collector versions v0.34.0 or higher. Log collection with Fluentd not currently supported.)
1920
- Ubuntu: 16.04, 18.04, 20.04, 22.04

deployments/chef/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ https://www.splunk.com/en_us/observability.html).
1717
Currently, the following Linux distributions and versions are supported:
1818

1919
- Amazon Linux: 2
20-
- CentOS / Red Hat / Oracle: 7, 8, 9
20+
- CentOS / Red Hat: 7, 8, 9
21+
- Oracle: 8, 9
2122
- Debian: 9, 10, 11
2223
- SUSE: 12, 15 (**Note:** Only for Collector versions v0.34.0 or higher. Log collection with Fluentd not currently supported.)
2324
- Ubuntu: 18.04, 20.04, 22.04

deployments/puppet/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ OpenTelemetry Collector.
88
Currently, the following Linux distributions and versions are supported:
99

1010
- Amazon Linux: 2, 2023 (**Note:** Log collection with Fluentd not currently supported for Amazon Linux 2023.)
11-
- CentOS / Red Hat / Oracle: 7, 8, 9
11+
- CentOS / Red Hat: 7, 8, 9
12+
- Oracle: 8, 9
1213
- Debian: 9, 10, 11
1314
- SUSE: 12, 15 (**Note:** Only for collector versions v0.34.0 or higher. Log collection with Fluentd not currently supported.)
1415
- Ubuntu: 16.04, 18.04, 20.04, 22.04

deployments/salt/README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,8 @@ Observability Cloud](https://www.splunk.com/en_us/observability.html).
88
Currently, the following Linux distributions and versions are supported:
99

1010
- Amazon Linux: 2, 2023 (**Note:** Log collection with Fluentd not currently supported for Amazon Linux 2023.)
11-
- CentOS / Red Hat / Oracle: 7, 8, 9
11+
- CentOS / Red Hat: 7, 8, 9
12+
- Oracle: 8, 9
1213
- Debian: 9, 10, 11
1314
- SUSE: 12, 15 (**Note:** Only for collector versions v0.34.0 or higher. Log collection with fluentd not currently supported.)
1415
- Ubuntu: 16.04, 18.04, 20.04, 22.04

0 commit comments

Comments
 (0)