Skip to content

Latest commit

 

History

History
26 lines (21 loc) · 1.38 KB

RELEASE.md

File metadata and controls

26 lines (21 loc) · 1.38 KB

Release

Versioning

Currently the helm chart version is mirroring major and minor version of the Splunk OpenTelemetry Collector image, e.g. if the chart uses 0.40.0 version of Splunk OTel Collector image as default, the chart version should have 0.40.x version where x is a patch number. This may be changed once Splunk OpenTelemetry Collector reaches GA.

Version of Splunk OTel Collector image is set as value of appVersion field in Chart.yaml, version of the helm chart release is set as value of version field.

Release Procedure

To make a new release of the helm chart:

  1. Bump the version in Chart.yaml
  2. Check for Helm Subchart version updates.
  1. Run make render to render all the examples with the latest changes.
  2. Create PR and request review from the team.
  3. When the PR gets merged, the release will automatically be made and the helm repo updated.
  4. Release notes are not populated automatically. So make sure to update them manually using the notes from CHANGELOG.