Skip to content

Latest commit

 

History

History
23 lines (18 loc) · 1.29 KB

RELEASE.md

File metadata and controls

23 lines (18 loc) · 1.29 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 chart version in Chart.yaml
  2. Run make render to update Helm dependencies and render all the examples with the latest changes.
  3. Run git add . to stage the rendered differences without requiring a chloggen entry
  4. Run make chlog-update to update CHANGELOG.md for the release.
  5. Create PR and request review from the team.
  6. When the PR gets merged, the release will automatically be made and the helm repo updated.
  7. Release notes are not populated automatically. So make sure to update them manually using the notes from CHANGELOG.