Skip to content

Commit 02e7ec7

Browse files
committed
[opentelemetry-integration] update collector and target allocator
1 parent 88107b9 commit 02e7ec7

File tree

4 files changed

+12
-17
lines changed

4 files changed

+12
-17
lines changed

otel-integration/CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
## OpenTelemtry-Integration
44

5+
### v0.0.110 / 2024-10-24
6+
- [Feat] Bump collector version to `0.112.0`
7+
58
### v0.0.109 / 2024-10-23
69
- [Feat] E2E Testing: Populated hostmetrics maps and enable process metrics
710

otel-integration/k8s-helm/Chart.yaml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
apiVersion: v2
22
name: otel-integration
33
description: OpenTelemetry Integration
4-
version: 0.0.109
4+
version: 0.0.110
55
keywords:
66
- OpenTelemetry Collector
77
- OpenTelemetry Agent
@@ -11,27 +11,27 @@ keywords:
1111
dependencies:
1212
- name: opentelemetry-collector
1313
alias: opentelemetry-agent
14-
version: "0.95.4"
14+
version: "0.96.0"
1515
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
1616
condition: opentelemetry-agent.enabled
1717
- name: opentelemetry-collector
1818
alias: opentelemetry-agent-windows
19-
version: "0.95.4"
19+
version: "0.96.0"
2020
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
2121
condition: opentelemetry-agent-windows.enabled
2222
- name: opentelemetry-collector
2323
alias: opentelemetry-cluster-collector
24-
version: "0.95.4"
24+
version: "0.96.0"
2525
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
2626
condition: opentelemetry-cluster-collector.enabled
2727
- name: opentelemetry-collector
2828
alias: opentelemetry-receiver
29-
version: "0.95.4"
29+
version: "0.96.0"
3030
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
3131
condition: opentelemetry-receiver.enabled
3232
- name: opentelemetry-collector
3333
alias: opentelemetry-gateway
34-
version: "0.95.4"
34+
version: "0.96.0"
3535
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
3636
condition: opentelemetry-gateway.enabled
3737
sources:

otel-integration/k8s-helm/e2e-test/expected_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ var expectedSchemaURL = map[string]bool{
55
"https://opentelemetry.io/schemas/1.9.0": false,
66
}
77

8-
const expectedScopeVersion = "0.111.0"
8+
const expectedScopeVersion = "0.112.0"
99

1010
var expectedScopeNames = map[string]bool{
1111
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/networkscraper": false,

otel-integration/k8s-helm/values.yaml

Lines changed: 2 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ global:
55
defaultSubsystemName: "integration"
66
logLevel: "warn"
77
collectionInterval: "30s"
8-
version: "0.0.109"
8+
version: "0.0.110"
99

1010
extensions:
1111
kubernetesDashboard:
@@ -58,12 +58,10 @@ opentelemetry-agent:
5858
scrapeInterval: 30s
5959
image:
6060
repository: ghcr.io/open-telemetry/opentelemetry-operator/target-allocator
61-
tag: v0.105.0
61+
tag: v0.111.0
6262

63-
# Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information.
6463
command:
6564
name: otelcol-contrib
66-
extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"]
6765

6866
serviceAccount:
6967
# Specifies whether a service account should be created
@@ -441,10 +439,8 @@ opentelemetry-cluster-collector:
441439
kubernetesResources:
442440
enabled: false
443441

444-
# Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information.
445442
command:
446443
name: otelcol-contrib
447-
extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"]
448444

449445
extraEnvs:
450446
- name: CORALOGIX_PRIVATE_KEY
@@ -745,10 +741,8 @@ opentelemetry-gateway:
745741
enabled: true
746742
clusterName: "{{.Values.global.clusterName}}"
747743
integrationName: "coralogix-integration-helm"
748-
# Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information.
749744
command:
750745
name: otelcol-contrib
751-
extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"]
752746

753747
config:
754748
extensions:
@@ -940,10 +934,8 @@ opentelemetry-receiver:
940934
enabled: true
941935
clusterName: "{{.Values.global.clusterName}}"
942936
integrationName: "coralogix-integration-helm"
943-
# Temporary feature gates to prevent breaking changes. Please see changelog for version 0.0.85 for more information.
944937
command:
945938
name: otelcol-contrib
946-
extraArgs: ["--feature-gates=component.UseLocalHostAsDefaultHost"]
947939

948940
config:
949941
extensions:

0 commit comments

Comments
 (0)