Skip to content

Commit

Permalink
[otel-integration] Fix bump version for target-allocator to 0.101.0
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Jun 6, 2024
1 parent 9543039 commit 068a5ca
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
## OpenTelemtry-Integration

### v0.0.79 / 2024-06-06
- [FEAT] Bump Target Allocator to 0.101.0
- [FEAT] Update Target Allocator version to 0.101.0

### v0.0.78 / 2024-06-06
- [FEAT] Bump Collector to 0.102.1
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.78
version: 0.0.79
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.78"
version: "0.0.79"

extensions:
kubernetesDashboard:
Expand Down

0 comments on commit 068a5ca

Please sign in to comment.