Skip to content

Commit

Permalink
rel: Prepare v0.0.19-alpha release (#247)
Browse files Browse the repository at this point in the history
## Which problem is this PR solving?
Prepares the v0.0.19-alpha release.

## Short description of the changes
- Adds changelog entry
- Updates version to v0.0.19-alpha
  • Loading branch information
MikeGoldsmith committed Sep 27, 2023
1 parent 2166886 commit 0960d2d
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
@@ -1,5 +1,11 @@
# Honeycomb Network Agent changelog

## [0.0.19-alpha] - 2023-09-27

### Fixes

- fix: Default Dockerfile build to the runnable agent stage (#246) | [Robb Kidd](https://github.com/robbkidd)

## [0.0.18-alpha] - 2023-09-26

### Enhancements
Expand Down
2 changes: 1 addition & 1 deletion main.go
Expand Up @@ -18,7 +18,7 @@ import (
"k8s.io/client-go/rest"
)

const Version string = "0.0.18-alpha"
const Version string = "0.0.19-alpha"

func main() {
config := config.NewConfig()
Expand Down

0 comments on commit 0960d2d

Please sign in to comment.