Skip to content

Commit

Permalink
feat: update collector to 0.85
Browse files Browse the repository at this point in the history
  • Loading branch information
povilasv committed Oct 6, 2023
1 parent ea189c3 commit 1a8e56d
Show file tree
Hide file tree
Showing 6 changed files with 20 additions and 8 deletions.
6 changes: 5 additions & 1 deletion otel-agent/k8s-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@

## OpenTelemtry-Agent

### v0.0.36 / 2023-10-5
### v0.0.37 / 2023-10-06

* [CHORE] Bump Collector to 0.85.0

### v0.0.36 / 2023-10-05

* [CHORE] Update Collector to 0.84.0
* [FIX] hostmetrics don't scrape /run/containerd/runc/* for filesystem metrics
Expand Down
4 changes: 2 additions & 2 deletions otel-agent/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: opentelemetry-coralogix
description: OpenTelemetry agent to which instrumentation libraries export their telemetry data
version: 0.0.36
version: 0.0.37
keywords:
- OpenTelemetry Collector
- OpenTelemetry agent
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.72.0"
version: "0.73.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
sources:
- https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
Expand Down
4 changes: 4 additions & 0 deletions otel-infrastructure-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Infrastructure-Collector

### v0.1.9 / 2023-10-06

* [CHORE] Bump Collector to 0.85.0

### v0.1.8 / 2023-10-05

* [CHORE] Update Collector to 0.84.0
Expand Down
4 changes: 2 additions & 2 deletions otel-infrastructure-collector/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
apiVersion: v2
name: otel-infrastructure-collector
description: OpenTelemetry Infrastructure collector
version: 0.1.8
version: 0.1.9
keywords:
- OpenTelemetry Collector
- OpenTelemetry Infrastructure Collector
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.72.0"
version: "0.73.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
sources:
- https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
Expand Down
4 changes: 4 additions & 0 deletions otel-integration/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## OpenTelemtry-Integration

### v0.0.20 / 2023-10-06

* [CHORE] Bump Collector to 0.85.0

### v0.0.19 / 2023-10-05

* [CHORE] Bump Collector to 0.84.0
Expand Down
6 changes: 3 additions & 3 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.19
version: 0.0.20
keywords:
- OpenTelemetry Collector
- OpenTelemetry Agent
Expand All @@ -11,12 +11,12 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.72.0"
version: "0.73.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.72.0"
version: "0.73.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: kube-state-metrics
Expand Down

0 comments on commit 1a8e56d

Please sign in to comment.