Skip to content

fix(deps): update all non-major dependencies #93

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

Merged
merged 1 commit into from
May 31, 2025

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Nov 23, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/getkin/kin-openapi v0.131.0 -> v0.132.0 age adoption passing confidence
github.com/jarcoal/httpmock v1.3.1 -> v1.4.0 age adoption passing confidence
github.com/knadh/koanf/providers/file v1.1.2 -> v1.2.0 age adoption passing confidence
github.com/knadh/koanf/v2 v2.1.2 -> v2.2.0 age adoption passing confidence
go.opentelemetry.io/otel v1.35.0 -> v1.36.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk v1.35.0 -> v1.36.0 age adoption passing confidence

Release Notes

getkin/kin-openapi (github.com/getkin/kin-openapi)

v0.132.0

Compare Source

What's Changed

New Contributors

Full Changelog: getkin/kin-openapi@v0.131.0...v0.132.0

jarcoal/httpmock (github.com/jarcoal/httpmock)

v1.4.0

Compare Source

What's Changed

New Contributors

Full Changelog: jarcoal/httpmock@v1.3.1...v1.4.0

knadh/koanf (github.com/knadh/koanf/providers/file)

v1.2.0

  • 5fc619c Add Delim()
  • f001ae3 Merge pull request #​98 from knadh/fix-confmap-dep
  • bc5fe47 Remove superfluous dependency on providers/confmap in the core
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.36.0: /v0.58.0/v0.12.0

Compare Source

Added
  • Add exponential histogram support in go.opentelemetry.io/otel/exporters/prometheus. (#​6421)
  • The go.opentelemetry.io/otel/semconv/v1.31.0 package.
    The package contains semantic conventions from the v1.31.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.30.0. (#​6479)
  • Add Recording, Scope, and Record types in go.opentelemetry.io/otel/log/logtest. (#​6507)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​6751)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​6752)
  • Add WithHTTPClient option to configure the http.Client used by go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6688)
  • Add ValuesGetter in go.opentelemetry.io/otel/propagation, a TextMapCarrier that supports retrieving multiple values for a single key. (#​5973)
  • Add Values method to HeaderCarrier to implement the new ValuesGetter interface in go.opentelemetry.io/otel/propagation. (#​5973)
  • Update Baggage in go.opentelemetry.io/otel/propagation to retrieve multiple values for a key when the carrier implements ValuesGetter. (#​5973)
  • Add AssertEqual function in go.opentelemetry.io/otel/log/logtest. (#​6662)
  • The go.opentelemetry.io/otel/semconv/v1.32.0 package.
    The package contains semantic conventions from the v1.32.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.31.0(#​6782)
  • Add Transform option in go.opentelemetry.io/otel/log/logtest. (#​6794)
  • Add Desc option in go.opentelemetry.io/otel/log/logtest. (#​6796)
Removed
  • Drop support for [Go 1.22]. (#​6381, #​6418)
  • Remove Resource field from EnabledParameters in go.opentelemetry.io/otel/sdk/log. (#​6494)
  • Remove RecordFactory type from go.opentelemetry.io/otel/log/logtest. (#​6492)
  • Remove ScopeRecords, EmittedRecord, and RecordFactory types from go.opentelemetry.io/otel/log/logtest. (#​6507)
  • Remove AssertRecordEqual function in go.opentelemetry.io/otel/log/logtest, use AssertEqual instead. (#​6662)
Changed
  • ⚠️ Update github.com/prometheus/client_golang to v1.21.1, which changes the NameValidationScheme to UTF8Validation.
    This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores.
    This can be reverted by setting github.com/prometheus/common/model.NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6433)
  • Initialize map with len(keys) in NewAllowKeysFilter and NewDenyKeysFilter to avoid unnecessary allocations in go.opentelemetry.io/otel/attribute. (#​6455)
  • go.opentelemetry.io/otel/log/logtest is now a separate Go module. (#​6465)
  • go.opentelemetry.io/otel/sdk/log/logtest is now a separate Go module. (#​6466)
  • Recorder in go.opentelemetry.io/otel/log/logtest no longer separately stores records emitted by loggers with the same instrumentation scope. (#​6507)
  • Improve performance of BatchProcessor in go.opentelemetry.io/otel/sdk/log by not exporting when exporter cannot accept more. (#​6569, #​6641)
Deprecated
  • Deprecate support for model.LegacyValidation for go.opentelemetry.io/otel/exporters/prometheus. (#​6449)
Fixes
  • Stop percent encoding header environment variables in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc and go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6392)
  • Ensure the noopSpan.tracerProvider method is not inlined in go.opentelemetry.io/otel/trace so the go.opentelemetry.io/auto instrumentation can instrument non-recording spans. (#​6456)
  • Use a sync.Pool instead of allocating metricdata.ResourceMetrics in go.opentelemetry.io/otel/exporters/prometheus. (#​6472)

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

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

Rebasing: Whenever PR is behind base branch, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate renovate bot requested a review from emmanuelgautier as a code owner November 23, 2024 13:31
@renovate renovate bot changed the title fix(deps): update module github.com/stretchr/testify to v1.10.0 fix(deps): update all non-major dependencies Dec 12, 2024
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 00bafd0 to ac16347 Compare December 12, 2024 20:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from ac16347 to e01f418 Compare January 17, 2025 21:20
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e01f418 to 9778210 Compare January 29, 2025 12:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 795bf9a to 9512d31 Compare February 17, 2025 03:36
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 010c17e to 0d98096 Compare March 5, 2025 22:02
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from 7e0ffd5 to 8a86901 Compare March 19, 2025 14:52
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 3 times, most recently from 7015e3b to b208364 Compare April 5, 2025 15:45
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update all non-major dependencies - autoclosed Apr 5, 2025
@renovate renovate bot closed this Apr 5, 2025
@renovate renovate bot deleted the renovate/all-minor-patch branch April 5, 2025 15:47
@renovate renovate bot changed the title fix(deps): update all non-major dependencies - autoclosed fix(deps): update all non-major dependencies Apr 6, 2025
@renovate renovate bot reopened this Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from e56e6a1 to b208364 Compare April 6, 2025 01:38
@renovate renovate bot changed the title fix(deps): update all non-major dependencies fix(deps): update module github.com/jarcoal/httpmock to v1.4.0 Apr 6, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from b208364 to 91a8522 Compare April 6, 2025 05:54
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 91a8522 to 2e81171 Compare April 15, 2025 17:10
@renovate renovate bot changed the title fix(deps): update module github.com/jarcoal/httpmock to v1.4.0 fix(deps): update all non-major dependencies Apr 15, 2025
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 2e81171 to 0676698 Compare April 30, 2025 19:08
@renovate renovate bot force-pushed the renovate/all-minor-patch branch 2 times, most recently from d29c7ce to 08be539 Compare May 8, 2025 17:15
@renovate renovate bot force-pushed the renovate/all-minor-patch branch from 08be539 to 92b770e Compare May 21, 2025 12:52
Copy link
Contributor Author

renovate bot commented May 21, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 3 additional dependencies were updated

Details:

Package Change
go.opentelemetry.io/otel/metric v1.35.0 -> v1.36.0
go.opentelemetry.io/otel/trace v1.35.0 -> v1.36.0
golang.org/x/sys v0.32.0 -> v0.33.0

@emmanuelgautier emmanuelgautier merged commit 6c1472b into main May 31, 2025
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants