Skip to content

Commit

Permalink
e2e changelog again
Browse files Browse the repository at this point in the history
  • Loading branch information
ryantanjunming committed Dec 6, 2024
1 parent 808eaec commit 09c18c3
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@

## OpenTelemtry-Integration

### v0.0.122 / 2024-12-06

- [Feat] E2E Testing: Added deploying via kubeconfig to spin up telemetrygen. Traces are now tested.
- [Feat] E2E Testing: Added scopes scanning to prevent unwanted otel config changes (e.g. spanmetrics)

### v0.0.121 / 2024-12-05
- [Feat] Bump coralogix-ebpf-agent version to `0.1.5`

Expand Down
2 changes: 1 addition & 1 deletion 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.121
version: 0.0.122
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
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.121"
version: "0.0.122"

extensions:
kubernetesDashboard:
Expand Down

0 comments on commit 09c18c3

Please sign in to comment.