Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[pull] main from open-telemetry:main #47

Open
wants to merge 737 commits into
base: main
Choose a base branch
from

Conversation

pull[bot]
Copy link

@pull pull bot commented Oct 18, 2024

See Commits and Changes for more details.


Created by pull[bot]

Can you help keep this open source service alive? 💖 Please sponsor : )

@pull pull bot added the ⤵️ pull label Oct 18, 2024
@codeboten codeboten requested a review from cparkins as a code owner October 18, 2024 18:41
djaglowski and others added 28 commits December 13, 2024 14:05
When originally implemented, only element nodes were selectable, but
there doesn't seem to be any reason why we shouldn't be able to select
these other types as well.
This PR deprecates the `match_once` parameter. It defines a multi-step
process which hopefully gives users plenty of time to make necessary
changes. It also provides several detailed examples of how to migrate a
configuration.

Resolves #29882
#### Description

Since Go 1.22, loop vars doesn't have to be explicitly created any more
([Go 1.22 release notes](https://tip.golang.org/doc/go1.22)). This PR
cleans up the code.
#### Description
0.115.0 is already released so this should no longer apply
….62 (#36798)

#### Description

The golangci-lint upgrades causes a lot gosec issues due to a new check
for integer conversion overflow.
This PR checks for integer overflows within the elasticsearch exporter
package.


#### Link to tracking issue
Related:
#36638

---------

Co-authored-by: Carson Ip <[email protected]>
Co-authored-by: Tim Rühsen <[email protected]>
Co-authored-by: Christos Markou <[email protected]>
Related to prometheus/OpenMetrics#287

The OM 2.0 effort is kicked off, and will start developing on main. This
updates the links to OpenMetrics to reference the 1.0 release. The OM
project has also been moved into the prometheus github org.
… endtime (#36787)

#### Description

This PR adds support RFC3339 (`"2006-01-02T15:04:05Z07:00"`) format for
`starttime` and `endtime` fields.

Currently, those fields cannot specify timezone. It's depends on the
situation.
This change makes clear the timezone.

#### Testing

This PR adds a new test data `awss3/4` which tests specifying RFC3339.
…uredataexplorerexporter (#36832)

Bumps [github.com/golang-jwt/jwt/v4](https://github.com/golang-jwt/jwt)
from 4.5.0 to 4.5.1.
<details>
<summary>Release notes</summary>
<p><em>Sourced from <a
href="https://github.com/golang-jwt/jwt/releases">github.com/golang-jwt/jwt/v4's
releases</a>.</em></p>
<blockquote>
<h2>v4.5.1</h2>
<h1>Security</h1>
<p>Unclear documentation of the error behavior in
<code>ParseWithClaims</code> in &lt;= 4.5.0 could lead to situation
where users are potentially not checking errors in the way they should
be. Especially, if a token is both expired and invalid, the errors
returned by <code>ParseWithClaims</code> return both error codes. If
users only check for the <code>jwt.ErrTokenExpired </code> using
<code>error.Is</code>, they will ignore the embedded
<code>jwt.ErrTokenSignatureInvalid</code> and thus potentially accept
invalid tokens.</p>
<p>This issue was documented in <a
href="https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r">https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r</a>
and fixed in this release.</p>
<p>Note: <code>v5</code> was not affected by this issue. So upgrading to
this release version is also recommended.</p>
<h1>What's Changed</h1>
<ul>
<li>Back-ported error-handling logic in <code>ParseWithClaims</code>
from <code>v5</code> branch. This fixes <a
href="https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r">https://github.com/golang-jwt/jwt/security/advisories/GHSA-29wx-vh33-7x7r</a>.</li>
</ul>
<p><strong>Full Changelog</strong>: <a
href="https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1">https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1</a></p>
</blockquote>
</details>
<details>
<summary>Commits</summary>
<ul>
<li><a
href="https://github.com/golang-jwt/jwt/commit/7b1c1c00a171c6c79bbdb40e4ce7d197060c1c2c"><code>7b1c1c0</code></a>
Merge commit from fork</li>
<li>See full diff in <a
href="https://github.com/golang-jwt/jwt/compare/v4.5.0...v4.5.1">compare
view</a></li>
</ul>
</details>
<br />


[![Dependabot compatibility
score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=github.com/golang-jwt/jwt/v4&package-manager=go_modules&previous-version=4.5.0&new-version=4.5.1)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't
alter it yourself. You can also trigger a rebase manually by commenting
`@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits
that have been made to it
- `@dependabot merge` will merge this PR after your CI passes on it
- `@dependabot squash and merge` will squash and merge this PR after
your CI passes on it
- `@dependabot cancel merge` will cancel a previously requested merge
and block automerging
- `@dependabot reopen` will reopen this PR if it is closed
- `@dependabot close` will close this PR and stop Dependabot recreating
it. You can achieve the same result by closing it manually
- `@dependabot show <dependency name> ignore conditions` will show all
of the ignore conditions of the specified dependency
- `@dependabot ignore this major version` will close this PR and stop
Dependabot creating any more for this major version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this minor version` will close this PR and stop
Dependabot creating any more for this minor version (unless you reopen
the PR or upgrade to it yourself)
- `@dependabot ignore this dependency` will close this PR and stop
Dependabot creating any more for this dependency (unless you reopen the
PR or upgrade to it yourself)
You can disable automated security fix PRs for this repo from the
[Security Alerts
page](https://github.com/open-telemetry/opentelemetry-collector-contrib/network/alerts).

</details>

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Yang Song <[email protected]>
#### Description
This PR builds on top of
#35535,
#35565
and
#35624.

Here we're parsing labels into resource/metric attributes. It's still
not great because resource attributes (with exception to
`service.namespace`, `service.name` and `service.name.id`) are encoded
into a special metric called `target_info`. Metrics related to specific
target infos may arrive in separate write requests, so it may be
impossible to build the full OTLP metric in a stateless way.

In this PR I'm ignoring this problem 😛, and transforming `job` and
`instance` labels into resource attributes, while all other labels
become scope attributes.

Please focus on the latest commit when reviewing this PR :) 
1c9ff80

---------

Signed-off-by: Arthur Silva Sens <[email protected]>
… instrumentaion key (#36794)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Fixed not exporting to azure monitor when using instrumentation key
without endpoint. If default config is set, it'll never goto the branch

https://github.com/open-telemetry/opentelemetry-collector-contrib/blob/ab0f6a24521104e2e06c11673bc462aa4a5703e4/exporter/azuremonitorexporter/connection_string_parser.go#L47

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #36704 

<!--Describe what testing was performed and which tests were added.-->
#### Testing

tested locally and can send metrics/logs/traces to `appinsights`
successfully. And passes all tests.

<!--Describe the documentation added.-->
#### Documentation

no need to update.

<!--Please delete paragraphs that you did not use before submitting.-->
#### Description
Update datadog dependencies with fixing breaking changes and removing
stale `replace` statements

#### Link to tracking issue
replaces
#36532

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
…ension and internal (#36837)

### Description

* uses testify instead of testing.Fatal or testing.Error in processor

Signed-off-by: Matthieu MOREL <[email protected]>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

The pushSketches function in the datadogexporter does not read the
contents of the HTTP response's Body on return.

The Go documentation states that the full response body from the http
request should be read and closed to ensure that connections can be
properly re-used: https://pkg.go.dev/net/http#Client.Do

We saw this manifest as a high load of incoming metric traffic through
the exporter creating a connection per request and essentially killing
platform infrastructure (proxy, DNS) as a result.


<!--Describe what testing was performed and which tests were added.-->
#### Testing

No additional testing added. Fix is running to great effect in private
internal fork at extremely high scale.
#36671)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Adds config validation logic and custom OTTL functions required for
signal to metrics connector.

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Related to:
#35930

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Uni tests added.

<!--Describe the documentation added.-->
#### Documentation
N/A
<!--Please delete paragraphs that you did not use before submitting.-->

---------

Co-authored-by: Christos Markou <[email protected]>
…tics and change scraper key name (#36714)

#### Description

Breaking: Updates various different metrics and attributes to match the
latest semantic conventions (1.28+). Also updates the scraper key name.

Most of the conventions are in 1.28 while a few attributes are merged in
and will be released in 1.29.

* Change the `github` scraper key to `scraper`
* Add `vcs.repository.url.full` attribute
* Change attribute `repository.name` to `vcs.repository.name`
* Change attribute `ref.name` to `vcs.ref.head.name`
* Change attribute `ref.type` to `vcs.ref.head.type`
* Change attribute `change.state` to `vcs.change.state`
* Add attribute `vcs.revision_delta.direction` with `ahead` and `behind`
values
* Change metric `vcs.repository.ref.revisions_ahead` to
`vcs.ref.revisions_delta` with `vcs.revision_delta.direction=ahead`
* Change metric `vcs.repository.ref.revisions_behind` to
`vcs.ref.revisions_delta` with `vcs.revision_delta.direction=behind`
* Change metric `vcs.repository.ref.count` to `vcs.ref.count`
* Change metric `vcs.repository.ref.time` to `vcs.ref.time`
* Add attribute `vcs.line_change.type` with `added` and `removed` values
* Change metric `vcs.repository.ref.lines_added` to
`vcs.ref.lines_delta` with `vcs.line_change.type=added`
* Change metric `vcs.repository.ref.lines_removed` to
`vcs.ref.lines_delta` with `vcs.line_change.type=removed`
* Change metric `vcs.repository.contributor.count` to
`vcs.contributor.count`
* Change metric `vcs.repository.change.time_open` to
`vcs.change.duration` with `vcs.change.state=open`
* Change metric `vcs.repository.change.time_to_approval` to
`vcs.change.time_to_approval`
* Change metric `vcs.repository.change.time_to_merge` to
`vcs.change.time_to_merge`
* Change metric `vcs.repository.change.count` to `vcs.change.count`

#### Testing

In addition to the normal testing of the code, I additionally built the
receiver into a collector to observe runtime behavior.

#### Documentation

Update generated docs and readme with scraper change.
…#35828)

#### Description
Add metric-specific labels inside the googlecloudmonitoringreceiver
component

#### Link to tracking issue

#35711

#### Testing

#### Documentation
…bject if original value is empty (#36466)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

This PR extends the previous check whether an attribute value has not
been present with a check for an empty value in the original resource
attributes. This way, attributes, such as `k8s.namespace.name` will be
set based on the retrieved kubernetes resource also if the original
value has been set to e.g. an empty string

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #36373

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Added unit tests

---------

Signed-off-by: Florian Bacher <[email protected]>
Co-authored-by: Christos Markou <[email protected]>
…esource (#36479)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
This change removes as assumption that all metrics in a single scrape
come from the same resource. This is indeed not true when `honor_labels`
is set to `true` AND when the scraped metrics contain a `job` or
`instance` label.

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #36477

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Added unit tests

<!--Describe the documentation added.-->
#### Documentation
N/A

<!--Please delete paragraphs that you did not use before submitting.-->
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Support parsing more time format by configuration instead of only
iso8601.

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #36650 

<!--Describe what testing was performed and which tests were added.-->
#### Testing

- Added unit test for time parsing function
- Validated locally to send data with time format in the issue and
received successfully

<!--Describe the documentation added.-->
#### Documentation

Add some new configurations, including `time_format` and `time_offset`.

```yaml
receivers
  azureeventhub:
    connection: "xxxxx"
    format: "azure"
    # optional
    time_format:
      # All supported time format. Default is empty string array, which means using the current iso8601 parser. The format is based on https://pkg.go.dev/time#Layout. If no time-zone info, will use UTC time.
      logs: ["01/02/2006 15:04:05","2006-01-02 15:04:05","2006-01-02T15:04:05Z07:00"]
      metrics: [""]
      traces: [""]
    # optional
    time_offset:
      # The offset hours to parsed time. Mainly for cases when there's no time-zone info in time string. default is 0.
      logs: -8
      metrics: +8
      traces: -8
```

<!--Please delete paragraphs that you did not use before submitting.-->

---------

Co-authored-by: Antoine Toulme <[email protected]>
This options can be useful for test cases with retry/storage options
enabled.
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[google.golang.org/api](https://redirect.github.com/googleapis/google-api-go-client)
| `v0.205.0` -> `v0.210.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fapi/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fapi/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fapi/v0.205.0/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fapi/v0.205.0/v0.210.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>googleapis/google-api-go-client
(google.golang.org/api)</summary>

###
[`v0.210.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.210.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.209.0...v0.210.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2886](https://redirect.github.com/googleapis/google-api-go-client/issues/2886))
([f446504](https://redirect.github.com/googleapis/google-api-go-client/commit/f446504cac24bfcb8d3266c14de2a44ed7968063))
- **all:** Auto-regenerate discovery clients
([#&#8203;2888](https://redirect.github.com/googleapis/google-api-go-client/issues/2888))
([a990614](https://redirect.github.com/googleapis/google-api-go-client/commit/a990614ba53fcc403665d6003643db6bc4d03ce8))
- **all:** Auto-regenerate discovery clients
([#&#8203;2892](https://redirect.github.com/googleapis/google-api-go-client/issues/2892))
([22e0d11](https://redirect.github.com/googleapis/google-api-go-client/commit/22e0d11172087cd646df9b9235dc9bdb8aba3044))
- **all:** Auto-regenerate discovery clients
([#&#8203;2893](https://redirect.github.com/googleapis/google-api-go-client/issues/2893))
([2657039](https://redirect.github.com/googleapis/google-api-go-client/commit/2657039424359bca2583b00041e2c6228e4a939f))
- **all:** Auto-regenerate discovery clients
([#&#8203;2895](https://redirect.github.com/googleapis/google-api-go-client/issues/2895))
([46fab24](https://redirect.github.com/googleapis/google-api-go-client/commit/46fab242a8144b8887696df9a285a651315d6dd8))
- **all:** Auto-regenerate discovery clients
([#&#8203;2896](https://redirect.github.com/googleapis/google-api-go-client/issues/2896))
([efded92](https://redirect.github.com/googleapis/google-api-go-client/commit/efded92b5ef075836d41c82ddbcc71b73c6fa2e9))
- Async refresh dry run in parallel with sync refresh
([#&#8203;2849](https://redirect.github.com/googleapis/google-api-go-client/issues/2849))
([acd2581](https://redirect.github.com/googleapis/google-api-go-client/commit/acd258182eaf544256fba965e079b4198ad41efc))
- **option/internaloption:** Add AuthCreds helper
([#&#8203;2891](https://redirect.github.com/googleapis/google-api-go-client/issues/2891))
([6ee8349](https://redirect.github.com/googleapis/google-api-go-client/commit/6ee8349e13c65c5a4f2f3caf9056d7c37e195fcf))

##### Bug Fixes

- **gensupport:** Context cancel error check
([#&#8203;2890](https://redirect.github.com/googleapis/google-api-go-client/issues/2890))
([f57c82d](https://redirect.github.com/googleapis/google-api-go-client/commit/f57c82deba73faa59e85dcb1aa136de2d1a40664))

###
[`v0.209.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.209.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.208.0...v0.209.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2883](https://redirect.github.com/googleapis/google-api-go-client/issues/2883))
([0b83533](https://redirect.github.com/googleapis/google-api-go-client/commit/0b8353371f75d5f3645a3fe6b91cdf004566fa4a))

###
[`v0.208.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.208.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.207.0...v0.208.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2881](https://redirect.github.com/googleapis/google-api-go-client/issues/2881))
([44435a9](https://redirect.github.com/googleapis/google-api-go-client/commit/44435a9a91048abc5776051221ce9e64b75f5734))
- **gensupport:** Per-chunk transfer timeout configs
([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e))
- **gensupport:** Per-chunk transfer timeout configs
([#&#8203;2865](https://redirect.github.com/googleapis/google-api-go-client/issues/2865))
([09fa125](https://redirect.github.com/googleapis/google-api-go-client/commit/09fa125adbe59d02e1e67470bfeebcb6b9c1596e))

###
[`v0.207.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.207.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.206.0...v0.207.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2874](https://redirect.github.com/googleapis/google-api-go-client/issues/2874))
([e9ebb69](https://redirect.github.com/googleapis/google-api-go-client/commit/e9ebb69c042ca5e25173253abce13870245e0356))
- **all:** Auto-regenerate discovery clients
([#&#8203;2876](https://redirect.github.com/googleapis/google-api-go-client/issues/2876))
([796b248](https://redirect.github.com/googleapis/google-api-go-client/commit/796b2482d765d213ab7f9329558c8ea2ca988fe9))
- **all:** Auto-regenerate discovery clients
([#&#8203;2879](https://redirect.github.com/googleapis/google-api-go-client/issues/2879))
([9c21349](https://redirect.github.com/googleapis/google-api-go-client/commit/9c21349472533bd39a0e55f2db4b9c2afd18c325))

###
[`v0.206.0`](https://redirect.github.com/googleapis/google-api-go-client/releases/tag/v0.206.0)

[Compare
Source](https://redirect.github.com/googleapis/google-api-go-client/compare/v0.205.0...v0.206.0)

##### Features

- **all:** Auto-regenerate discovery clients
([#&#8203;2862](https://redirect.github.com/googleapis/google-api-go-client/issues/2862))
([c552a34](https://redirect.github.com/googleapis/google-api-go-client/commit/c552a340b2e364457121cc6a7586b681cc75c27d))
- **all:** Auto-regenerate discovery clients
([#&#8203;2866](https://redirect.github.com/googleapis/google-api-go-client/issues/2866))
([6495d84](https://redirect.github.com/googleapis/google-api-go-client/commit/6495d84ae6142aa900e6913fb681ca38ec3a3a6b))
- **all:** Auto-regenerate discovery clients
([#&#8203;2868](https://redirect.github.com/googleapis/google-api-go-client/issues/2868))
([58faff9](https://redirect.github.com/googleapis/google-api-go-client/commit/58faff9ac69eb1b15bf9b532eb1447143bc77083))
- **all:** Auto-regenerate discovery clients
([#&#8203;2870](https://redirect.github.com/googleapis/google-api-go-client/issues/2870))
([031802c](https://redirect.github.com/googleapis/google-api-go-client/commit/031802cc20f6e3e481fbe8cdacf7e4bf7c36aec2))
- **all:** Auto-regenerate discovery clients
([#&#8203;2871](https://redirect.github.com/googleapis/google-api-go-client/issues/2871))
([8fab1d8](https://redirect.github.com/googleapis/google-api-go-client/commit/8fab1d86722b77ac74b2726257b5815af70b5185))
- **all:** Auto-regenerate discovery clients
([#&#8203;2872](https://redirect.github.com/googleapis/google-api-go-client/issues/2872))
([20de5d2](https://redirect.github.com/googleapis/google-api-go-client/commit/20de5d22d96d2ba6983f5839e4f71a3846a01be0))
- **option:** Add support for user loggers
([#&#8203;2873](https://redirect.github.com/googleapis/google-api-go-client/issues/2873))
([922e59d](https://redirect.github.com/googleapis/google-api-go-client/commit/922e59dcb7806c2a0378c39928a33726687c3038))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xOS4wIiwidXBkYXRlZEluVmVyIjoiMzkuNDIuNCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Andrzej Stencel <[email protected]>
#### Description
Removes `max_in_flight_size_mib` in the Readme since it has been
replaced by `admission` settings in the otelarrow receiver.

Opted not to add the `admission` options since the config was focused on
the exporter/processor but feel free to close if that's the better
route.

Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Andrzej Stencel <[email protected]>
renovate bot and others added 30 commits January 14, 2025 10:06
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/aws/aws-sdk-go-v2](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.32.7` -> `v1.32.8` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2/v1.32.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2/v1.32.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2/v1.32.7/v1.32.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2/v1.32.7/v1.32.8?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.28.7` -> `v1.28.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.7/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.7/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.28.6` -> `v1.28.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.6/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.6/v1.28.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.17.48` -> `v1.17.51` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.48/v1.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.48/v1.17.51?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/feature/ec2/imds](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.16.22` -> `v1.16.23` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fec2%2fimds/v1.16.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fec2%2fimds/v1.16.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fec2%2fimds/v1.16.22/v1.16.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fec2%2fimds/v1.16.22/v1.16.23?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.17.45` -> `v1.17.48` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.48?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.48?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.45/v1.17.48?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.45/v1.17.48?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ec2](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.196.0` -> `v1.199.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.196.0/v1.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.196.0/v1.199.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/kinesis](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.32.8` -> `v1.32.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.8/v1.32.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.8/v1.32.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.72.0` -> `v1.72.2` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.0/v1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.0/v1.72.2?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.34.8` -> `v1.34.10` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.8/v1.34.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.8/v1.34.10?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.34.1` -> `v1.34.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.1/v1.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.1/v1.34.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.33.3` -> `v1.33.6` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.3/v1.33.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.3/v1.33.6?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>aws/aws-sdk-go-v2 (github.com/aws/aws-sdk-go-v2)</summary>

###
[`v1.32.8`](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.7...v1.32.8)

[Compare
Source](https://redirect.github.com/aws/aws-sdk-go-v2/compare/v1.32.7...v1.32.8)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/DataDog/datadog-agent/comp/core/config](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fconfig/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/core/hostname/hostnameinterface](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2fhostname%2fhostnameinterface/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/core/log/def](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog%2fdef/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog%2fdef/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog%2fdef/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fcore%2flog%2fdef/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/logs/agent/config](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2flogs%2fagent%2fconfig/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/logsagentpipeline/logsagentpipelineimpl](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2flogsagentpipeline%2flogsagentpipelineimpl/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/metricsclient](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fmetricsclient/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/otlp/components/statsprocessor](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2fcomponents%2fstatsprocessor/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/otelcol/otlp/testutil](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2ftestutil/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2ftestutil/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2ftestutil/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2fotelcol%2fotlp%2ftestutil/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/comp/trace/compression/impl-gzip](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fcomp%2ftrace%2fcompression%2fimpl-gzip/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/config/model](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fmodel/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/config/setup](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fconfig%2fsetup/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/logs/sources](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2flogs%2fsources/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/obfuscate](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fobfuscate/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/proto](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2fproto/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/trace](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2ftrace/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/DataDog/datadog-agent/pkg/util/hostname/validate](https://redirect.github.com/DataDog/datadog-agent)
| `v0.60.1` -> `v0.61.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fDataDog%2fdatadog-agent%2fpkg%2futil%2fhostname%2fvalidate/v0.60.1/v0.61.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
…d/common to v1.0.1081 (#37192)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go)
| `v1.0.1077` -> `v1.0.1081` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1081?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1081?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1077/v1.0.1081?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1077/v1.0.1081?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/rdforte/gomaxecs](https://redirect.github.com/rdforte/gomaxecs)
| `v1.1.0` -> `v1.1.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2frdforte%2fgomaxecs/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2frdforte%2fgomaxecs/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2frdforte%2fgomaxecs/v1.1.0/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2frdforte%2fgomaxecs/v1.1.0/v1.1.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>rdforte/gomaxecs (github.com/rdforte/gomaxecs)</summary>

###
[`v1.1.1`](https://redirect.github.com/rdforte/gomaxecs/releases/tag/v1.1.1)

[Compare
Source](https://redirect.github.com/rdforte/gomaxecs/compare/v1.1.0...v1.1.1)

- Utilises the `maxprocs.IsECS` method in the init function to detect if
running in ECS. If no ECS environment is detected then it will bypass
setting GOMAXPROCS. This is to ensure a better local development
experience vs previously where it would log an error due to the absence
of the ECS agent.

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
…37209)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/testcontainers/testcontainers-go](https://redirect.github.com/testcontainers/testcontainers-go)
| `v0.34.0` -> `v0.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.34.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/testcontainers/testcontainers-go](https://redirect.github.com/testcontainers/testcontainers-go)
| `v0.33.0` -> `v0.35.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.33.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftestcontainers%2ftestcontainers-go/v0.33.0/v0.35.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>testcontainers/testcontainers-go
(github.com/testcontainers/testcontainers-go)</summary>

###
[`v0.35.0`](https://redirect.github.com/testcontainers/testcontainers-go/releases/tag/v0.35.0)

[Compare
Source](https://redirect.github.com/testcontainers/testcontainers-go/compare/v0.34.1...v0.35.0)

### What's Changed

#### ⚠️ Breaking Changes

- feat(termination)!: make container termination timeout configurable
([#&#8203;2926](https://redirect.github.com/testcontainers/testcontainers-go/issues/2926))
[@&#8203;moogacs](https://redirect.github.com/moogacs)

> The `container.Terminate(ctx)` method now accepts an extra variadic
argument with termination options. The breaking change only affects
users assigning this method to a variable, receiving a compile-time
error. The rest of the users will simply satisfy the new signature with
an empty slice of termination options.

- feat!: build log writer for container request
([#&#8203;2925](https://redirect.github.com/testcontainers/testcontainers-go/issues/2925))
[@&#8203;zenkovev](https://redirect.github.com/zenkovev)

> The `ShouldPrintBuildLog` function of the `ContainerRequest` has been
removed. Instead, a `BuildLogWriter` function appears, that returns the
user-defined `io.Writer` for writing the image-build logs. In case there
is no writer, and the `FromDockerfile.PrintBuildLog` is set to true,
`os.Stderr` would be used.

- feat(gcloud)!: add support to seed data when using
RunBigQueryContainer
([#&#8203;2523](https://redirect.github.com/testcontainers/testcontainers-go/issues/2523))
[@&#8203;mtellis2](https://redirect.github.com/mtellis2)

> Users of the GCloud module and the `WithProjectID` option must handle
the error that this option now returns. This can be get at compile time,
as all the functional options for container customisers must return an
error.

- fix!: port forwarding clean up and make private
([#&#8203;2881](https://redirect.github.com/testcontainers/testcontainers-go/issues/2881))
[@&#8203;stevenh](https://redirect.github.com/stevenh)

> The types and functions of the `PortForwarder` type are now private,
as they are implementation details of the library, so there is no need
for them to be exposed.

- fix!: data races
([#&#8203;2843](https://redirect.github.com/testcontainers/testcontainers-go/issues/2843))
[@&#8203;stevenh](https://redirect.github.com/stevenh)

> Usages of the `GenericProviderOptions.DefaultNetwork` field must be
removed, as this field is now private. The container runtime should
provide the default network under the hood.

#### 🔒 Security

- security(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
([#&#8203;2916](https://redirect.github.com/testcontainers/testcontainers-go/issues/2916))
[@&#8203;dependabot](https://redirect.github.com/dependabot)

#### 🚀 Features

- feat(postgres): ssl for postgres
([#&#8203;2473](https://redirect.github.com/testcontainers/testcontainers-go/issues/2473))
[@&#8203;bearrito](https://redirect.github.com/bearrito)
- feat(ollama): support calling the Ollama local process
([#&#8203;2923](https://redirect.github.com/testcontainers/testcontainers-go/issues/2923))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- feat(termination)!: make container termination timeout configurable
([#&#8203;2926](https://redirect.github.com/testcontainers/testcontainers-go/issues/2926))
[@&#8203;moogacs](https://redirect.github.com/moogacs)
- feat(wait): log sub match callback
([#&#8203;2929](https://redirect.github.com/testcontainers/testcontainers-go/issues/2929))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- feat!: build log writer for container request
([#&#8203;2925](https://redirect.github.com/testcontainers/testcontainers-go/issues/2925))
[@&#8203;zenkovev](https://redirect.github.com/zenkovev)
- feat(gcloud)!: add support to seed data when using
RunBigQueryContainer
([#&#8203;2523](https://redirect.github.com/testcontainers/testcontainers-go/issues/2523))
[@&#8203;mtellis2](https://redirect.github.com/mtellis2)
- feat(nats): WithConfigFile - pass a configuration file to nats server
([#&#8203;2905](https://redirect.github.com/testcontainers/testcontainers-go/issues/2905))
[@&#8203;vyskocilm](https://redirect.github.com/vyskocilm)
- feat(wait): strategy walk
([#&#8203;2895](https://redirect.github.com/testcontainers/testcontainers-go/issues/2895))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- feat(wait): tls strategy
([#&#8203;2896](https://redirect.github.com/testcontainers/testcontainers-go/issues/2896))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- feat: add build to life cycle hooks
([#&#8203;2653](https://redirect.github.com/testcontainers/testcontainers-go/issues/2653))
[@&#8203;stevenh](https://redirect.github.com/stevenh)

#### 🐛 Bug Fixes

- fix: handle nil value in CleanupNetwork
([#&#8203;2928](https://redirect.github.com/testcontainers/testcontainers-go/issues/2928))
[@&#8203;l0nax](https://redirect.github.com/l0nax)
- fix: avoid double lock in DockerProvider.DaemonHost()
([#&#8203;2900](https://redirect.github.com/testcontainers/testcontainers-go/issues/2900))
[@&#8203;vikstrous](https://redirect.github.com/vikstrous)
- fix: container binds syntax
([#&#8203;2899](https://redirect.github.com/testcontainers/testcontainers-go/issues/2899))
[@&#8203;zregvart](https://redirect.github.com/zregvart)
- fix(influxdb): Respect custom waitStrategy
([#&#8203;2845](https://redirect.github.com/testcontainers/testcontainers-go/issues/2845))
[@&#8203;marcinmilewski93](https://redirect.github.com/marcinmilewski93)
- fix(redpanda): temporary file use
([#&#8203;2884](https://redirect.github.com/testcontainers/testcontainers-go/issues/2884))
[@&#8203;cavus700](https://redirect.github.com/cavus700)
- fix: host access port instability
([#&#8203;2867](https://redirect.github.com/testcontainers/testcontainers-go/issues/2867))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: docker auth for identity tokens
([#&#8203;2866](https://redirect.github.com/testcontainers/testcontainers-go/issues/2866))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix(compose): container initialisation
([#&#8203;2844](https://redirect.github.com/testcontainers/testcontainers-go/issues/2844))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix!: data races
([#&#8203;2843](https://redirect.github.com/testcontainers/testcontainers-go/issues/2843))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: mongodb replicaset should work with auth
([#&#8203;2847](https://redirect.github.com/testcontainers/testcontainers-go/issues/2847))
[@&#8203;abhipranay](https://redirect.github.com/abhipranay)
- fix: simplify fully-qualified image names
([#&#8203;2846](https://redirect.github.com/testcontainers/testcontainers-go/issues/2846))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- fix(compose): race condition
([#&#8203;2842](https://redirect.github.com/testcontainers/testcontainers-go/issues/2842))
[@&#8203;stevenh](https://redirect.github.com/stevenh)

#### 📖 Documentation

- docs: better contribution guidelines
([#&#8203;2893](https://redirect.github.com/testcontainers/testcontainers-go/issues/2893))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- docs: fix new lifecycle hooks section
([#&#8203;2875](https://redirect.github.com/testcontainers/testcontainers-go/issues/2875))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- docs(mysql|neo4j): remove default image codeblock
([#&#8203;2860](https://redirect.github.com/testcontainers/testcontainers-go/issues/2860))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)

#### 🧹 Housekeeping

- chore(deps): bump jinja2 from 3.1.4 to 3.1.5
([#&#8203;2935](https://redirect.github.com/testcontainers/testcontainers-go/issues/2935))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump sonarsource/sonarcloud-github-action from 2.1.1 to
4.0.0
([#&#8203;2933](https://redirect.github.com/testcontainers/testcontainers-go/issues/2933))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0
([#&#8203;2934](https://redirect.github.com/testcontainers/testcontainers-go/issues/2934))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0
([#&#8203;2932](https://redirect.github.com/testcontainers/testcontainers-go/issues/2932))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(ci): add Github labels based on PR title
([#&#8203;2914](https://redirect.github.com/testcontainers/testcontainers-go/issues/2914))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore(gha): use official docker/setup-docker-action
([#&#8203;2913](https://redirect.github.com/testcontainers/testcontainers-go/issues/2913))
[@&#8203;vvoland](https://redirect.github.com/vvoland)
- chore(ci): enforce conventional commits syntax in PR titles
([#&#8203;2911](https://redirect.github.com/testcontainers/testcontainers-go/issues/2911))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore: enable implicit default logger only in testing with -v
([#&#8203;2877](https://redirect.github.com/testcontainers/testcontainers-go/issues/2877))
[@&#8203;apstndb](https://redirect.github.com/apstndb)
- refactor(cockroachdb): to use request driven options
([#&#8203;2883](https://redirect.github.com/testcontainers/testcontainers-go/issues/2883))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: only upload to sonar on ubuntu-latest
([#&#8203;2891](https://redirect.github.com/testcontainers/testcontainers-go/issues/2891))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- fix: build artifact name properly
([#&#8203;2890](https://redirect.github.com/testcontainers/testcontainers-go/issues/2890))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- fix: do not run sonar upload when ryuk is disabled
([#&#8203;2889](https://redirect.github.com/testcontainers/testcontainers-go/issues/2889))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- feat(ci): Enable master moby with rootless
([#&#8203;2880](https://redirect.github.com/testcontainers/testcontainers-go/issues/2880))
[@&#8203;vvoland](https://redirect.github.com/vvoland)
- chore: resolve AWS deprecations for localstack
([#&#8203;2879](https://redirect.github.com/testcontainers/testcontainers-go/issues/2879))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- fix: typo in containerd integration
([#&#8203;2873](https://redirect.github.com/testcontainers/testcontainers-go/issues/2873))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- chore: use testify instead of t.Error
([#&#8203;2871](https://redirect.github.com/testcontainers/testcontainers-go/issues/2871))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- golangci-lint: enable perfsprint linter
([#&#8203;2872](https://redirect.github.com/testcontainers/testcontainers-go/issues/2872))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- fix: reuse testcontainers.RequireContainerExec
([#&#8203;2870](https://redirect.github.com/testcontainers/testcontainers-go/issues/2870))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- feat(ci): Test against the nightly master moby
([#&#8203;2861](https://redirect.github.com/testcontainers/testcontainers-go/issues/2861))
[@&#8203;vvoland](https://redirect.github.com/vvoland)
- chore: use require instead of t.Fatal (part 2)
([#&#8203;2857](https://redirect.github.com/testcontainers/testcontainers-go/issues/2857))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- chore: remove unused lint directives
([#&#8203;2864](https://redirect.github.com/testcontainers/testcontainers-go/issues/2864))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- fix: log test data race
([#&#8203;2863](https://redirect.github.com/testcontainers/testcontainers-go/issues/2863))
[@&#8203;stevenh](https://redirect.github.com/stevenh)
- chore(rabbitmq): refactor assertEntity in tests
([#&#8203;2856](https://redirect.github.com/testcontainers/testcontainers-go/issues/2856))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- chore: use require instead of t.Fatal
([#&#8203;2855](https://redirect.github.com/testcontainers/testcontainers-go/issues/2855))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- chore: use require.Len instead of assert.Len
([#&#8203;2854](https://redirect.github.com/testcontainers/testcontainers-go/issues/2854))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- chore: enable usestdlibvars linter
([#&#8203;2850](https://redirect.github.com/testcontainers/testcontainers-go/issues/2850))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)
- chore: use require.(No)Error(t,err) instead of t.Fatal(err)
([#&#8203;2851](https://redirect.github.com/testcontainers/testcontainers-go/issues/2851))
[@&#8203;mmorel-35](https://redirect.github.com/mmorel-35)

#### 📦 Dependency updates

- chore(deps): bump jinja2 from 3.1.4 to 3.1.5
([#&#8203;2935](https://redirect.github.com/testcontainers/testcontainers-go/issues/2935))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump sonarsource/sonarcloud-github-action from 2.1.1 to
4.0.0
([#&#8203;2933](https://redirect.github.com/testcontainers/testcontainers-go/issues/2933))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump slackapi/slack-github-action from 1.26.0 to 2.0.0
([#&#8203;2934](https://redirect.github.com/testcontainers/testcontainers-go/issues/2934))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump github/codeql-action from 3.25.15 to 3.28.0
([#&#8203;2932](https://redirect.github.com/testcontainers/testcontainers-go/issues/2932))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- security(deps): bump golang.org/x/crypto from 0.28.0 to 0.31.0
([#&#8203;2916](https://redirect.github.com/testcontainers/testcontainers-go/issues/2916))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump actions/setup-go from 5.0.0 to 5.1.0
([#&#8203;2904](https://redirect.github.com/testcontainers/testcontainers-go/issues/2904))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump ossf/scorecard-action from 2.3.1 to 2.4.0
([#&#8203;2903](https://redirect.github.com/testcontainers/testcontainers-go/issues/2903))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump test-summary/action from 2.3 to 2.4
([#&#8203;2902](https://redirect.github.com/testcontainers/testcontainers-go/issues/2902))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- fix: update GH actions for uploading/downloading artifacts
([#&#8203;2888](https://redirect.github.com/testcontainers/testcontainers-go/issues/2888))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)
- feat(ci): Enable master moby with rootless
([#&#8203;2880](https://redirect.github.com/testcontainers/testcontainers-go/issues/2880))
[@&#8203;vvoland](https://redirect.github.com/vvoland)
- chore(deps): bump actions/download-artifact from 3.0.2 to 4.1.8
([#&#8203;2676](https://redirect.github.com/testcontainers/testcontainers-go/issues/2676))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump actions/upload-artifact from 3.1.3 to 4.4.3
([#&#8203;2885](https://redirect.github.com/testcontainers/testcontainers-go/issues/2885))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump mkdocs-include-markdown-plugin from 6.0.4 to 6.2.2
([#&#8203;2806](https://redirect.github.com/testcontainers/testcontainers-go/issues/2806))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump mkdocs-markdownextradata-plugin from 0.2.5 to 0.2.6
([#&#8203;2807](https://redirect.github.com/testcontainers/testcontainers-go/issues/2807))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore(deps): bump golangci/golangci-lint-action from 6.1.0 to 6.1.1
([#&#8203;2868](https://redirect.github.com/testcontainers/testcontainers-go/issues/2868))
[@&#8203;dependabot](https://redirect.github.com/dependabot)
- chore: bump ryuk to 0.11.0
([#&#8203;2853](https://redirect.github.com/testcontainers/testcontainers-go/issues/2853))
[@&#8203;mdelapenya](https://redirect.github.com/mdelapenya)

###
[`v0.34.1`](https://redirect.github.com/testcontainers/testcontainers-go/compare/v0.34.0...v0.34.1)

[Compare
Source](https://redirect.github.com/testcontainers/testcontainers-go/compare/v0.34.0...v0.34.1)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about these
updates again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
Co-authored-by: Pablo Baeyens <[email protected]>
"[chore]" is interpreted as a list. Need to make clear it's a string
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/bmatcuk/doublestar/v4](https://redirect.github.com/bmatcuk/doublestar)
| `v4.7.1` -> `v4.8.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.7.1/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fbmatcuk%2fdoublestar%2fv4/v4.7.1/v4.8.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>bmatcuk/doublestar (github.com/bmatcuk/doublestar/v4)</summary>

###
[`v4.8.0`](https://redirect.github.com/bmatcuk/doublestar/releases/tag/v4.8.0):
Fixed Escaped Meta in the &quot;Base&quot; of the Pattern

[Compare
Source](https://redirect.github.com/bmatcuk/doublestar/compare/v4.7.1...v4.8.0)

If the "base" of a pattern (ie, everything up to the first path slash
before any meta characters) contains an escaped meta character,
doublestar would fail to glob any files.

Thanks to [@&#8203;tdurieux](https://redirect.github.com/tdurieux) for
finding and fixing this bug!

#### Breaking-ish Change

I've updated `SplitPattern` to unescape meta characters in the first
returned string. I suspect this shouldn't cause issues for anyone
because, if anyone was using this function, they've probably either
never passed a pattern with escaped meta characters, or hand-rolled an
unescape method to fix the bug - which will now be a no-op for them.

#### What's Changed

-
fix([#&#8203;96](https://redirect.github.com/bmatcuk/doublestar/issues/96))
unescapeMeta the pattern base by
[@&#8203;tdurieux](https://redirect.github.com/tdurieux) in
[https://github.com/bmatcuk/doublestar/pull/97](https://redirect.github.com/bmatcuk/doublestar/pull/97)

#### New Contributors

- [@&#8203;tdurieux](https://redirect.github.com/tdurieux) made their
first contribution in
[https://github.com/bmatcuk/doublestar/pull/97](https://redirect.github.com/bmatcuk/doublestar/pull/97)

**Full Changelog**:
bmatcuk/doublestar@v4.7.1...v4.8.0

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [github.com/docker/docker](https://redirect.github.com/docker/docker)
| `v27.4.1+incompatible` -> `v27.5.0+incompatible` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fdocker%2fdocker/v27.5.0+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fdocker%2fdocker/v27.5.0+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fdocker%2fdocker/v27.4.1+incompatible/v27.5.0+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fdocker%2fdocker/v27.4.1+incompatible/v27.5.0+incompatible?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>docker/docker (github.com/docker/docker)</summary>

###
[`v27.5.0+incompatible`](https://redirect.github.com/docker/docker/compare/v27.4.1...v27.5.0)

[Compare
Source](https://redirect.github.com/docker/docker/compare/v27.4.1...v27.5.0)

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/jaegertracing/jaeger](https://redirect.github.com/jaegertracing/jaeger)
| `v1.64.0` -> `v1.65.0` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fjaegertracing%2fjaeger/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fjaegertracing%2fjaeger/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fjaegertracing%2fjaeger/v1.64.0/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fjaegertracing%2fjaeger/v1.64.0/v1.65.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>jaegertracing/jaeger
(github.com/jaegertracing/jaeger)</summary>

###
[`v1.65.0`](https://redirect.github.com/jaegertracing/jaeger/blob/HEAD/CHANGELOG.md#next-release-v1650--v220-2025-01-08)

[Compare
Source](https://redirect.github.com/jaegertracing/jaeger/compare/v1.64.0...v1.65.0)

##### Backend Changes

##### ⛔ Breaking Changes

- \[sampling] inherit default per-operation strategies
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6441](https://redirect.github.com/jaegertracing/jaeger/pull/6441))
- \[query] enable trace adjusters in api_v2 and api_v3 handlers
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6423](https://redirect.github.com/jaegertracing/jaeger/pull/6423))

##### ✨ New Features

- \[feat] add time window for gettrace in span store interface
([@&#8203;rim99](https://redirect.github.com/rim99) in
[#&#8203;6242](https://redirect.github.com/jaegertracing/jaeger/pull/6242))

##### 🐞 Bug fixes, Minor Improvements

- Return errors from span processor creation
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6488](https://redirect.github.com/jaegertracing/jaeger/pull/6488))
- Change collector's queue to use generics
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6486](https://redirect.github.com/jaegertracing/jaeger/pull/6486))
- Refactor collector pipeline to allow v1/v2 data model
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6484](https://redirect.github.com/jaegertracing/jaeger/pull/6484))
- \[v2]\[storage] implement reverse adapter to translate v2 storage api
to v1 ([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1)
in
[#&#8203;6485](https://redirect.github.com/jaegertracing/jaeger/pull/6485))
- \[refractor] remove dependency on tlscfg.options
([@&#8203;Saumya40-codes](https://redirect.github.com/Saumya40-codes) in
[#&#8203;6478](https://redirect.github.com/jaegertracing/jaeger/pull/6478))
- \[query] update v1 query service to check for adapter at construction
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6482](https://redirect.github.com/jaegertracing/jaeger/pull/6482))
- \[api_v3]\[query] change api_v3 http handler to use v2 query service
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6459](https://redirect.github.com/jaegertracing/jaeger/pull/6459))
- \[api_v3]\[query] change api_v3 grpc handler to use query service v2
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6452](https://redirect.github.com/jaegertracing/jaeger/pull/6452))
- \[v2]\[storage] create v2 query service to operate on otlp data model
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6343](https://redirect.github.com/jaegertracing/jaeger/pull/6343))
- Support sampling file reload interval
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6440](https://redirect.github.com/jaegertracing/jaeger/pull/6440))
- \[jptrace] add spaniter helper function
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6407](https://redirect.github.com/jaegertracing/jaeger/pull/6407))
- \[refactor]\[query] propagate `rawtraces` flag to query service
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6438](https://redirect.github.com/jaegertracing/jaeger/pull/6438))
- \[v1]\[adjuster] change v1 adjuster interface to not return error and
modify trace in place
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6426](https://redirect.github.com/jaegertracing/jaeger/pull/6426))
- \[chore] move es/spanstore/dbmodel to internal directory
([@&#8203;zzzk1](https://redirect.github.com/zzzk1) in
[#&#8203;6428](https://redirect.github.com/jaegertracing/jaeger/pull/6428))
- \[refactor] move model<->otlp translation from `jptrace` to
`v1adapter`
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6414](https://redirect.github.com/jaegertracing/jaeger/pull/6414))
- Enable udp ports in all-in-one
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6413](https://redirect.github.com/jaegertracing/jaeger/pull/6413))
- \[refactor] introduce helper for creating map of spans
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6406](https://redirect.github.com/jaegertracing/jaeger/pull/6406))
- \[fix] fix incorrect usage of iter package in aggregator
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6403](https://redirect.github.com/jaegertracing/jaeger/pull/6403))
- \[v2]\[query] implement helper to buffer sequence of traces
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6401](https://redirect.github.com/jaegertracing/jaeger/pull/6401))
- \[v2]\[adjuster] implement model to otlp translator with post
processing
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6397](https://redirect.github.com/jaegertracing/jaeger/pull/6397))
- \[v2]\[adjuster] implement function to get standard adjusters to
operate on otlp format
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6396](https://redirect.github.com/jaegertracing/jaeger/pull/6396))
- \[v2]\[adjuster] implement otlp to model translator with post
processing
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6394](https://redirect.github.com/jaegertracing/jaeger/pull/6394))
- \[v2]\[adjuster] implement adjuster for correct timestamps for
clockskew
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6392](https://redirect.github.com/jaegertracing/jaeger/pull/6392))
- \[v2]\[adjuster] implement adjuster for deduplicating spans
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6391](https://redirect.github.com/jaegertracing/jaeger/pull/6391))
- Add optional time window for gettrace & searchtrace of http_handler
([@&#8203;rim99](https://redirect.github.com/rim99) in
[#&#8203;6159](https://redirect.github.com/jaegertracing/jaeger/pull/6159))
- \[v2]\[adjuster] implement adjuster for sorting attributes and events
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6389](https://redirect.github.com/jaegertracing/jaeger/pull/6389))
- Support extra custom query parameters in requests to prometheus
backend ([@&#8203;akstron](https://redirect.github.com/akstron) in
[#&#8203;6360](https://redirect.github.com/jaegertracing/jaeger/pull/6360))
- \[v2]\[adjuster] remove error return from adjuster interface
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6383](https://redirect.github.com/jaegertracing/jaeger/pull/6383))
- \[fix]\[query] filter out tracing for access to static ui assets
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6374](https://redirect.github.com/jaegertracing/jaeger/pull/6374))
- \[v2]\[adjuster] implement span id uniquifier adjuster to operate on
otlp data model
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6367](https://redirect.github.com/jaegertracing/jaeger/pull/6367))
- \[api_v3] add time window for gettrace http_gateway
([@&#8203;rim99](https://redirect.github.com/rim99) in
[#&#8203;6372](https://redirect.github.com/jaegertracing/jaeger/pull/6372))
- \[v2]\[adjuster] add warning to span links adjuster
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6381](https://redirect.github.com/jaegertracing/jaeger/pull/6381))
- Feat: add time window for gettrace of anonymizer
([@&#8203;rim99](https://redirect.github.com/rim99) in
[#&#8203;6368](https://redirect.github.com/jaegertracing/jaeger/pull/6368))
- \[v2]\[adjuster] rework adjuster interface and refactor adjusters to
return implemented struct
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6362](https://redirect.github.com/jaegertracing/jaeger/pull/6362))
- \[v2]\[adjuster] implement otel attribute adjuster to operate on otlp
data model
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6358](https://redirect.github.com/jaegertracing/jaeger/pull/6358))
- Respond correctly to stream send error
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6357](https://redirect.github.com/jaegertracing/jaeger/pull/6357))
- \[v2]\[adjuster] implement ip attribute adjuster to operate on otlp
data model
([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1) in
[#&#8203;6355](https://redirect.github.com/jaegertracing/jaeger/pull/6355))
- Remove tls loading and replace with otel configtls
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6345](https://redirect.github.com/jaegertracing/jaeger/pull/6345))
- \[jaeger]\[v2] implement span links adjuster to operate on otlp data
model ([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1)
in
[#&#8203;6354](https://redirect.github.com/jaegertracing/jaeger/pull/6354))
- \[remote-storage] use otel helper instead of tlscfg
([@&#8203;chahatsagarmain](https://redirect.github.com/chahatsagarmain)
in
[#&#8203;6351](https://redirect.github.com/jaegertracing/jaeger/pull/6351))
- Add go leak check for badgerstore, grpc and memstore e2e tests
([@&#8203;Manik2708](https://redirect.github.com/Manik2708) in
[#&#8203;6347](https://redirect.github.com/jaegertracing/jaeger/pull/6347))
- \[v2]\[query] add interface for adjuster to operate on otlp data
format ([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1)
in
[#&#8203;6346](https://redirect.github.com/jaegertracing/jaeger/pull/6346))

##### 🚧 Experimental Features

- Change storage_v2 gettrace to gettraces plural
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6361](https://redirect.github.com/jaegertracing/jaeger/pull/6361))
- Change storage v2 api to use streaming
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6359](https://redirect.github.com/jaegertracing/jaeger/pull/6359))

##### 👷 CI Improvements

- Upgrade storage integration tests: `dependencyreader` to v2
([@&#8203;zzzk1](https://redirect.github.com/zzzk1) in
[#&#8203;6477](https://redirect.github.com/jaegertracing/jaeger/pull/6477))
- Move remaining util scripts
([@&#8203;danish9039](https://redirect.github.com/danish9039) in
[#&#8203;6472](https://redirect.github.com/jaegertracing/jaeger/pull/6472))
- Move lint scripts to scripts/lint
([@&#8203;danish9039](https://redirect.github.com/danish9039) in
[#&#8203;6449](https://redirect.github.com/jaegertracing/jaeger/pull/6449))
- Move util scripts to scripts/util
([@&#8203;danish9039](https://redirect.github.com/danish9039) in
[#&#8203;6463](https://redirect.github.com/jaegertracing/jaeger/pull/6463))
- Upgrade storage integration test: use `tracewriter`
([@&#8203;ekefan](https://redirect.github.com/ekefan) in
[#&#8203;6437](https://redirect.github.com/jaegertracing/jaeger/pull/6437))
- Move e2e scripts to scripts/e2e
([@&#8203;danish9039](https://redirect.github.com/danish9039) in
[#&#8203;6448](https://redirect.github.com/jaegertracing/jaeger/pull/6448))
- Move build scripts under scripts/build/
([@&#8203;danish9039](https://redirect.github.com/danish9039) in
[#&#8203;6446](https://redirect.github.com/jaegertracing/jaeger/pull/6446))
- Replace apiv2 with apiv3 client in e2e tests
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6424](https://redirect.github.com/jaegertracing/jaeger/pull/6424))
- Do not test with kafka 2.x
([@&#8203;yurishkuro](https://redirect.github.com/yurishkuro) in
[#&#8203;6427](https://redirect.github.com/jaegertracing/jaeger/pull/6427))
- Upgrade storage integration test to v2 trace reader
([@&#8203;ekefan](https://redirect.github.com/ekefan) in
[#&#8203;6388](https://redirect.github.com/jaegertracing/jaeger/pull/6388))
- Enhance kafka integration tests to support multiple kafka versions
([@&#8203;zzzk1](https://redirect.github.com/zzzk1) in
[#&#8203;6400](https://redirect.github.com/jaegertracing/jaeger/pull/6400))
- \[fix] fix test expectations for translator to avoid depending on
order ([@&#8203;mahadzaryab1](https://redirect.github.com/mahadzaryab1)
in
[#&#8203;6404](https://redirect.github.com/jaegertracing/jaeger/pull/6404))

##### 📊 UI Changes

##### 🐞 Bug fixes, Minor Improvements

- \[clean-up]: remove deprecated plexus/directedgraph
([@&#8203;hari45678](https://redirect.github.com/hari45678) in
[#&#8203;2548](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2548))
- \[fix]: make plexus demo work again
([@&#8203;hari45678](https://redirect.github.com/hari45678) in
[#&#8203;2538](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2538))
- Upgrade from raven-js to sentry/browser
([@&#8203;avinpy-255](https://redirect.github.com/avinpy-255) in
[#&#8203;2509](https://redirect.github.com/jaegertracing/jaeger-ui/pull/2509))

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

Adds a new `FormatTime(time, format)` converter to convert any time to a
human readable string with the specified format

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #36870

---------

Signed-off-by: odubajDT <[email protected]>
Co-authored-by: Edmo Vamerlatti Costa <[email protected]>
Thanks for all your continued efforts @songy23!

Signed-off-by: Alex Boten <[email protected]>
As per:
#36126

I have also requested access to the triager team:
https://github.com/orgs/open-telemetry/teams/collector-contrib-triagers

cc @JaredTan95

Co-authored-by: Antoine Toulme <[email protected]>
Co-authored-by: Sean Marciniak <[email protected]>
#37228)

#### Description
Similar to the metric client in the signalfxexporter, the event client
should honor access_token_passthrough
… the signal context (#36883)

<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description

This PR adds a new `ParseValueExpression` method to the OTTL parser
which allows users of this package to extract data from the context
using OTTL

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Fixes #35621 

<!--Describe what testing was performed and which tests were added.-->
#### Testing

Added unit and e2e tests 

<!--Describe the documentation added.-->
#### Documentation

Added godoc comments for the added methods and types

<!--Please delete paragraphs that you did not use before submitting.-->

---------

Signed-off-by: Florian Bacher <[email protected]>
Co-authored-by: Evan Bradley <[email protected]>
Co-authored-by: Tyler Helmuth <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
| [google.golang.org/grpc](https://redirect.github.com/grpc/grpc-go) |
`v1.69.2` -> `v1.69.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/google.golang.org%2fgrpc/v1.69.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/google.golang.org%2fgrpc/v1.69.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/google.golang.org%2fgrpc/v1.69.2/v1.69.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/google.golang.org%2fgrpc/v1.69.2/v1.69.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>grpc/grpc-go (google.golang.org/grpc)</summary>

###
[`v1.69.4`](https://redirect.github.com/grpc/grpc-go/releases/tag/v1.69.4):
Release 1.69.4

[Compare
Source](https://redirect.github.com/grpc/grpc-go/compare/v1.69.2...v1.69.4)

### Bug Fixes

- rbac: fix support for :path header matchers, which would previously
never successfully match
([#&#8203;7965](https://redirect.github.com/grpc/grpc-go/issues/7965)).

### Documentation

- examples/features/csm_observability: update example client and server
to use the helloworld service instead of echo service
([#&#8203;7945](https://redirect.github.com/grpc/grpc-go/issues/7945)).

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/aws/aws-sdk-go-v2/config](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.28.10` -> `v1.28.11` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.10/v1.28.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fconfig/v1.28.10/v1.28.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/credentials](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.17.51` -> `v1.17.52` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.52?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.52?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.51/v1.17.52?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fcredentials/v1.17.51/v1.17.52?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/feature/s3/manager](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.17.48` -> `v1.17.49` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.48/v1.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2ffeature%2fs3%2fmanager/v1.17.48/v1.17.49?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/ec2](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.199.0` -> `v1.199.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.199.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.199.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.199.0/v1.199.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fec2/v1.199.0/v1.199.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/kinesis](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.32.10` -> `v1.32.11` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.10/v1.32.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fkinesis/v1.32.10/v1.32.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/s3](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.72.2` -> `v1.72.3` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.2/v1.72.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fs3/v1.72.2/v1.72.3?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/secretsmanager](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.34.10` -> `v1.34.11` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.10/v1.34.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsecretsmanager/v1.34.10/v1.34.11?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/servicediscovery](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.34.3` -> `v1.34.4` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.3/v1.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fservicediscovery/v1.34.3/v1.34.4?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
|
[github.com/aws/aws-sdk-go-v2/service/sts](https://redirect.github.com/aws/aws-sdk-go-v2)
| `v1.33.6` -> `v1.33.7` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.6/v1.33.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2faws%2faws-sdk-go-v2%2fservice%2fsts/v1.33.6/v1.33.7?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

👻 **Immortal**: This PR will be recreated if closed unmerged. Get
[config
help](https://redirect.github.com/renovatebot/renovate/discussions) if
that's undesired.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
… mode (#37032)

Directly serializes pdata to JSON in OTel mode
* Improved performance as no `objmodel.Document` needs to be created
first
* Fixes issue discovered in
#37021
where map bodies with dotted field names are de-dotted

---------

Co-authored-by: Carson Ip <[email protected]>
Co-authored-by: Christos Markou <[email protected]>
#### Description

As stated in the [Release Procedure
document](https://github.com/open-telemetry/opentelemetry-collector/blob/main/docs/release.md#releasing-opentelemetry-collector-contrib),
all merging in Contrib should be halted while the "Prepare release" PR
is open. This PR adds a CI check which fails if such a release PR is
currently open.

This is the same as the CI check introduced in Core as part of [this
issue](open-telemetry/opentelemetry-collector#11707)
([Initial
PR](open-telemetry/opentelemetry-collector#11744),
[bug](open-telemetry/opentelemetry-collector#11808),
[fix](open-telemetry/opentelemetry-collector#11849),
[bug
2](open-telemetry/opentelemetry-collector#11906),
[fix
2](open-telemetry/opentelemetry-collector#11936),
[fix
3](open-telemetry/opentelemetry-collector#12045),
[fix
4](open-telemetry/opentelemetry-collector#12051)).

Like its predecessor, this will only be fully effective once the merge
queue is enabled on this repo (see #36788 for progress on that),
enabling us to do proper last-minute checks instead of relying on the
freeze status at the time of the latest PR update. Similarly, for proper
enforcement, this check will need to be marked as required in the main
branch protections (I will create an issue on the community repo to that
effect once this PR is merged).

#### Link to tracking issue

Updates #36848

#### Testing

Considering the multiple iterations this code went through on Core, it
should now work properly without adaptation.

However, considering the multiple iterations this code went through on
Core, we should expect the unexpected, especially when it comes to the
interaction with the merge queue, so release managers will need to be
aware of this change, in case it breaks the release process.

---------

Co-authored-by: Pablo Baeyens <[email protected]>
Co-authored-by: Moritz Wiesinger <[email protected]>
…ml` (#37242)

#### Description

A `replace` statement is missing in
`cmd/otelcontribcol/builder-config.yaml` for the `redisstorageextension`
component, which breaks releases. This PR fixes that.
I didn't know what Pulsar was, this might help other users too.
<!--Ex. Fixing a bug - Describe the bug and how this fixes the issue.
Ex. Adding a feature - Explain what this achieves.-->
#### Description
Following
#35169.
This PR moves `filelog.container.removeOriginalTimeField` feature gate
to stable.

<!-- Issue number (e.g. #1234) or full URL to issue, if applicable. -->
#### Link to tracking issue
Related to
#33389

<!--Describe what testing was performed and which tests were added.-->
#### Testing
Updated

<!--Describe the documentation added.-->
#### Documentation
Updated
<!--Please delete paragraphs that you did not use before submitting.-->

Signed-off-by: ChrsMark <[email protected]>
#37184)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/huaweicloud/huaweicloud-sdk-go-v3](https://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3)
| `v0.1.130` -> `v0.1.131` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.131?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.131?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.130/v0.1.131?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2fhuaweicloud%2fhuaweicloud-sdk-go-v3/v0.1.130/v0.1.131?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>huaweicloud/huaweicloud-sdk-go-v3
(github.com/huaweicloud/huaweicloud-sdk-go-v3)</summary>

###
[`v0.1.131`](https://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3/releases/tag/v0.1.131)

[Compare
Source](https://redirect.github.com/huaweicloud/huaweicloud-sdk-go-v3/compare/v0.1.130...v0.1.131)

Release 0.1.131

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuMTA3LjAiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbImRlcGVuZGVuY2llcyIsInJlbm92YXRlYm90Il19-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
Co-authored-by: Ziqi Zhao <[email protected]>
Co-authored-by: Yang Song <[email protected]>
…37185)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/linkedin/goavro/v2](https://redirect.github.com/linkedin/goavro)
| `v2.13.0` -> `v2.13.1` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.0/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2flinkedin%2fgoavro%2fv2/v2.13.0/v2.13.1?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Release Notes

<details>
<summary>linkedin/goavro (github.com/linkedin/goavro/v2)</summary>

###
[`v2.13.1`](https://redirect.github.com/linkedin/goavro/releases/tag/v2.13.1)

[Compare
Source](https://redirect.github.com/linkedin/goavro/compare/v2.13.0...v2.13.1)

#### What's Changed

- logicalType/decimal: fix default values by
[@&#8203;rockwotj](https://redirect.github.com/rockwotj) in
[https://github.com/linkedin/goavro/pull/291](https://redirect.github.com/linkedin/goavro/pull/291)

#### New Contributors

- [@&#8203;rockwotj](https://redirect.github.com/rockwotj) made their
first contribution in
[https://github.com/linkedin/goavro/pull/291](https://redirect.github.com/linkedin/goavro/pull/291)

**Full Changelog**:
linkedin/goavro@v2.13.0...v2.13.1

</details>

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS45Mi4wIiwidXBkYXRlZEluVmVyIjoiMzkuOTIuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOlsiZGVwZW5kZW5jaWVzIiwicmVub3ZhdGVib3QiXX0=-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
Co-authored-by: Alex Boten <[email protected]>
…d/common to v1.0.1082 (#37230)

This PR contains the following updates:

| Package | Change | Age | Adoption | Passing | Confidence |
|---|---|---|---|---|---|
|
[github.com/tencentcloud/tencentcloud-sdk-go/tencentcloud/common](https://redirect.github.com/tencentcloud/tencentcloud-sdk-go)
| `v1.0.1081` -> `v1.0.1082` |
[![age](https://developer.mend.io/api/mc/badges/age/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1082?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![adoption](https://developer.mend.io/api/mc/badges/adoption/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1082?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![passing](https://developer.mend.io/api/mc/badges/compatibility/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1081/v1.0.1082?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|
[![confidence](https://developer.mend.io/api/mc/badges/confidence/go/github.com%2ftencentcloud%2ftencentcloud-sdk-go%2ftencentcloud%2fcommon/v1.0.1081/v1.0.1082?slim=true)](https://docs.renovatebot.com/merge-confidence/)
|

---

> [!WARNING]
> Some dependencies could not be looked up. Check the Dependency
Dashboard for more information.

---

### Configuration

📅 **Schedule**: Branch creation - "on tuesday" (UTC), Automerge - At any
time (no schedule defined).

🚦 **Automerge**: Disabled by config. Please merge this manually once you
are satisfied.

♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the
rebase/retry checkbox.

🔕 **Ignore**: Close this PR and you won't be reminded about this update
again.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR was generated by [Mend Renovate](https://mend.io/renovate/).
View the [repository job
log](https://developer.mend.io/github/open-telemetry/opentelemetry-collector-contrib).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6WyJkZXBlbmRlbmNpZXMiLCJyZW5vdmF0ZWJvdCJdfQ==-->

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: opentelemetrybot <[email protected]>
Co-authored-by: Yang Song <[email protected]>
#### Description

This enhancement detects AWS EKS cloud account ID. 
Account ID is obtained by querying the EC2 Metadata service for the
Instance Identity Document and extracting the AccountID field from this
document

#### Testing
Manual testing in EKS cluster with EC2 instances. Unit tests for basic
functionality

#### Documentation
Updated metadata
#### Description
This test will break `contrib-test` in opentelemetry-collector repo when
we add new features in exporter spec.
Removing this test as it seems not to be useful(only test string
representation) and makes `contrib-test` flaky.
Link:
https://github.com/open-telemetry/opentelemetry-collector/actions/runs/12786594498/job/35643968597

cc @bogdandrutu 

#### Link to tracking issue
Relevant to
open-telemetry/opentelemetry-collector#12090
#### Description

Add a feature gate
exporter.datadogexporter.EnableReceiveResourceSpansV2. Enabling this
gate uses a refactored implementation of OTLP->Datadog Span translation
which improves performance by 10%, and deprecates the following
functionality:
- No longer checks for resource-related values (container, env,
hostname) in span attributes. This previous behavior did not follow the
OTel spec.

After a migration period of 6 versions, we plan to change this to
opt-out, then deprecate the old functionality after another 6 versions.

#### Link to tracking issue

#37077

#### Testing
Add unit tests for new functionality (verify that relevant span
attributes aren't used). Ran collector with new feature flag enabled.
Related to
#37163.
Turns out there's also an exporter 😅
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.