Skip to content

Commit

Permalink
actualize CHANGELOG.md and docker-compose grafana_external_install se…
Browse files Browse the repository at this point in the history
…rvice
  • Loading branch information
Slach committed Sep 3, 2024
1 parent 7ce6197 commit 269ffe6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 3.2.3 (2024-09-03)
## Fixes:
* fix default values in connection editor behavior when changing fields, also change URL, fix https://github.com/Altinity/clickhouse-grafana/issues/615

# 3.2.2 (2024-08-11)
## Enhancements:
* improve e2e tests, more scenarios covered
Expand Down
2 changes: 1 addition & 1 deletion docker-compose.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ services:
- ./docker/grafana/dashboards/:/var/lib/grafana/dashboards/

environment:
GF_INSTALL_PLUGINS: "grafana-piechart-panel,grafana-worldmap-panel,grafana-clickhouse-datasource,https://github.com/Altinity/clickhouse-grafana/releases/download/v${CLICKHOUSE_PLUGIN_VERSION:-3.1.0}/vertamedia-clickhouse-datasource-${CLICKHOUSE_PLUGIN_VERSION:-3.1.0}.zip;vertamedia-clickhouse-datasource"
GF_INSTALL_PLUGINS: "grafana-piechart-panel,grafana-worldmap-panel,grafana-clickhouse-datasource,https://github.com/Altinity/clickhouse-grafana/releases/download/v${CLICKHOUSE_PLUGIN_VERSION:-3.2.3}/vertamedia-clickhouse-datasource-${CLICKHOUSE_PLUGIN_VERSION:-3.2.3}.zip;vertamedia-clickhouse-datasource"
GF_LOG_LEVEL: debug
GF_DATABASE_WAL: "true"
GF_UNIFIED_ALERTING_ENABLED: ${GF_UNIFIED_ALERTING_ENABLED:-false}
Expand Down

0 comments on commit 269ffe6

Please sign in to comment.