Skip to content
This repository has been archived by the owner on Mar 26, 2024. It is now read-only.

Commit

Permalink
Bump versions and add changelog
Browse files Browse the repository at this point in the history
Signed-off-by: Matej Gera <matejgera@gmail.com>
  • Loading branch information
matej-g committed Aug 1, 2023
1 parent 262e659 commit 079570d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,12 @@

## Coralogix Opentelemetry Integration

### v0.6.0 / 2023-08-01
* [FEATURE] Add `container_fs_usage_bytes` metric
* [FEATURE] Add `k8s.node.name` resource attribute
* [FEATURE] Override detection for cloud provider detectors
* [CHORE] Update OpenTelemetry charts to 0.64.0

### v0.5.0 / 2023-07-26
* [FEATURE] Add cluster metrics receiver

Expand Down
6 changes: 3 additions & 3 deletions charts/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: coralogix-opentelemetry-integration
description: OpenTelemetry barebones to have Coralogix Kubernetes Monitoring working out-of-the-box.
version: 0.5.0
version: 0.6.0
kubeVersion: ">=1.16.0-0"
keywords:
- OpenTelemetry Collector
Expand All @@ -11,12 +11,12 @@ keywords:
dependencies:
- name: opentelemetry-collector
alias: opentelemetry-collector-agent
version: "0.62.2"
version: "0.64.0"
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector-agent.enabled
- name: opentelemetry-collector
alias: opentelemetry-collector-events
version: "0.62.2"
version: "0.64.0"
repository: https://open-telemetry.github.io/opentelemetry-helm-charts
condition: opentelemetry-collector-events.enabled
- name: kube-state-metrics
Expand Down

0 comments on commit 079570d

Please sign in to comment.