Skip to content

Commit d19667e

Browse files
authored
Merge branch 'main' into main
2 parents 136553c + 6bc0201 commit d19667e

File tree

317 files changed

+2375
-1298
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

317 files changed

+2375
-1298
lines changed
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: breaking
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: podmanreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Deprecate "ssh-dss" host key algorithm for SSH connections
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [40796]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: []
Lines changed: 32 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,32 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: bug_fix
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: receivercreator
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Properly handle default endpoint for annotation discovery
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [40712]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: |
19+
Annotation discovery should not add the default endpoint explicitly. Configuration
20+
should be left empty if users do not set anything. Main flow of the receiver_creator
21+
already adds the default endpoint, if not provided, at a later stage by also checking
22+
if target receiver supports it. This patch ensures this logic is unified for both
23+
annotation discovery and templated based discovery.
24+
25+
# If your change doesn't affect end users or the exported elements of any package,
26+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
27+
# Optional: The change log or logs in which this entry should be included.
28+
# e.g. '[user]' or '[user, api]'
29+
# Include 'user' if the change is relevant to end users.
30+
# Include 'api' if there is a change to a library API.
31+
# Default: '[user]'
32+
change_logs: []
Lines changed: 33 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,33 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: kafkareceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Create the consumer group asynchronously, and report component status
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [40516]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext: |
19+
This change ensures that the collector can start up if the Kafka cluster is not available
20+
or the consumer group creation fails due to some other transient, retryable error.
21+
22+
We also now report the component status to indicate if and when the consumer group has been
23+
successfully created, and whether the receiver is ready to consume messages. This can be
24+
observed via the healthcheckv2 extension.
25+
26+
# If your change doesn't affect end users or the exported elements of any package,
27+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
28+
# Optional: The change log or logs in which this entry should be included.
29+
# e.g. '[user]' or '[user, api]'
30+
# Include 'user' if the change is relevant to end users.
31+
# Include 'api' if there is a change to a library API.
32+
# Default: '[user]'
33+
change_logs: [user]
Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
# Use this changelog template to create an entry for release notes.
2+
3+
# One of 'breaking', 'deprecation', 'new_component', 'enhancement', 'bug_fix'
4+
change_type: enhancement
5+
6+
# The name of the component, or a single word describing the area of concern, (e.g. filelogreceiver)
7+
component: postgresqlreceiver
8+
9+
# A brief description of the change. Surround your text with quotes ("") if it needs to start with a backtick (`).
10+
note: Adopt mdatagen events for postgresqlreceiver.
11+
12+
# Mandatory: One or more tracking issues related to the change. You can use the PR number here if no issue exists.
13+
issues: [40549]
14+
15+
# (Optional) One or more lines of additional information to render under the primary note.
16+
# These lines will be padded with 2 spaces and then inserted directly into the document.
17+
# Use pipe (|) for multiline entries.
18+
subtext:
19+
20+
# If your change doesn't affect end users or the exported elements of any package,
21+
# you should instead start your pull request title with [chore] or use the "Skip Changelog" label.
22+
# Optional: The change log or logs in which this entry should be included.
23+
# e.g. '[user]' or '[user, api]'
24+
# Include 'user' if the change is relevant to end users.
25+
# Include 'api' if there is a change to a library API.
26+
# Default: '[user]'
27+
change_logs: [api]

cmd/codecovgen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ go 1.23.0
44

55
require (
66
github.com/bmatcuk/doublestar/v4 v4.8.1
7-
golang.org/x/mod v0.24.0
7+
golang.org/x/mod v0.25.0
88
sigs.k8s.io/yaml v1.4.0
99
)

cmd/codecovgen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/opampsupervisor/go.mod

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -215,11 +215,11 @@ require (
215215
go.opentelemetry.io/otel/sdk/log v0.12.2 // indirect
216216
go.opentelemetry.io/otel/sdk/metric v1.36.0 // indirect
217217
go.opentelemetry.io/proto/otlp v1.6.0 // indirect
218-
golang.org/x/crypto v0.38.0 // indirect
218+
golang.org/x/crypto v0.39.0 // indirect
219219
golang.org/x/exp v0.0.0-20250210185358-939b2ce775ac // indirect
220-
golang.org/x/net v0.40.0 // indirect
221-
golang.org/x/sync v0.14.0 // indirect
222-
golang.org/x/text v0.25.0 // indirect
220+
golang.org/x/net v0.41.0 // indirect
221+
golang.org/x/sync v0.15.0 // indirect
222+
golang.org/x/text v0.26.0 // indirect
223223
gonum.org/v1/gonum v0.16.0 // indirect
224224
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect
225225
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 // indirect

cmd/opampsupervisor/go.sum

Lines changed: 8 additions & 8 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/telemetrygen/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ require (
2424
go.opentelemetry.io/proto/otlp v1.7.0
2525
go.uber.org/goleak v1.3.0
2626
go.uber.org/zap v1.27.0
27-
golang.org/x/time v0.11.0
27+
golang.org/x/time v0.12.0
2828
google.golang.org/grpc v1.73.0
2929
)
3030

cmd/telemetrygen/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

cmd/telemetrygen/internal/e2etest/go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ require (
9797
golang.org/x/net v0.40.0 // indirect
9898
golang.org/x/sys v0.33.0 // indirect
9999
golang.org/x/text v0.25.0 // indirect
100-
golang.org/x/time v0.11.0 // indirect
100+
golang.org/x/time v0.12.0 // indirect
101101
google.golang.org/genproto/googleapis/api v0.0.0-20250528174236-200df99c418a // indirect
102102
google.golang.org/genproto/googleapis/rpc v0.0.0-20250528174236-200df99c418a // indirect
103103
google.golang.org/grpc v1.73.0 // indirect

cmd/telemetrygen/internal/e2etest/go.sum

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/countconnector/go.mod

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,9 @@ require (
7272
go.opentelemetry.io/otel/trace v1.36.0 // indirect
7373
go.uber.org/multierr v1.11.0 // indirect
7474
golang.org/x/exp v0.0.0-20240506185415-9bf2ced13842 // indirect
75-
golang.org/x/net v0.40.0 // indirect
75+
golang.org/x/net v0.41.0 // indirect
7676
golang.org/x/sys v0.33.0 // indirect
77-
golang.org/x/text v0.25.0 // indirect
77+
golang.org/x/text v0.26.0 // indirect
7878
google.golang.org/genproto/googleapis/rpc v0.0.0-20250324211829-b45e905df463 // indirect
7979
google.golang.org/grpc v1.73.0 // indirect
8080
google.golang.org/protobuf v1.36.6 // indirect

connector/countconnector/go.sum

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

connector/datadogconnector/go.mod

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ require (
4343

4444
require (
4545
cloud.google.com/go/compute/metadata v0.7.0 // indirect
46-
github.com/DataDog/agent-payload/v5 v5.0.155 // indirect
46+
github.com/DataDog/agent-payload/v5 v5.0.156 // indirect
4747
github.com/DataDog/datadog-agent/comp/core/config v0.66.1 // indirect
4848
github.com/DataDog/datadog-agent/comp/core/flare/builder v0.66.1 // indirect
4949
github.com/DataDog/datadog-agent/comp/core/flare/types v0.66.1 // indirect
@@ -142,20 +142,20 @@ require (
142142
github.com/alecthomas/participle/v2 v2.1.4 // indirect
143143
github.com/antchfx/xmlquery v1.4.4 // indirect
144144
github.com/antchfx/xpath v1.3.4 // indirect
145-
github.com/aws/aws-sdk-go-v2 v1.36.4 // indirect
145+
github.com/aws/aws-sdk-go-v2 v1.36.5 // indirect
146146
github.com/aws/aws-sdk-go-v2/config v1.29.16 // indirect
147147
github.com/aws/aws-sdk-go-v2/credentials v1.17.69 // indirect
148148
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.16.31 // indirect
149-
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.35 // indirect
150-
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.35 // indirect
149+
github.com/aws/aws-sdk-go-v2/internal/configsources v1.3.36 // indirect
150+
github.com/aws/aws-sdk-go-v2/internal/endpoints/v2 v2.6.36 // indirect
151151
github.com/aws/aws-sdk-go-v2/internal/ini v1.8.3 // indirect
152-
github.com/aws/aws-sdk-go-v2/service/ec2 v1.225.1 // indirect
153-
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.3 // indirect
154-
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.16 // indirect
152+
github.com/aws/aws-sdk-go-v2/service/ec2 v1.225.2 // indirect
153+
github.com/aws/aws-sdk-go-v2/service/internal/accept-encoding v1.12.4 // indirect
154+
github.com/aws/aws-sdk-go-v2/service/internal/presigned-url v1.12.17 // indirect
155155
github.com/aws/aws-sdk-go-v2/service/sso v1.25.4 // indirect
156156
github.com/aws/aws-sdk-go-v2/service/ssooidc v1.30.2 // indirect
157157
github.com/aws/aws-sdk-go-v2/service/sts v1.33.21 // indirect
158-
github.com/aws/smithy-go v1.22.2 // indirect
158+
github.com/aws/smithy-go v1.22.4 // indirect
159159
github.com/benbjohnson/clock v1.3.5 // indirect
160160
github.com/beorn7/perks v1.0.1 // indirect
161161
github.com/briandowns/spinner v1.23.0 // indirect
@@ -347,14 +347,14 @@ require (
347347
go.uber.org/dig v1.19.0 // indirect
348348
go.uber.org/fx v1.24.0 // indirect
349349
go.uber.org/multierr v1.11.0 // indirect
350-
golang.org/x/crypto v0.38.0 // indirect
350+
golang.org/x/crypto v0.39.0 // indirect
351351
golang.org/x/exp v0.0.0-20250408133849-7e4ce0ab07d0 // indirect
352-
golang.org/x/net v0.40.0 // indirect
352+
golang.org/x/net v0.41.0 // indirect
353353
golang.org/x/oauth2 v0.30.0 // indirect
354-
golang.org/x/sync v0.14.0 // indirect
354+
golang.org/x/sync v0.15.0 // indirect
355355
golang.org/x/sys v0.33.0 // indirect
356356
golang.org/x/term v0.32.0 // indirect
357-
golang.org/x/text v0.25.0 // indirect
357+
golang.org/x/text v0.26.0 // indirect
358358
golang.org/x/time v0.11.0 // indirect
359359
gonum.org/v1/gonum v0.16.0 // indirect
360360
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 // indirect

0 commit comments

Comments
 (0)