Skip to content

Commit

Permalink
update kibana constraint
Browse files Browse the repository at this point in the history
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
  • Loading branch information
endorama committed Jul 13, 2022
1 parent 6b97c3a commit 826b985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/gcp/manifest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 826b985

Please sign in to comment.