You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
PR #970 updated the go.mod file to an untagged commit on the 8.0 branch to allow fleet-server to use up to date code from libbeat (specifically new ca fingerprint handling).
Once v8.0.0 has been released and tagged we should set our go.mod to refer to this version.
The text was updated successfully, but these errors were encountered:
Currently the go.mod of the beats repo is set to have the v7 major version. go detects incompatible major versions when trying to update to v8.x. We will not be able to use a tagged version of the beats module unless the module is updated to point provide v8 paths.
Yes, the data plane have looked at moving to v8, but that decided the number of changes didn't worth the risk. So we will run off a commit for a long time.
PR #970 updated the go.mod file to an untagged commit on the 8.0 branch to allow fleet-server to use up to date code from libbeat (specifically new ca fingerprint handling).
Once
v8.0.0
has been released and tagged we should set our go.mod to refer to this version.The text was updated successfully, but these errors were encountered: