Skip to content

Commit

Permalink
chore: prep opentelemetry-collector 1.3.0 release (#218)
Browse files Browse the repository at this point in the history
prepare release for opentelemetry-collector 1.3.0
  • Loading branch information
TylerHelmuth authored Jan 24, 2023
1 parent 600ee4c commit 1b59689
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 1 deletion.
9 changes: 9 additions & 0 deletions charts/opentelemetry-collector/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# OpenTelemetry Collector Helm Chart Changelog

## OpenTelemetry Collector v1.3.0

- fix: Updated ordering of CPU/Memory resource metrics (#217) | @robiball
- maint: Update HPAs to autoscaling/v2 (#215) | @robiball
- This means that the chart now only supports k8s 1.23+
- ci: Add collector test scenarios (#196) | @TylerHelmuth
- ci: Add chart testing (#193) | @TylerHelmuth


## OpenTelemetry Collector v1.2.1

- Swap order of hpa spec.metrics #164 (@chrisdotm)
Expand Down
2 changes: 1 addition & 1 deletion charts/opentelemetry-collector/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: opentelemetry-collector
description: OpenTelemetry Collector for Honeycomb
type: application
version: 1.2.1
version: 1.3.0
appVersion: 0.52.0
keywords:
- observability
Expand Down
1 change: 1 addition & 0 deletions charts/opentelemetry-collector/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ helm install opentelemetry-collector honeycomb/opentelemetry-collector --set hon

## Prerequisites
- Helm 3.0+
- Kubernetes 1.23+

## Installing the Chart
### Using default configuration
Expand Down

0 comments on commit 1b59689

Please sign in to comment.