Skip to content

Commit

Permalink
rel: Prepare v0.0.2 of network agent chart (#301)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v0.0.2-alpha release of the network agent. 

## Short description of the changes
- Update chart version to v0.0.2
- Add changelog entry

Note:
This PR is based on the following PR and needs to wait for it to merge
first:
- #300
  • Loading branch information
MikeGoldsmith authored Oct 18, 2023
1 parent 23d9727 commit 36e7fac
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions charts/network-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
# Honeycomb Network Agent Helm Chart Changelog

## Honeycomb Network Agent v0.0.2

- feat: Add resource limits (#297) | @JamieDanielson
- maint: Adds HTTP headers example to values.yaml (#299) | @MikeGoldsmith
- maint: Add warning to NOTES.txt when no resouce limits are set (#298) | @MikeGoldsmith
- maint: Bump agent version to [v0.0.22-alpha](https://github.com/honeycombio/honeycomb-network-agent/releases/tag/v0.0.22-alpha) (#300) | @MikeGoldsmith

## Honeycomb Network Agent v0.0.1

Initial release of Honeycomb Network Agent helm chart
Expand Down
2 changes: 1 addition & 1 deletion charts/network-agent/Chart.yaml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
apiVersion: v2
name: network-agent
description: Honeycomb Network Agent
version: 0.0.1
version: 0.0.2
appVersion: v0.0.22-alpha
home: https://honeycomb.io
sources:
Expand Down

0 comments on commit 36e7fac

Please sign in to comment.