Skip to content

Commit

Permalink
Prepare v1.3.0 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
robbkidd authored Jan 25, 2022
1 parent 7c73964 commit 3e8cc4b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 1 deletion.
3 changes: 3 additions & 0 deletions RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ When needing to release multiple charts, you must do the merge to main and relea

## Chart release process

Note: Updates to `appVersion` ought to be done in a separate PR.
Consider it like a dependency update; we don't mix those into release prep PRs.

1. Update `version` in the `Chart.yaml` file for the specific chart being released
2. Update `CHANGELOG.md` for the specific chart with the changes since the last release
3. Commit changes, push, and open a release preparation pull request for review
Expand Down
6 changes: 6 additions & 0 deletions charts/honeycomb/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Honeycomb Kubernetes Agent Helm Chart Changelog

## Honeycomb Kubernetes Agent v1.3.0

- bump agent version to 2.3.1 (#98)
- add nodes resource to honeycomb/templates/cluster-role (#96)
- add pod labels to honeycomb kubernetes agent chart (#91)

## Honeycomb Kubernetes Agent v1.2.0

- Adds node metadata to metrics events
Expand Down
2 changes: 1 addition & 1 deletion charts/honeycomb/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: honeycomb
description: Honeycomb Kubernetes Agent
version: 1.2.0
version: 1.3.0
appVersion: 2.3.1
keywords:
- observability
Expand Down

0 comments on commit 3e8cc4b

Please sign in to comment.