Skip to content

Commit

Permalink
edge-controller: bump to include fix for topic conflict (#80)
Browse files Browse the repository at this point in the history
### 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

<!-- Link to a Docs PR, tracking ticket in Linear, OR write "None" if no
documentation changes are needed. -->

### Description
See foxglove/data-platform#1154 for details.

<!-- In addition to unit tests, describe any manual testing you did to
validate this change. -->

<table><tr><th>Before</th><th>After</th></tr><tr><td>

<!--before content goes here-->

</td><td>

<!--after content goes here-->

</td></tr></table>

<!-- If necessary, link relevant Linear or Github issues. Use `Fixes:
foxglove/repo#1234` to auto-close the Github issue or Fixes: FG-### for
Linear isses. -->
  • Loading branch information
james-rms authored May 6, 2024
1 parent 2a3c601 commit 7ff2d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/edge-site/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit 7ff2d2b

Please sign in to comment.