Skip to content

Update productcatalogservice#6

Open
renovate[bot] wants to merge 1 commit intomainfrom
renovate/productcatalogservice
Open

Update productcatalogservice#6
renovate[bot] wants to merge 1 commit intomainfrom
renovate/productcatalogservice

Conversation

@renovate
Copy link
Copy Markdown

@renovate renovate Bot commented Dec 17, 2023

ℹ️ Note

This PR body was truncated due to platform limits.

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/golang/protobuf v1.5.3v1.5.4 age adoption passing confidence require patch
github.com/sirupsen/logrus v1.9.3v1.9.4 age adoption passing confidence require patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.46.0v0.68.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.46.0v0.68.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v0.43.0v0.45.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.20.0v1.43.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.20.0v1.43.0 age adoption passing confidence require minor
golang 1.21.4-alpine1.26.2-alpine age adoption passing confidence stage minor
google.golang.org/grpc v1.59.0v1.80.0 age adoption passing confidence require minor
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0v1.6.1 age adoption passing confidence require minor
google.golang.org/protobuf v1.31.0v1.36.11 age adoption passing confidence require minor

Release Notes

golang/protobuf (github.com/golang/protobuf)

v1.5.4

Compare Source

Notable changes

  • update descriptor.proto to latest version
sirupsen/logrus (github.com/sirupsen/logrus)

v1.9.4

Compare Source

Notable changes

  • go.mod: update minimum supported go version to v1.17 #​1460
  • go.mod: bump up dependencies #​1460
  • Touch-up godoc and add "doc" links.
  • README: fix links, grammar, and update examples.
  • Add GNU/Hurd support #​1364
  • Add WASI wasip1 support #​1388
  • Remove uses of deprecated ioutil package #​1472
  • CI: update actions and golangci-lint #​1459
  • CI: remove appveyor, add macOS #​1460

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.43.0: /v0.65.0/v0.19.0

Compare Source

Added

  • Add IsRandom and WithRandom on TraceFlags, and IsRandom on SpanContext in go.opentelemetry.io/otel/trace
    for W3C Trace Context Level 2 Random Trace ID Flag support. (#​8012)
  • Add service detection with WithService in go.opentelemetry.io/otel/sdk/resource. (#​7642)
  • Add DefaultWithContext and EnvironmentWithContext in go.opentelemetry.io/otel/sdk/resource to support plumbing context.Context through default and environment detectors. (#​8051)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​8038)
  • Support attributes with empty value (attribute.EMPTY) in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#​8038)
  • Add support for per-series start time tracking for cumulative metrics in go.opentelemetry.io/otel/sdk/metric.
    Set OTEL_GO_X_PER_SERIES_START_TIMESTAMPS=true to enable. (#​8060)
  • Add WithCardinalityLimitSelector for metric reader for configuring cardinality limits specific to the instrument kind. (#​7855)

Changed

  • Introduce the EMPTY Type in go.opentelemetry.io/otel/attribute to reflect that an empty value is now a valid value, with INVALID remaining as a deprecated alias of EMPTY. (#​8038)
  • Refactor slice handling in go.opentelemetry.io/otel/attribute to optimize short slice values with fixed-size fast paths. (#​8039)
  • Improve performance of span metric recording in go.opentelemetry.io/otel/sdk/trace by returning early if self-observability is not enabled. (#​8067)
  • Improve formatting of metric data diffs in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest. (#​8073)

Deprecated

  • Deprecate INVALID in go.opentelemetry.io/otel/attribute. Use EMPTY instead. (#​8038)

Fixed

  • Return spec-compliant TraceIdRatioBased description. This is a breaking behavioral change, but it is necessary to
    make the implementation spec-compliant. (#​8027)
  • Fix a race condition in go.opentelemetry.io/otel/sdk/metric where the lastvalue aggregation could collect the value 0 even when no zero-value measurements were recorded. (#​8056)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • Limit HTTP response body to 4 MiB in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to mitigate excessive memory usage caused by a misconfigured or malicious server.
    Responses exceeding the limit are treated as non-retryable errors. (#​8108)
  • WithHostID detector in go.opentelemetry.io/otel/sdk/resource to use full path for kenv command on BSD. (#​8113)
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp to correctly handle HTTP2 GOAWAY frame. (#​8096)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.42.0...v1.43.0

v1.42.0: /v0.64.0/v0.18.0/v0.0.16

Compare Source

Added
  • Add go.opentelemetry.io/otel/semconv/v1.40.0 package.
    The package contains semantic conventions from the v1.40.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.39.0. (#​7985)
  • Add Err and SetErr on Record in go.opentelemetry.io/otel/log to attach an error and set record exception attributes in go.opentelemetry.io/otel/log/sdk. (#​7924)
Changed
  • TracerProvider.ForceFlush in go.opentelemetry.io/otel/sdk/trace joins errors together and continues iteration through SpanProcessors as opposed to returning the first encountered error without attempting exports on subsequent SpanProcessors. (#​7856)
Fixed
  • Fix missing request.GetBody in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp to correctly handle HTTP2 GOAWAY frame. (#​7931)
  • Fix semconv v1.39.0 generated metric helpers skipping required attributes when extra attributes were empty. (#​7964)
  • Preserve W3C TraceFlags bitmask (including the random Trace ID flag) during trace context extraction and injection in go.opentelemetry.io/otel/propagation. (#​7834)
Removed
  • Drop support for [Go 1.24]. (#​7984)

What's Changed

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.41.0...v1.42.0

v1.41.0: /v0.63.0/v0.17.0/v0.0.15

Compare Source

This release is the last to support Go 1.24. The next release will require at least Go 1.25.

Added
Fixed
  • Update Baggage in go.opentelemetry.io/otel/propagation and Parse and New in go.opentelemetry.io/otel/baggage to comply with W3C Baggage specification limits. New and Parse now return partial baggage along with an error when limits are exceeded. Errors from baggage extraction are reported to the global error handler. (#​7880)

What's Changed

Note

PR body was truncated to here.


Configuration

📅 Schedule: (UTC)

  • Branch creation
    • "every weekend"
  • 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 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 force-pushed the renovate/productcatalogservice branch 2 times, most recently from 40953ac to 46feb82 Compare December 23, 2023 02:39
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 46feb82 to 6375ff3 Compare January 9, 2024 23:48
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from df43757 to da2a69c Compare January 24, 2024 02:56
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 592698c to de64dcd Compare February 14, 2024 03:08
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 0d70df3 to 7d982bf Compare February 24, 2024 06:04
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 7d982bf to c512ede Compare March 7, 2024 18:00
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 06888d1 to fc31b2e Compare April 8, 2024 23:48
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from b57ccc7 to 279b879 Compare April 30, 2024 23:29
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 279b879 to 8dd337d Compare May 9, 2024 02:49
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 8dd337d to 203e874 Compare May 23, 2024 05:36
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from aabbc47 to 7c8d9dc Compare June 5, 2024 02:49
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Jun 5, 2024

ℹ Artifact update notice

File name: src/productcatalogservice/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):

  • 9 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.24.0
golang.org/x/net v0.17.0 -> v0.46.1-0.20251013234738-63d1a5100f82
github.com/go-logr/logr v1.3.0 -> v1.4.3
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 -> v1.38.0
go.opentelemetry.io/otel/metric v1.20.0 -> v1.38.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.7.1
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20251022142026-3a174f9686a8
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20251022142026-3a174f9686a8
golang.org/x/sys v0.14.0 -> v0.37.0
golang.org/x/text v0.13.0 -> v0.30.0

@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 7c8d9dc to e3f9326 Compare June 14, 2024 17:59
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 45dd488 to 519bf3a Compare July 3, 2024 17:51
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 519bf3a to 70c0aad Compare July 29, 2024 17:55
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from d515f77 to 11e5402 Compare August 13, 2024 23:47
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 11e5402 to e900383 Compare August 23, 2024 23:49
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from cce3f4a to d886907 Compare December 6, 2024 23:53
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from d886907 to b4f757b Compare December 14, 2024 02:20
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from a7368d5 to 63d060a Compare December 24, 2024 05:53
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 8a4d481 to c31635b Compare January 16, 2025 00:00
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 67458f8 to 38f5edb Compare January 20, 2025 19:40
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 72416e4 to dd53df5 Compare January 25, 2025 07:38
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from dd53df5 to 4032206 Compare February 7, 2025 03:24
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 4032206 to a5a9419 Compare February 15, 2025 00:00
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 4699d4a to b9af8c2 Compare March 6, 2025 07:58
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from b9af8c2 to 9591d43 Compare March 27, 2025 00:06
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 9591d43 to 0ea166a Compare April 3, 2025 04:14
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 0ea166a to 18029a5 Compare April 22, 2025 03:54
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 18029a5 to 39d00c8 Compare May 8, 2025 00:16
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 39d00c8 to 25fabc4 Compare May 16, 2025 00:16
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 4c2c323 to 81c2002 Compare May 31, 2025 07:47
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 81c2002 to 4e2443c Compare June 6, 2025 16:31
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from 4e2443c to cfb476c Compare June 28, 2025 12:15
@renovate renovate Bot force-pushed the renovate/productcatalogservice branch from cfb476c to 4156932 Compare July 13, 2025 08:14
@renovate
Copy link
Copy Markdown
Author

renovate Bot commented Dec 11, 2025

ℹ️ Artifact update notice

File name: src/productcatalogservice/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):

  • 8 additional dependencies were updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.17 -> 1.25.0
golang.org/x/net v0.17.0 -> v0.52.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.20.0 -> v1.43.0
go.opentelemetry.io/otel/metric v1.20.0 -> v1.43.0
go.opentelemetry.io/proto/otlp v1.0.0 -> v1.10.0
google.golang.org/genproto/googleapis/api v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20260401024825-9d38bb4040a9
google.golang.org/genproto/googleapis/rpc v0.0.0-20230822172742-b8732ec3820d -> v0.0.0-20260406210006-6f92a3bedf2d
golang.org/x/sys v0.14.0 -> v0.42.0
golang.org/x/text v0.13.0 -> v0.35.0

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.

0 participants