Skip to content
New issue

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

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

Already on GitHub? # to your account

chore(deps): update productcatalogservice #47

Closed
wants to merge 1 commit into from

Conversation

elastic-renovate-prod[bot]
Copy link

@elastic-renovate-prod elastic-renovate-prod bot commented Aug 11, 2024

This PR contains the following updates:

Package Type Update Change
go (source) toolchain minor 1.22.9 -> 1.23.5
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc require minor v0.58.0 -> v0.59.0
go.opentelemetry.io/contrib/instrumentation/runtime require minor v0.58.0 -> v0.59.0
go.opentelemetry.io/otel require minor v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc require minor v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/sdk require minor v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/sdk/metric require minor v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/trace require minor v1.33.0 -> v1.34.0
golang minor 1.22-alpine -> 1.23-alpine
golang final minor 1.22-alpine -> 1.23-alpine
golang stage minor 1.22-alpine -> 1.23-alpine
google.golang.org/grpc require patch v1.69.0 -> v1.69.4
google.golang.org/protobuf require minor v1.35.2 -> v1.36.3

Release Notes

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

v1.34.0: /v0.56.0/v0.10.0

Compare Source

Overview
Changed
  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#​6167)
Fixed
  • Relax minimum Go version to 1.22.0 in various modules. (#​6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#​6143)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlphttpgrpc client is corrected from otlphttphttp to otlptracehttp. (#​6143)
What's Changed

Full Changelog: open-telemetry/opentelemetry-go@v1.33.0...v1.34.0

grpc/grpc-go (google.golang.org/grpc)

v1.69.4: Release 1.69.4

Compare Source

Bug Fixes

  • rbac: fix support for :path header matchers, which would previously never successfully match (#​7965).

Documentation

  • examples/features/csm_observability: update example client and server to use the helloworld service instead of echo service (#​7945).

v1.69.2: Release 1.69.2

Compare Source

Bug Fixes

  • stats/experimental: add type aliases for symbols (Metrics/etc) that were moved to the stats package (#​7929).
  • client: set user-agent string to the correct version.
protocolbuffers/protobuf-go (google.golang.org/protobuf)

v1.36.3

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.2...v1.36.3

Bug fixes:
CL/642575: reflect/protodesc: fix panic when working with dynamicpb
CL/641036: cmd/protoc-gen-go: remove json struct tags from unexported fields

User-visible changes:
CL/641876: proto: add example for GetExtension, SetExtension
CL/642015: runtime/protolazy: replace internal doc link with external link

Maintenance:
CL/641635: all: split flags.ProtoLegacyWeak out of flags.ProtoLegacy
CL/641019: internal/impl: remove unused exporter parameter
CL/641018: internal/impl: switch to reflect.Value.IsZero
CL/641035: internal/impl: clean up unneeded Go<1.12 MapRange() alternative
CL/641017: types/dynamicpb: switch atomicExtFiles to atomic.Uint64 type

v1.36.2

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.1...v1.36.2

Bug fixes:
CL/638515: internal/impl: fix WhichOneof() to work with synthetic oneofs

v1.36.1

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.36.0...v1.36.1

Bug fixes:
CL/638495: internal/impl: revert IsSynthetic() check to fix panic

Maintenance:
CL/637475: internal/errors: delete compatibility code for Go before 1.13

v1.36.0

Compare Source

Full Changelog: protocolbuffers/protobuf-go@v1.35.2...v1.36.0

User-visible changes:

CL/635139: src/google/protobuf: document UnmarshalJSON / API level behavior
CL/635138: reflect/protoreflect: use [] syntax to reference method
CL/635137: proto: add reference to size semantics with lazy decoding to comment
CL/634818: compiler/protogen: allow overriding API level from --go_opt
CL/634817: cmd/protoc-gen-go: generate _protoopaque variant for hybrid
CL/634816: all: regenerate.bash for Opaque API
CL/634815: all: Release the Opaque API
CL/634015: types/descriptorpb: regenerate using latest protobuf v29.1 release
CL/632735: internal/impl: skip synthetic oneofs in messageInfo
CL/627876: all: start v1.35.2-devel


Configuration

📅 Schedule: Branch creation - "every weekend" (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 if that's undesired.


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

This PR has been generated by Renovate Bot.

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from b1fa64a to 2c0b019 Compare August 15, 2024 01:18
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 86ab317 to dab8c0c Compare August 28, 2024 22:41
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from bc48375 to 1f18ff7 Compare September 13, 2024 16:42
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from 1f18ff7 to b3465d1 Compare September 22, 2024 00:04
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from b3465d1 to 7f474f6 Compare October 2, 2024 04:02
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 2ec7745 to b623b20 Compare October 15, 2024 21:02
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from b623b20 to 18d855b Compare October 19, 2024 06:41
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from 18d855b to 828ad56 Compare October 30, 2024 05:56
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from ef8c458 to 4716ee6 Compare November 9, 2024 11:46
@elastic-renovate-prod elastic-renovate-prod bot changed the title chore(deps): update productcatalogservice Update productcatalogservice Nov 10, 2024
@elastic-renovate-prod elastic-renovate-prod bot changed the title Update productcatalogservice chore(deps): update productcatalogservice Nov 13, 2024
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from 4716ee6 to 090391a Compare November 15, 2024 03:10
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 6 times, most recently from 247a863 to 0fc947d Compare December 4, 2024 09:36
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 19e1f29 to c32c467 Compare December 10, 2024 21:04
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from a1d7efc to 0f3e3ac Compare December 19, 2024 20:36
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from 0f3e3ac to e6bdfab Compare December 23, 2024 19:40
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 5c5a8d5 to 03f83ec Compare January 14, 2025 03:40
@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 90c4b98 to 85241ef Compare January 17, 2025 19:53
@elastic-renovate-prod
Copy link
Author

ℹ 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

Details:

Package Change
github.com/grpc-ecosystem/grpc-gateway/v2 v2.24.0 -> v2.25.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.33.0 -> v1.34.0
go.opentelemetry.io/otel/metric v1.33.0 -> v1.34.0
go.opentelemetry.io/proto/otlp v1.4.0 -> v1.5.0
golang.org/x/net v0.32.0 -> v0.34.0
golang.org/x/sys v0.28.0 -> v0.29.0
google.golang.org/genproto/googleapis/api v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f
google.golang.org/genproto/googleapis/rpc v0.0.0-20241209162323-e6fa225c2576 -> v0.0.0-20250115164207-1a7da9e5054f

@elastic-renovate-prod elastic-renovate-prod bot force-pushed the renovate/productcatalogservice branch from 85241ef to 4150e45 Compare January 18, 2025 14:50
@rogercoll rogercoll closed this Jan 22, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant