From ccf5e4f2126251658a593b2588cfadc5f423d1c8 Mon Sep 17 00:00:00 2001 From: Tiago Queiroz Date: Thu, 22 Aug 2024 22:33:12 +0200 Subject: [PATCH 1/2] Re-Skip Flaky test TestEventLogOutputConfiguredViaFleet (#5342) --- testing/integration/event_logging_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/testing/integration/event_logging_test.go b/testing/integration/event_logging_test.go index 4e799e0cecb..f2f0492faeb 100644 --- a/testing/integration/event_logging_test.go +++ b/testing/integration/event_logging_test.go @@ -163,7 +163,7 @@ func TestEventLogOutputConfiguredViaFleet(t *testing.T) { }, Group: "container", }) - + t.Skip("Flaky test: https://github.com/elastic/elastic-agent/issues/5159") ctx, cancel := context.WithTimeout(context.Background(), 5*time.Minute) defer cancel() From a784a092b702d51aaf9574662cc94aaca532f289 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 22 Aug 2024 23:07:08 +0000 Subject: [PATCH 2/2] build(deps): bump github.com/elastic/go-structform from 0.0.11 to 0.0.12 (#5344) * build(deps): bump github.com/elastic/go-structform from 0.0.11 to 0.0.12 Bumps [github.com/elastic/go-structform](https://github.com/elastic/go-structform) from 0.0.11 to 0.0.12. - [Release notes](https://github.com/elastic/go-structform/releases) - [Changelog](https://github.com/elastic/go-structform/blob/main/CHANGELOG.md) - [Commits](https://github.com/elastic/go-structform/compare/v0.0.11...v0.0.12) --- updated-dependencies: - dependency-name: github.com/elastic/go-structform dependency-type: indirect update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] * Update NOTICE.txt --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: dependabot[bot] --- NOTICE.txt | 4 ++-- go.mod | 2 +- go.sum | 4 ++-- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/NOTICE.txt b/NOTICE.txt index 492ca147ccf..185bb5295ac 100644 --- a/NOTICE.txt +++ b/NOTICE.txt @@ -21944,11 +21944,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/go-elasticsearc -------------------------------------------------------------------------------- Dependency : github.com/elastic/go-structform -Version: v0.0.11 +Version: v0.0.12 Licence type (autodetected): Apache-2.0 -------------------------------------------------------------------------------- -Contents of probable licence file $GOMODCACHE/github.com/elastic/go-structform@v0.0.11/LICENSE: +Contents of probable licence file $GOMODCACHE/github.com/elastic/go-structform@v0.0.12/LICENSE: Apache License Version 2.0, January 2004 diff --git a/go.mod b/go.mod index bd6c27f8a91..89daa6be726 100644 --- a/go.mod +++ b/go.mod @@ -159,7 +159,7 @@ require ( github.com/docker/go-connections v0.5.0 // indirect github.com/elastic/go-docappender/v2 v2.2.1 // indirect github.com/elastic/go-elasticsearch/v7 v7.17.10 // indirect - github.com/elastic/go-structform v0.0.11 // indirect + github.com/elastic/go-structform v0.0.12 // indirect github.com/elastic/go-windows v1.0.2 // indirect github.com/elastic/gosigar v0.14.3 // indirect github.com/elastic/opentelemetry-lib v0.8.1 // indirect diff --git a/go.sum b/go.sum index e8c9acd7339..83722951edb 100644 --- a/go.sum +++ b/go.sum @@ -794,8 +794,8 @@ github.com/elastic/go-elasticsearch/v8 v8.14.0 h1:1ywU8WFReLLcxE1WJqii3hTtbPUE2h github.com/elastic/go-elasticsearch/v8 v8.14.0/go.mod h1:WRvnlGkSuZyp83M2U8El/LGXpCjYLrvlkSgkAH4O5I4= github.com/elastic/go-licenser v0.4.2 h1:bPbGm8bUd8rxzSswFOqvQh1dAkKGkgAmrPxbUi+Y9+A= github.com/elastic/go-licenser v0.4.2/go.mod h1:W8eH6FaZDR8fQGm+7FnVa7MxI1b/6dAqxz+zPB8nm5c= -github.com/elastic/go-structform v0.0.11 h1:3wpbA+vCZ3QtX+dyMDVYO08jmVdwJmEz6E9OHVeUYpc= -github.com/elastic/go-structform v0.0.11/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4= +github.com/elastic/go-structform v0.0.12 h1:HXpzlAKyej8T7LobqKDThUw7BMhwV6Db24VwxNtgxCs= +github.com/elastic/go-structform v0.0.12/go.mod h1:CZWf9aIRYY5SuKSmOhtXScE5uQiLZNqAFnwKR4OrIM4= github.com/elastic/go-sysinfo v1.14.1 h1:BpY/Utfz75oKSpsQnbAJmmlnT3gBV9WFsopBEYgjhZY= github.com/elastic/go-sysinfo v1.14.1/go.mod h1:FKUXnZWhnYI0ueO7jhsGV3uQJ5hiz8OqM5b3oGyaRr8= github.com/elastic/go-ucfg v0.8.8 h1:54KIF/2zFKfl0MzsSOCGOsZ3O2bnjFQJ0nDJcLhviyk=