diff --git a/server/fleet/agent_options_generated.go b/server/fleet/agent_options_generated.go index d1786b568f..f420a47212 100644 --- a/server/fleet/agent_options_generated.go +++ b/server/fleet/agent_options_generated.go @@ -1,4 +1,4 @@ -// Automatically generated by tools/osquery-agent-options for osquery 5.19.0. DO NOT EDIT! +// Automatically generated by tools/osquery-agent-options for osquery 5.20.0. DO NOT EDIT! // To update flags for a new osquery version, update the osqueryVersion variable in // "tools/osquery-agent-options/main.go" and run "cd server/fleet/ && go generate". package fleet diff --git a/tools/osquery-agent-options/main.go b/tools/osquery-agent-options/main.go index a2cfe0d004..5f15d65c7a 100644 --- a/tools/osquery-agent-options/main.go +++ b/tools/osquery-agent-options/main.go @@ -27,7 +27,7 @@ import ( var ( rxOption = regexp.MustCompile(`\-\-(\w+)\s`) - osqueryVersion = "5.19.0" + osqueryVersion = "5.20.0" structTpl = template.Must(template.New("struct").Funcs(template.FuncMap{ "camelCase": camelCaseOptionName, diff --git a/tools/tuf/test/create_repository.sh b/tools/tuf/test/create_repository.sh index e0400e8278..f7fb892158 100755 --- a/tools/tuf/test/create_repository.sh +++ b/tools/tuf/test/create_repository.sh @@ -44,7 +44,7 @@ NUDGE_VERSION=stable ESCROW_BUDDY_PKG_VERSION=1.0.0 if [[ -z "$OSQUERY_VERSION" ]]; then - OSQUERY_VERSION=5.19.0 + OSQUERY_VERSION=5.20.0 fi mkdir -p $TUF_PATH/tmp