Skip to content

Commit 826b985

Browse files
committed
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]: elastic/kibana#132068
1 parent 6b97c3a commit 826b985

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/gcp/manifest.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ categories:
1515
- google_cloud
1616
- cloud
1717
conditions:
18-
kibana.version: ^7.17.0 || ^8.0.0
18+
kibana.version: ^7.17.0 || ^8.3.0
1919
screenshots:
2020
- src: /img/filebeat-gcp-audit.png
2121
title: filebeat gcp audit

0 commit comments

Comments
 (0)