Skip to content

Commit

Permalink
rel: [network-agent] prep release 0.0.1 (#295)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?

Actual first release of the helm chart for network agent.

## Short description of the changes

- update version to 0.0.1 instead of 0.0.1-alpha because the releasing
process will not properly handle the alpha suffix in the tag.
- update changelog

## How to verify that this has the expected result

tag and release works 😅

Co-authored-by: Robb Kidd <[email protected]>
  • Loading branch information
JamieDanielson and robbkidd authored Oct 5, 2023
1 parent 824546a commit b071834
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions charts/network-agent/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Honeycomb Network Agent Helm Chart Changelog

## Honeycomb Network Agent v0.0.1-alpha
## Honeycomb Network Agent v0.0.1

Alpha release of Honeycomb Network Agent helm chart
Initial release of Honeycomb Network Agent helm chart

- deploys [v0.0.20-alpha](https://github.com/honeycombio/honeycomb-network-agent/releases/tag/v0.0.20-alpha) of the Network Agent
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: hny-network-agent
description: Honeycomb Network Agent
version: 0.0.1-alpha
version: 0.0.1
appVersion: v0.0.20-alpha
home: https://honeycomb.io
sources:
Expand Down

0 comments on commit b071834

Please sign in to comment.