From 826b98531aa505c04c95e77f0d2196e047c6d17b Mon Sep 17 00:00:00 2001 From: Edoardo Tenani Date: Tue, 12 Jul 2022 17:31:22 +0200 Subject: [PATCH] update kibana constraint Before version 8.3.0 a bug in the Fleet UI configuration conflict resolution screen would prevent a successful update of this package to the new version. The constraint is updated on Kibana >= 8.3 where the related fix landed[1] so we can guarantee a working upgrade path. [1]: https://github.com/elastic/kibana/pull/132068 --- packages/gcp/manifest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/gcp/manifest.yml b/packages/gcp/manifest.yml index bc7dfef8adf..7245139b62f 100644 --- a/packages/gcp/manifest.yml +++ b/packages/gcp/manifest.yml @@ -15,7 +15,7 @@ categories: - google_cloud - cloud conditions: - kibana.version: ^7.17.0 || ^8.0.0 + kibana.version: ^7.17.0 || ^8.3.0 screenshots: - src: /img/filebeat-gcp-audit.png title: filebeat gcp audit