Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[CHORE] upgrading upstream helm chart #270

Merged
merged 1 commit into from
Aug 11, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions otel-agent/k8s-helm/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## OpenTelemtry-Agent

### v0.0.30 / 2023-08-11
* [CHORE] Upgrading upstream chart. (v0.69.0)

### v0.0.29 / 2023-07-26

* [FEATURE] Add system.memory.utilization and system.cpu.utilization to hostmetrics preset. (v0.64.1)
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.29
version: 0.0.30
keywords:
- OpenTelemetry Collector
- OpenTelemetry agent
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.64.1"
version: "0.69.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
3 changes: 3 additions & 0 deletions otel-infrastructure-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@

## OpenTelemtry-Infrastructure-Collector

### v0.1.3 / 2023-08-11
* [CHORE] Upgrading upstream chart. (v0.69.0)

### v0.1.2 / 2023-05-08

* [FEATURE] Allow users to configure Coralogix domain instead of endpoints
Expand Down
6 changes: 3 additions & 3 deletions otel-infrastructure-collector/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
apiVersion: v2
name: otel-infrastructure-collector
description: OpenTelemetry Infrastructure collector
version: 0.1.2
version: 0.1.3
keywords:
- OpenTelemetry Collector
- OpenTelemetry Infrastructure Collector
- Coralogix
dependencies:
- name: opentelemetry-collector
version: "0.55.0"
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
version: "0.69.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
matej-g marked this conversation as resolved.
Show resolved Hide resolved
sources:
- https://github.com/open-telemetry/opentelemetry-helm-charts/tree/main/charts/opentelemetry-collector
maintainers:
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.8 / 2023-08-11

* [CHORE] Upgrading upstream chart. (v0.69.0)

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

* [FEATURE] Align `cx.otel_integration.name` with the new internal requirements
Expand Down
4 changes: 2 additions & 2 deletions otel-integration/k8s-helm/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -11,12 +11,12 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-agent
version: "0.68.0"
version: "0.69.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-cluster-collector
version: "0.68.0"
version: "0.69.0"
repository: https://cgx.jfrog.io/artifactory/coralogix-charts-virtual
condition: opentelemetry-cluster-collector.enabled
- name: kube-state-metrics
Expand Down
Loading