This is an automated email from the ASF dual-hosted git repository. altay pushed a commit to branch aaltay-patch-1 in repository https://gitbox.apache.org/repos/asf/beam.git
commit c6b43e0f48064bfadfd9e26066cd793ed98c1f5f Author: Ahmet Altay <[email protected]> AuthorDate: Wed Dec 15 12:09:49 2021 -0800 Update grafana from 8.1.6 to 8.1.8 Reason: https://grafana.com/blog/2021/12/07/grafana-8.3.1-8.2.7-8.1.8-and-8.0.7-released-with-high-severity-security-fix/ --- .test-infra/metrics/grafana/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.test-infra/metrics/grafana/Dockerfile b/.test-infra/metrics/grafana/Dockerfile index fb7a9f8..bfff4ec 100644 --- a/.test-infra/metrics/grafana/Dockerfile +++ b/.test-infra/metrics/grafana/Dockerfile @@ -16,7 +16,7 @@ # limitations under the License. ################################################################################ -FROM grafana/grafana:8.1.6 +FROM grafana/grafana:8.1.8 RUN grafana-cli plugins install marcusolsson-json-datasource
