Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix 'make beats-dashboards' target #37711

Merged
merged 1 commit into from
Jan 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion auditbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion dev-tools/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
elasticsearch
requests
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion heartbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ rsa==4.7.2
s3transfer==0.3.3
six==1.14.0
urllib3==1.26.5
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion metricbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
kafka-python==1.4.3
elasticsearch==7.1.0
semver==2.8.1
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion packetbeat/tests/system/gen/memcache/requirements.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
pylibmc
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
2 changes: 1 addition & 1 deletion x-pack/functionbeat/tests/system/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
protobuf==3.19.4 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
protobuf==3.19.5 #Temporary change because of protobuf new version bug: https://github.com/protocolbuffers/protobuf/issues/10051
Loading