Skip to content

Commit

Permalink
feat: upgrade UI to v2.0.7 (#21564)
Browse files Browse the repository at this point in the history
  • Loading branch information
williamhbaker authored May 26, 2021
1 parent bc6f2d1 commit 47fcbbe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

1. [21519](https://github.com/influxdata/influxdb/pull/21519): Upgrade Flux to v0.117.0
1. [21519](https://github.com/influxdata/influxdb/pull/21519): Optimize `table.fill()` execution within Flux aggregate windows.
1. [21564](https://github.com/influxdata/influxdb/pull/21564): Upgrade UI to [v2.0.7](https://github.com/influxdata/ui/releases/tag/OSS-v2.0.7)

### Bug Fixes

Expand Down
2 changes: 1 addition & 1 deletion ui/fetch_ui_assets.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
# respective releases in "influxdata/ui" (OSS-2.0, OSS-2.1, etc). Those releases
# are updated only when a bug fix needs included for the UI of that OSS release.

curl -L https://github.com/influxdata/ui/releases/download/OSS-v2.0.5/build.tar.gz --output build.tar.gz
curl -L https://github.com/influxdata/ui/releases/download/OSS-v2.0.7/build.tar.gz --output build.tar.gz
tar -xzf build.tar.gz
rm build.tar.gz

0 comments on commit 47fcbbe

Please sign in to comment.