From 7c73964c3c975743c6b2d12cde443cb4e7dbed44 Mon Sep 17 00:00:00 2001 From: Robb Kidd Date: Tue, 25 Jan 2022 17:25:06 -0500 Subject: [PATCH] bump agent version to 2.3.1 (#98) * fixes nil pointer deref when includeNodeLabels is enabled Co-authored-by: Jamie Danielson Co-authored-by: Kent Quirk Co-authored-by: Vera Reynolds --- charts/honeycomb/Chart.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/charts/honeycomb/Chart.yaml b/charts/honeycomb/Chart.yaml index adf56268..fc763c4b 100644 --- a/charts/honeycomb/Chart.yaml +++ b/charts/honeycomb/Chart.yaml @@ -2,7 +2,7 @@ apiVersion: v2 name: honeycomb description: Honeycomb Kubernetes Agent version: 1.2.0 -appVersion: 2.3.0 +appVersion: 2.3.1 keywords: - observability - tracing