Skip to content

Commit

Permalink
Merge branch 'master' into upgrade-windows-images
Browse files Browse the repository at this point in the history
  • Loading branch information
douglascamata committed Jan 9, 2025
2 parents 71c40e8 + d80e839 commit 68ed884
Show file tree
Hide file tree
Showing 4 changed files with 39 additions and 11 deletions.
34 changes: 31 additions & 3 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,14 +2,26 @@

## OpenTelemtry-Integration

### v0.0.132 / 2025-01-08
### v0.0.135 / 2025-01-09

- [Feat] Bump Windows 2019 image to the latest LTSC image for such version
- [:warning: Change][Feat] Bump Collector version in Windows nodes to `0.116.0`
If you're using your custom configuration that relies on implicit conversion of types, please see the note about change in behavior in [`the 0.89.0 to 0.90.0 section of UPGRADING.md`](./UPGRADING.md#0089-to-0090).
The defualt Windows values files have been already updated with this change.
- [Fix] Update some missing/divergent configuration in the Windows tailsampling values file

### v0.0.134 / 2025-01-09

- [Feat] Upgrade OpenTelemetry Collector to `0.117.0`

### v0.0.133 / 2025-01-09

- [Feat] use v1 entity endpoint for resource catalog

### v0.0.132 / 2025-01-08

- [Feat] add entity interval for objects coming from kubernetesResources preset.

### v0.0.131 / 2025-01-07

- [Feat] Upgrade OpenTelemetry Collector to `0.116.0`
Expand Down Expand Up @@ -240,7 +252,7 @@
### v0.0.78 / 2024-06-06

- [FEAT] Bump Collector to 0.102.1
- [FIX] Important: This version contains fix for cve-2024-36129. For more information see https://opentelemetry.io/blog/2024/cve-2024-36129/
- [FIX] Important: This version contains fix for cve-2024-36129. For more information see <https://opentelemetry.io/blog/2024/cve-2024-36129/>

### v0.0.77 / 2024-06-05

Expand Down Expand Up @@ -397,7 +409,7 @@
### v0.0.44 / 2023-12-13

- [CHORE] Update collector to `v0.91.0`.
- [FEATURE] Remove memoryballast and enable GOMEMLIMIT instead. This should significantly reduce memory footprint. See https://github.com/open-telemetry/opentelemetry-helm-charts/issues/891.
- [FEATURE] Remove memoryballast and enable GOMEMLIMIT instead. This should significantly reduce memory footprint. See <https://github.com/open-telemetry/opentelemetry-helm-charts/issues/891>.

### v0.0.43 / 2023-12-12

Expand Down Expand Up @@ -427,53 +439,69 @@
- [FIX] Kubelet Stats use Node IP instead of Node name.

### v0.0.37 / 2023-11-27

- [:warning: BREAKING CHANGE] [FEATURE] Add support for span metrics preset. This replaces the deprecated `spanmetricsprocessor` with `spanmetricsconnector`. The new connector is disabled by default, as opposed the replaces processor. To enable it, set `presets.spanMetrics.enabled` to `true`.

### v0.0.36 / 2023-11-15

- [FIX] Change statsd receiver port to 8125 instead of 8127

### v0.0.35 / 2023-11-14

- [FEATURE] Adds statsd receiver to listen for metrics on 8125 port.

### v0.0.34 / 2023-11-13

- [FIX] Remove Kube-State-Metrics receive_creator, which generated unnecessary configuration.

### v0.0.33 / 2023-11-08

- [FIX] Remove Kube-State-Metrics, as K8s Cluster Receiver provides all the needed metrics.

### v0.0.32 / 2023-11-03

- [FIX] Ensure correct order of processors for k8s deployment attributes.

### v0.0.31 / 2023-11-03

- [FIX] Fix scraping Kube State Metrics
- [CHORE] Update Collector to 0.88.0 (v0.76.0)
- [FIX] Fix consistent k8s.deployment.name attribute

### v0.0.30 / 2023-10-31

- [FEATURE] Add support for defining priority class

### v0.0.29 / 2023-10-31

- [FIX] Fix support for openshift

### v0.0.28 / 2023-10-30

- [CHORE] Update Collector to 0.87.0 (v0.75.0)

### v0.0.27 / 2023-10-30

- [CHORE] Update Collector to 0.86.0 (v0.74.0)

### v0.0.26 / 2023-10-30

- [CHORE] Upgrading upstream chart. (v0.73.7)

### v0.0.25 / 2023-10-26

- [CHORE] Remove unnecessary cloud resource detector configuration.

### v0.0.24 / 2023-10-26

- [FIX] service::pipelines::logs: references exporter "k8sattributes" which is not configured

### v0.0.23 / 2023-10-26

- [FEATURE] Add k8sattributes and resourcedetecion processor for logs and traces in agent.

### v0.0.22 / 2023-10-24

- [FEATURE] Add support for Windows node agent

### v0.0.21 / 2023-10-11
Expand Down
12 changes: 6 additions & 6 deletions otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: otel-integration
description: OpenTelemetry Integration
version: 0.0.132
version: 0.0.135
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,27 +11,27 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.103.0"
version: "0.105.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-agent-windows
version: "0.103.0"
version: "0.105.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent-windows.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.103.0"
version: "0.105.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: opentelemetry-collector
alias: opentelemetry-receiver
version: "0.103.0"
version: "0.105.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-receiver.enabled
- name: opentelemetry-collector
alias: opentelemetry-gateway
version: "0.103.0"
version: "0.105.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-gateway.enabled
- name: coralogix-ebpf-agent
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/e2e-test/expected_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ var expectedResourceMetricsSchemaURL = map[string]bool{
"https://opentelemetry.io/schemas/1.9.0": false,
}

const expectedScopeVersion = "0.116.0"
const expectedScopeVersion = "0.117.0"

var expectedResourceScopeNames = map[string]bool{
"github.com/open-telemetry/opentelemetry-collector-contrib/receiver/hostmetricsreceiver/internal/scraper/cpuscraper": false,
Expand Down
2 changes: 1 addition & 1 deletion otel-integration/k8s-helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ global:
defaultSubsystemName: "integration"
logLevel: "warn"
collectionInterval: "30s"
version: "0.0.132"
version: "0.0.135"

extensions:
kubernetesDashboard:
Expand Down

0 comments on commit 68ed884

Please sign in to comment.