Skip to content

Commit 02e9f66

Browse files
dependabot[bot]github-actions[bot]kruskall
authored
build(deps): bump github.com/elastic/go-docappender/v2 from 2.10.0 to 2.11.0 (elastic#17570)
* build(deps): bump github.com/elastic/go-docappender/v2 Bumps [github.com/elastic/go-docappender/v2](https://github.com/elastic/go-docappender) from 2.10.0 to 2.11.0. - [Release notes](https://github.com/elastic/go-docappender/releases) - [Commits](elastic/go-docappender@v2.10.0...v2.11.0) --- updated-dependencies: - dependency-name: github.com/elastic/go-docappender/v2 dependency-version: 2.11.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt * Update NOTICE-fips.txt --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com> Co-authored-by: kruskall <[email protected]>
1 parent 751aa13 commit 02e9f66

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

NOTICE-fips.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,11 +1555,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LIC
15551555

15561556
--------------------------------------------------------------------------------
15571557
Dependency : github.com/elastic/go-docappender/v2
1558-
Version: v2.10.0
1558+
Version: v2.11.0
15591559
Licence type (autodetected): Apache-2.0
15601560
--------------------------------------------------------------------------------
15611561

1562-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.10.0/LICENSE:
1562+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11.0/LICENSE:
15631563

15641564
Apache License
15651565
Version 2.0, January 2004

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1555,11 +1555,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]/LIC
15551555

15561556
--------------------------------------------------------------------------------
15571557
Dependency : github.com/elastic/go-docappender/v2
1558-
Version: v2.10.0
1558+
Version: v2.11.0
15591559
Licence type (autodetected): Apache-2.0
15601560
--------------------------------------------------------------------------------
15611561

1562-
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.10.0/LICENSE:
1562+
Contents of probable licence file $GOMODCACHE/github.com/elastic/go-docappender/v2@v2.11.0/LICENSE:
15631563

15641564
Apache License
15651565
Version 2.0, January 2004

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ require (
1515
github.com/elastic/elastic-agent-system-metrics v0.11.18
1616
github.com/elastic/elastic-transport-go/v8 v8.7.0
1717
github.com/elastic/gmux v0.3.2
18-
github.com/elastic/go-docappender/v2 v2.10.0
18+
github.com/elastic/go-docappender/v2 v2.11.0
1919
github.com/elastic/go-freelru v0.16.0
2020
github.com/elastic/go-sysinfo v1.15.3
2121
github.com/elastic/go-ucfg v0.8.8

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,8 +181,8 @@ github.com/elastic/elastic-transport-go/v8 v8.7.0 h1:OgTneVuXP2uip4BA658Xi6Hfw+P
181181
github.com/elastic/elastic-transport-go/v8 v8.7.0/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
182182
github.com/elastic/gmux v0.3.2 h1:cb721R+fe/rt/jVNyBP5HDQsEwLD2wSKfPD2Sk6adDk=
183183
github.com/elastic/gmux v0.3.2/go.mod h1:OD6oYrno+SV3pyl1ArdWCjlExZ+FJOfoSaFqnFeldBQ=
184-
github.com/elastic/go-docappender/v2 v2.10.0 h1:gK7embg8JCedjkrfojhhWNufoG5ui7edBklakGXHtbQ=
185-
github.com/elastic/go-docappender/v2 v2.10.0/go.mod h1:uJH43KCtXmqFUhYj7Am1NiHv0MXf3vM6VxtNlA/Utks=
184+
github.com/elastic/go-docappender/v2 v2.11.0 h1:Sr6vKHff26mceWoFjkHFcFOTI4N6lIpyhY6snidq7Pg=
185+
github.com/elastic/go-docappender/v2 v2.11.0/go.mod h1:uSM4ZspehKGUjTEXaSRg5PmcOywMHJNECGbPSkINkJ0=
186186
github.com/elastic/go-elasticsearch/v8 v8.18.1 h1:lPsN2Wk6+QqBeD4ckmOax7G/Y8tAZgroDYG8j6/5Ce0=
187187
github.com/elastic/go-elasticsearch/v8 v8.18.1/go.mod h1:F3j9e+BubmKvzvLjNui/1++nJuJxbkhHefbaT0kFKGY=
188188
github.com/elastic/go-freelru v0.16.0 h1:gG2HJ1WXN2tNl5/p40JS/l59HjvjRhjyAa+oFTRArYs=

internal/beatcmd/beat_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -215,7 +215,7 @@ func TestLibbeatMetrics(t *testing.T) {
215215
}, snapshot)
216216

217217
assert.Eventually(t, func() bool {
218-
return appender.Stats().IndexersActive > 1
218+
return appender.IndexersActive() > 1
219219
}, 10*time.Second, 50*time.Millisecond)
220220

221221
for i := 0; i < 4; i++ {

0 commit comments

Comments
 (0)