Skip to content

Commit 404e19f

Browse files
mergify[bot]dependabot[bot]pkoutsovasilis
authored
[8.18] (backport #8573) build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.11.13 to 0.11.15 (#8580)
* build(deps): bump github.com/elastic/elastic-agent-system-metrics from 0.11.13 to 0.11.15 (#8573) * build(deps): bump github.com/elastic/elastic-agent-system-metrics Bumps [github.com/elastic/elastic-agent-system-metrics](https://github.com/elastic/elastic-agent-system-metrics) from 0.11.13 to 0.11.15. - [Release notes](https://github.com/elastic/elastic-agent-system-metrics/releases) - [Commits](elastic/elastic-agent-system-metrics@v0.11.13...v0.11.15) --- updated-dependencies: - dependency-name: github.com/elastic/elastic-agent-system-metrics dependency-version: 0.11.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Update NOTICE.txt and/or 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: dependabot[bot] <dependabot[bot]@users.noreply.github.com> (cherry picked from commit 27d9890) # Conflicts: # NOTICE-fips.txt # NOTICE.txt # go.mod # go.sum * fix: resolve conflicts --------- Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Panos Koutsovasilis <[email protected]>
1 parent a0dddf0 commit 404e19f

File tree

3 files changed

+10
-10
lines changed

3 files changed

+10
-10
lines changed

NOTICE.txt

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1224,11 +1224,11 @@ SOFTWARE
12241224

12251225
--------------------------------------------------------------------------------
12261226
Dependency : github.com/elastic/elastic-agent-libs
1227-
Version: v0.19.4
1227+
Version: v0.20.0
12281228
Licence type (autodetected): Apache-2.0
12291229
--------------------------------------------------------------------------------
12301230

1231-
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.19.4/LICENSE:
1231+
Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-libs@v0.20.0/LICENSE:
12321232

12331233
Apache License
12341234
Version 2.0, January 2004
@@ -1435,11 +1435,11 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/elastic-agent-l
14351435

14361436
--------------------------------------------------------------------------------
14371437
Dependency : github.com/elastic/elastic-agent-system-metrics
1438-
Version: v0.11.12
1438+
Version: v0.11.15
14391439
Licence type (autodetected): Apache-2.0
14401440
--------------------------------------------------------------------------------
14411441

1442-
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].12/LICENSE.txt:
1442+
Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected].15/LICENSE.txt:
14431443

14441444
Apache License
14451445
Version 2.0, January 2004

go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,8 @@ require (
1717
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250404163238-b16c2c085d99
1818
github.com/elastic/elastic-agent-autodiscover v0.9.0
1919
github.com/elastic/elastic-agent-client/v7 v7.17.1
20-
github.com/elastic/elastic-agent-libs v0.19.4
21-
github.com/elastic/elastic-agent-system-metrics v0.11.12
20+
github.com/elastic/elastic-agent-libs v0.20.0
21+
github.com/elastic/elastic-agent-system-metrics v0.11.15
2222
github.com/elastic/elastic-transport-go/v8 v8.6.1
2323
github.com/elastic/go-elasticsearch/v8 v8.17.1
2424
github.com/elastic/go-licenser v0.4.2

go.sum

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -465,10 +465,10 @@ github.com/elastic/elastic-agent-autodiscover v0.9.0 h1:+iWIKh0u3e8I+CJa3FfWe9h0
465465
github.com/elastic/elastic-agent-autodiscover v0.9.0/go.mod h1:5iUxLHhVdaGSWYTveSwfJEY4RqPXTG13LPiFoxcpFd4=
466466
github.com/elastic/elastic-agent-client/v7 v7.17.1 h1:ORCDXzFs1JyhI5neWbTAPWCwaFi+BtKojSLiCpaAbf0=
467467
github.com/elastic/elastic-agent-client/v7 v7.17.1/go.mod h1:jzDEz8agLzinQEbEgLOuVM3wl6SoMybHnarQBTN1wYM=
468-
github.com/elastic/elastic-agent-libs v0.19.4 h1:ydeIBvNmfvJKwmmRQKAad4R9KcRsmYaPfzw9pGYu5+w=
469-
github.com/elastic/elastic-agent-libs v0.19.4/go.mod h1:1HNxREH8C27kGrJCtKZh/ot8pV8joH8VREP21+FrH5s=
470-
github.com/elastic/elastic-agent-system-metrics v0.11.12 h1:2SnN3arw2MrWV7eWjm+8zLuyQcsCtEyMasi1w9eFHU8=
471-
github.com/elastic/elastic-agent-system-metrics v0.11.12/go.mod h1:GNqmKfvOt8PwORjbS6GllNdMfkLpOWyTa7P8oQq4E5o=
468+
github.com/elastic/elastic-agent-libs v0.20.0 h1:MPjenwuEr+QfMeQRV4BK817ZbiNS38SXJE7QGHDwhUs=
469+
github.com/elastic/elastic-agent-libs v0.20.0/go.mod h1:1HNxREH8C27kGrJCtKZh/ot8pV8joH8VREP21+FrH5s=
470+
github.com/elastic/elastic-agent-system-metrics v0.11.15 h1:RWX0n6LakadsqB6YB2I7AIXyMlEO4qBUGWn4A+aGeKA=
471+
github.com/elastic/elastic-agent-system-metrics v0.11.15/go.mod h1:qiZC5p1hd8te4XVnhh7FkXdcYhxFnl5i9GJpROtf6zo=
472472
github.com/elastic/elastic-transport-go/v8 v8.6.1 h1:h2jQRqH6eLGiBSN4eZbQnJLtL4bC5b4lfVFRjw2R4e4=
473473
github.com/elastic/elastic-transport-go/v8 v8.6.1/go.mod h1:YLHer5cj0csTzNFXoNQ8qhtGY1GTvSqPnKWKaqQE3Hk=
474474
github.com/elastic/fsnotify v1.6.1-0.20240920222514-49f82bdbc9e3 h1:UyNbxdkQiSfyipwsOCWAlO+ju3xXC61Z4prx/HBTtFk=

0 commit comments

Comments
 (0)