From 7ff2d2b374ac62417f41b4877e99ba26ae074726 Mon Sep 17 00:00:00 2001 From: james-rms Date: Tue, 7 May 2024 08:50:34 +1000 Subject: [PATCH] edge-controller: bump to include fix for topic conflict (#80) ### Changelog - Edge-controller: fix a bug in v0.0.23 where new recordings might trigger an internal conflict when they have the same topics as previous recordings. ### Docs ### Description See https://github.com/foxglove/data-platform/pull/1154 for details.
BeforeAfter
--- charts/edge-site/Chart.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/edge-site/Chart.yaml b/charts/edge-site/Chart.yaml index 101ba00..57a5e12 100644 --- a/charts/edge-site/Chart.yaml +++ b/charts/edge-site/Chart.yaml @@ -13,6 +13,6 @@ type: application # 1.0.0-alpha.0 # 1.0.0-alpha.1 # 1.0.0 -version: "0.0.23" +version: "0.0.24" -appVersion: "00e57cc607939bc7c0a43fd12e847c08b1a8dd4f" +appVersion: "a57a9950d09e74d7904fc2f7e8ea57c8cfbcb672"