File tree Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Expand file tree Collapse file tree 4 files changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -45,3 +45,6 @@ kolla_image_tags:
4545 letsencrypt :
4646 rocky-9 : 2024.1-rocky-9-20241206T090120
4747 ubuntu-jammy : 2024.1-ubuntu-jammy-20241206T090120
48+ grafana :
49+ rocky-9 : 2024.1-rocky-9-20241128T123708
50+ ubuntu-jammy : 2024.1-ubuntu-jammy-20241128T123708
Original file line number Diff line number Diff line change @@ -339,9 +339,7 @@ kolla_build_blocks:
339339 ENV TOX_CONSTRAINTS_FILE=/requirements/upper-constraints.txt
340340 grafana_plugins_install : |
341341 RUN grafana-cli plugins install vonage-status-panel \
342- && grafana-cli plugins install grafana-piechart-panel \
343- && grafana-cli plugins install grafana-opensearch-datasource \
344- && grafana-cli plugins install gnocchixyz-gnocchi-datasource
342+ && grafana-cli plugins install grafana-opensearch-datasource
345343 ironic_inspector_header : |
346344 ADD additions-archive /
347345 magnum_base_footer : |
Original file line number Diff line number Diff line change 1414# - CVE-2023-31047
1515fluentd_allowed_vulnerabilities :
1616 - CVE-2024-27280
17+ grafana_allowed_vulnerabilities :
18+ - CVE-2024-8986
19+
1720
1821# ##############################################################################
1922# Dummy variable to allow Ansible to accept this file.
Original file line number Diff line number Diff line change 1+ ---
2+ fixes :
3+ - |
4+ Grafana now refuses to load AngularJS plugins. As such the
5+ ``grafana-piechart-panel`` and ``gnocchixyz-gnocchi-datasource`` plugins
6+ have been removed from the Grafana image.
You can’t perform that action at this time.
0 commit comments