Skip to content

Commit c463803

Browse files
Made with ❤️️ by updatecli Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
1 parent d625743 commit c463803

File tree

6 files changed

+221
-10
lines changed

6 files changed

+221
-10
lines changed

NOTICE-fips.txt

Lines changed: 213 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
787787

788788
--------------------------------------------------------------------------------
789789
Dependency : github.com/elastic/beats/v7
790-
Version: v7.0.0-alpha2.0.20251112213255-637949be4421
790+
Version: v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6
791791
Licence type (autodetected): Elastic
792792
--------------------------------------------------------------------------------
793793

794-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251112213255-637949be4421/LICENSE.txt:
794+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251113181117-b1bc4a4aa6a6/LICENSE.txt:
795795

796796
Source code in this repository is variously licensed under the Apache License
797797
Version 2.0, an Apache compatible license, or the Elastic License. Outside of
@@ -32004,6 +32004,217 @@ Contents of probable licence file $GOMODCACHE/github.com/elastic/[email protected]
3200432004
limitations under the License.
3200532005

3200632006

32007+
--------------------------------------------------------------------------------
32008+
Dependency : github.com/elastic/gokrb5/v8
32009+
Version: v8.0.0-20251105095404-23cc45e6a102
32010+
Licence type (autodetected): Apache-2.0
32011+
--------------------------------------------------------------------------------
32012+
32013+
Contents of probable licence file $GOMODCACHE/github.com/elastic/gokrb5/[email protected]/LICENSE:
32014+
32015+
Apache License
32016+
Version 2.0, January 2004
32017+
http://www.apache.org/licenses/
32018+
32019+
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
32020+
32021+
1. Definitions.
32022+
32023+
"License" shall mean the terms and conditions for use, reproduction,
32024+
and distribution as defined by Sections 1 through 9 of this document.
32025+
32026+
"Licensor" shall mean the copyright owner or entity authorized by
32027+
the copyright owner that is granting the License.
32028+
32029+
"Legal Entity" shall mean the union of the acting entity and all
32030+
other entities that control, are controlled by, or are under common
32031+
control with that entity. For the purposes of this definition,
32032+
"control" means (i) the power, direct or indirect, to cause the
32033+
direction or management of such entity, whether by contract or
32034+
otherwise, or (ii) ownership of fifty percent (50%) or more of the
32035+
outstanding shares, or (iii) beneficial ownership of such entity.
32036+
32037+
"You" (or "Your") shall mean an individual or Legal Entity
32038+
exercising permissions granted by this License.
32039+
32040+
"Source" form shall mean the preferred form for making modifications,
32041+
including but not limited to software source code, documentation
32042+
source, and configuration files.
32043+
32044+
"Object" form shall mean any form resulting from mechanical
32045+
transformation or translation of a Source form, including but
32046+
not limited to compiled object code, generated documentation,
32047+
and conversions to other media types.
32048+
32049+
"Work" shall mean the work of authorship, whether in Source or
32050+
Object form, made available under the License, as indicated by a
32051+
copyright notice that is included in or attached to the work
32052+
(an example is provided in the Appendix below).
32053+
32054+
"Derivative Works" shall mean any work, whether in Source or Object
32055+
form, that is based on (or derived from) the Work and for which the
32056+
editorial revisions, annotations, elaborations, or other modifications
32057+
represent, as a whole, an original work of authorship. For the purposes
32058+
of this License, Derivative Works shall not include works that remain
32059+
separable from, or merely link (or bind by name) to the interfaces of,
32060+
the Work and Derivative Works thereof.
32061+
32062+
"Contribution" shall mean any work of authorship, including
32063+
the original version of the Work and any modifications or additions
32064+
to that Work or Derivative Works thereof, that is intentionally
32065+
submitted to Licensor for inclusion in the Work by the copyright owner
32066+
or by an individual or Legal Entity authorized to submit on behalf of
32067+
the copyright owner. For the purposes of this definition, "submitted"
32068+
means any form of electronic, verbal, or written communication sent
32069+
to the Licensor or its representatives, including but not limited to
32070+
communication on electronic mailing lists, source code control systems,
32071+
and issue tracking systems that are managed by, or on behalf of, the
32072+
Licensor for the purpose of discussing and improving the Work, but
32073+
excluding communication that is conspicuously marked or otherwise
32074+
designated in writing by the copyright owner as "Not a Contribution."
32075+
32076+
"Contributor" shall mean Licensor and any individual or Legal Entity
32077+
on behalf of whom a Contribution has been received by Licensor and
32078+
subsequently incorporated within the Work.
32079+
32080+
2. Grant of Copyright License. Subject to the terms and conditions of
32081+
this License, each Contributor hereby grants to You a perpetual,
32082+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32083+
copyright license to reproduce, prepare Derivative Works of,
32084+
publicly display, publicly perform, sublicense, and distribute the
32085+
Work and such Derivative Works in Source or Object form.
32086+
32087+
3. Grant of Patent License. Subject to the terms and conditions of
32088+
this License, each Contributor hereby grants to You a perpetual,
32089+
worldwide, non-exclusive, no-charge, royalty-free, irrevocable
32090+
(except as stated in this section) patent license to make, have made,
32091+
use, offer to sell, sell, import, and otherwise transfer the Work,
32092+
where such license applies only to those patent claims licensable
32093+
by such Contributor that are necessarily infringed by their
32094+
Contribution(s) alone or by combination of their Contribution(s)
32095+
with the Work to which such Contribution(s) was submitted. If You
32096+
institute patent litigation against any entity (including a
32097+
cross-claim or counterclaim in a lawsuit) alleging that the Work
32098+
or a Contribution incorporated within the Work constitutes direct
32099+
or contributory patent infringement, then any patent licenses
32100+
granted to You under this License for that Work shall terminate
32101+
as of the date such litigation is filed.
32102+
32103+
4. Redistribution. You may reproduce and distribute copies of the
32104+
Work or Derivative Works thereof in any medium, with or without
32105+
modifications, and in Source or Object form, provided that You
32106+
meet the following conditions:
32107+
32108+
(a) You must give any other recipients of the Work or
32109+
Derivative Works a copy of this License; and
32110+
32111+
(b) You must cause any modified files to carry prominent notices
32112+
stating that You changed the files; and
32113+
32114+
(c) You must retain, in the Source form of any Derivative Works
32115+
that You distribute, all copyright, patent, trademark, and
32116+
attribution notices from the Source form of the Work,
32117+
excluding those notices that do not pertain to any part of
32118+
the Derivative Works; and
32119+
32120+
(d) If the Work includes a "NOTICE" text file as part of its
32121+
distribution, then any Derivative Works that You distribute must
32122+
include a readable copy of the attribution notices contained
32123+
within such NOTICE file, excluding those notices that do not
32124+
pertain to any part of the Derivative Works, in at least one
32125+
of the following places: within a NOTICE text file distributed
32126+
as part of the Derivative Works; within the Source form or
32127+
documentation, if provided along with the Derivative Works; or,
32128+
within a display generated by the Derivative Works, if and
32129+
wherever such third-party notices normally appear. The contents
32130+
of the NOTICE file are for informational purposes only and
32131+
do not modify the License. You may add Your own attribution
32132+
notices within Derivative Works that You distribute, alongside
32133+
or as an addendum to the NOTICE text from the Work, provided
32134+
that such additional attribution notices cannot be construed
32135+
as modifying the License.
32136+
32137+
You may add Your own copyright statement to Your modifications and
32138+
may provide additional or different license terms and conditions
32139+
for use, reproduction, or distribution of Your modifications, or
32140+
for any such Derivative Works as a whole, provided Your use,
32141+
reproduction, and distribution of the Work otherwise complies with
32142+
the conditions stated in this License.
32143+
32144+
5. Submission of Contributions. Unless You explicitly state otherwise,
32145+
any Contribution intentionally submitted for inclusion in the Work
32146+
by You to the Licensor shall be under the terms and conditions of
32147+
this License, without any additional terms or conditions.
32148+
Notwithstanding the above, nothing herein shall supersede or modify
32149+
the terms of any separate license agreement you may have executed
32150+
with Licensor regarding such Contributions.
32151+
32152+
6. Trademarks. This License does not grant permission to use the trade
32153+
names, trademarks, service marks, or product names of the Licensor,
32154+
except as required for reasonable and customary use in describing the
32155+
origin of the Work and reproducing the content of the NOTICE file.
32156+
32157+
7. Disclaimer of Warranty. Unless required by applicable law or
32158+
agreed to in writing, Licensor provides the Work (and each
32159+
Contributor provides its Contributions) on an "AS IS" BASIS,
32160+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or
32161+
implied, including, without limitation, any warranties or conditions
32162+
of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A
32163+
PARTICULAR PURPOSE. You are solely responsible for determining the
32164+
appropriateness of using or redistributing the Work and assume any
32165+
risks associated with Your exercise of permissions under this License.
32166+
32167+
8. Limitation of Liability. In no event and under no legal theory,
32168+
whether in tort (including negligence), contract, or otherwise,
32169+
unless required by applicable law (such as deliberate and grossly
32170+
negligent acts) or agreed to in writing, shall any Contributor be
32171+
liable to You for damages, including any direct, indirect, special,
32172+
incidental, or consequential damages of any character arising as a
32173+
result of this License or out of the use or inability to use the
32174+
Work (including but not limited to damages for loss of goodwill,
32175+
work stoppage, computer failure or malfunction, or any and all
32176+
other commercial damages or losses), even if such Contributor
32177+
has been advised of the possibility of such damages.
32178+
32179+
9. Accepting Warranty or Additional Liability. While redistributing
32180+
the Work or Derivative Works thereof, You may choose to offer,
32181+
and charge a fee for, acceptance of support, warranty, indemnity,
32182+
or other liability obligations and/or rights consistent with this
32183+
License. However, in accepting such obligations, You may act only
32184+
on Your own behalf and on Your sole responsibility, not on behalf
32185+
of any other Contributor, and only if You agree to indemnify,
32186+
defend, and hold each Contributor harmless for any liability
32187+
incurred by, or claims asserted against, such Contributor by reason
32188+
of your accepting any such warranty or additional liability.
32189+
32190+
END OF TERMS AND CONDITIONS
32191+
32192+
APPENDIX: How to apply the Apache License to your work.
32193+
32194+
To apply the Apache License to your work, attach the following
32195+
boilerplate notice, with the fields enclosed by brackets "{}"
32196+
replaced with your own identifying information. (Don't include
32197+
the brackets!) The text should be enclosed in the appropriate
32198+
comment syntax for the file format. We also recommend that a
32199+
file or class name and description of purpose be included on the
32200+
same "printed page" as the copyright notice for easier
32201+
identification within third-party archives.
32202+
32203+
Copyright {yyyy} {name of copyright owner}
32204+
32205+
Licensed under the Apache License, Version 2.0 (the "License");
32206+
you may not use this file except in compliance with the License.
32207+
You may obtain a copy of the License at
32208+
32209+
http://www.apache.org/licenses/LICENSE-2.0
32210+
32211+
Unless required by applicable law or agreed to in writing, software
32212+
distributed under the License is distributed on an "AS IS" BASIS,
32213+
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
32214+
See the License for the specific language governing permissions and
32215+
limitations under the License.
32216+
32217+
3200732218
--------------------------------------------------------------------------------
3200832219
Dependency : github.com/elastic/gosigar
3200932220
Version: v0.14.3

NOTICE.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -787,11 +787,11 @@ Contents of probable licence file $GOMODCACHE/github.com/dolmen-go/contextio@v0.
787787

788788
--------------------------------------------------------------------------------
789789
Dependency : github.com/elastic/beats/v7
790-
Version: v7.0.0-alpha2.0.20251112213255-637949be4421
790+
Version: v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6
791791
Licence type (autodetected): Elastic
792792
--------------------------------------------------------------------------------
793793

794-
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251112213255-637949be4421/LICENSE.txt:
794+
Contents of probable licence file $GOMODCACHE/github.com/elastic/beats/[email protected].20251113181117-b1bc4a4aa6a6/LICENSE.txt:
795795

796796
Source code in this repository is variously licensed under the Apache License
797797
Version 2.0, an Apache compatible license, or the Elastic License. Outside of

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ require (
1414
github.com/docker/docker v28.4.0+incompatible
1515
github.com/docker/go-units v0.5.0
1616
github.com/dolmen-go/contextio v0.0.0-20200217195037-68fc5150bcd5
17-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251112213255-637949be4421
17+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6
1818
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae
1919
github.com/elastic/elastic-agent-autodiscover v0.10.0
2020
github.com/elastic/elastic-agent-client/v7 v7.17.2

go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -511,8 +511,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti
511511
github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk=
512512
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
513513
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
514-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251112213255-637949be4421 h1:/XE3ct/iLRBnTDLD0gBapGbytfsFsrqOQ8YoSzhjKVM=
515-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251112213255-637949be4421/go.mod h1:6EJkPJL2/75SS7EV2KkoyUSbUXF4k+9x3onewkf3928=
514+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6 h1:g6HYsHs3c2s/Q6MNF0K7Ywx+8562sJGzBu2Xidc0tWU=
515+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6/go.mod h1:w0cm93er1O75o3byGAt6vzfmAVdHJaco4/gFJ2DtnWo=
516516
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae h1:OiShmbWAyGU0MS0ADJWr1/QgeLIZliMk9xsrFicR3/s=
517517
github.com/elastic/cloud-on-k8s/v2 v2.0.0-20250327073047-b624240832ae/go.mod h1:D2IckZVXARugvikE4fv1glvaJMohKSZRzrPsxCjo9O0=
518518
github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=

internal/edot/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ go 1.24.10
55
replace github.com/elastic/elastic-agent => ../../
66

77
require (
8-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251112213255-637949be4421
8+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6
99
github.com/elastic/elastic-agent v0.0.0-00010101000000-000000000000
1010
github.com/elastic/elastic-agent-libs v0.26.0
1111
github.com/elastic/opentelemetry-collector-components/connector/elasticapmconnector v0.8.0

internal/edot/go.sum

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -440,8 +440,8 @@ github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumpti
440440
github.com/elastic/azure-sdk-for-go/sdk/resourcemanager/consumption/armconsumption v1.1.0-elastic/go.mod h1:0vCBR1wgGwZeGmloJ+eCWIZF2S47grTXRzj2mftg2Nk=
441441
github.com/elastic/bayeux v1.0.5 h1:UceFq01ipmT3S8DzFK+uVAkbCdiPR0Bqei8qIGmUeY0=
442442
github.com/elastic/bayeux v1.0.5/go.mod h1:CSI4iP7qeo5MMlkznGvYKftp8M7qqP/3nzmVZoXHY68=
443-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251112213255-637949be4421 h1:/XE3ct/iLRBnTDLD0gBapGbytfsFsrqOQ8YoSzhjKVM=
444-
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251112213255-637949be4421/go.mod h1:6EJkPJL2/75SS7EV2KkoyUSbUXF4k+9x3onewkf3928=
443+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6 h1:g6HYsHs3c2s/Q6MNF0K7Ywx+8562sJGzBu2Xidc0tWU=
444+
github.com/elastic/beats/v7 v7.0.0-alpha2.0.20251113181117-b1bc4a4aa6a6/go.mod h1:w0cm93er1O75o3byGAt6vzfmAVdHJaco4/gFJ2DtnWo=
445445
github.com/elastic/elastic-agent-autodiscover v0.10.0 h1:WJ4zl9uSfk1kHmn2B/0byQBLIL607Zt4LNfOgV7+XN0=
446446
github.com/elastic/elastic-agent-autodiscover v0.10.0/go.mod h1:Nf3zh9FcJ9nTTswTwDTUAqXmvQllOrNliM6xmORSxwE=
447447
github.com/elastic/elastic-agent-client/v7 v7.17.2 h1:Cl2TeABqWZgW40t5fchGWT/sRk4MDDLWA0d8iHHOxLA=

0 commit comments

Comments
 (0)