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

chore(deps): update productcatalogservice #21

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 25, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/open-feature/go-sdk v1.11.0 -> v1.14.0 age adoption passing confidence require minor
github.com/open-feature/go-sdk-contrib/hooks/open-telemetry v0.3.2 -> v0.3.4 age adoption passing confidence require patch
github.com/open-feature/go-sdk-contrib/providers/flagd v0.2.0 -> v0.2.3 age adoption passing confidence require patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 -> v0.58.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.51.0 -> v0.58.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.26.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.26.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.26.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.26.0 -> v1.33.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.26.0 -> v1.33.0 age adoption passing confidence require minor
golang 1.22-alpine -> 1.23-alpine age adoption passing confidence stage minor
google.golang.org/grpc v1.63.2 -> v1.69.0 age adoption passing confidence require minor
google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.3.0 -> v1.5.1 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.0 -> v1.35.2 age adoption passing confidence require minor

Release Notes

open-feature/go-sdk (github.com/open-feature/go-sdk)

v1.14.0

Compare Source

🐛 Bug Fixes
  • consider default client when loading states (d906d6f)
  • consider default client when loading states (#​309) (d906d6f)
  • deps: update module github.com/cucumber/godog to v0.15.0 (#​300) (dc66ed3)
  • deps: update module golang.org/x/text to v0.20.0 (#​301) (efab565)
  • deps: update module golang.org/x/text to v0.21.0 (#​311) (3d1615a)
✨ New Features
🧹 Chore
📚 Documentation
  • update readme to be included in the docs (13444e7)

v1.13.1

Compare Source

🐛 Bug Fixes
  • deps: update module golang.org/x/text to v0.19.0 (#​290) (cd5b89a)
  • Prevent panic when setting non-comparable named providers (#​286) (01953bb)
🧹 Chore
  • deps: update codecov/codecov-action action to v4.6.0 (#​287) (368336f)
📚 Documentation

v1.13.0

Compare Source

🐛 Bug Fixes
✨ New Features
🧹 Chore
  • deps: update codecov/codecov-action action to v4.5.0 (#​279) (881e019)

v1.12.0

Compare Source

🐛 Bug Fixes
  • deps: update module github.com/cucumber/godog to v0.14.1 (#​267) (2cf5717)
  • deps: update module github.com/go-logr/logr to v1.4.2 (#​275) (aeb4f6c)
  • deps: update module golang.org/x/exp to v0.0.0-20240416160154-fe59bbe5cc7f (#​269) (45596a5)
  • deps: update module golang.org/x/exp to v0.0.0-20240506185415-9bf2ced13842 (#​272) (1c07c5b)
  • deps: update module golang.org/x/text to v0.15.0 (#​271) (dc28442)
✨ New Features
🧹 Chore
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.33.0: /v0.55.0/v0.9.0/v0.0.12

Compare Source

Overview
Added
  • Add Reset method to SpanRecorder in go.opentelemetry.io/otel/sdk/trace/tracetest. (#​5994)
  • Add EnabledInstrument interface in go.opentelemetry.io/otel/sdk/metric/internal/x. This is an experimental interface that is implemented by synchronous instruments provided by go.opentelemetry.io/otel/sdk/metric. Users can use it to avoid performing computationally expensive operations when recording measurements. It does not fall within the scope of the OpenTelemetry Go versioning and stability policy and it may be changed in backwards incompatible ways or removed in feature releases. (#​6016)
Changed
  • The default global API now supports full auto-instrumentation from the go.opentelemetry.io/auto package. See that package for more information. (#​5920)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5929)
  • Propagate non-retryable error messages to client in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5929)
  • Performance improvements for attribute value AsStringSlice, AsFloat64Slice, AsInt64Slice, AsBoolSlice. (#​6011)
  • Change EnabledParameters to have a Severity field instead of a getter and setter in go.opentelemetry.io/otel/log. (#​6009)
Fixed
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5954)
  • Fix inconsistent request body closing in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5954)
  • Fix invalid exemplar keys in go.opentelemetry.io/otel/exporters/prometheus. (#​5995)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/trace. (#​5997)
  • Fix attribute value truncation in go.opentelemetry.io/otel/sdk/log. (#​6032)
What's Changed
New Contributors

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

v1.32.0: /v0.54.0/v0.8.0/v0.0.11

Compare Source

Overview
Added
  • Add go.opentelemetry.io/otel/sdk/metric/exemplar.AlwaysOffFilter, which can be used to disable exemplar recording. (#​5850)
  • Add go.opentelemetry.io/otel/sdk/metric.WithExemplarFilter, which can be used to configure the exemplar filter used by the metrics SDK. (#​5850)
  • Add ExemplarReservoirProviderSelector and DefaultExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric, which defines the exemplar reservoir to use based on the aggregation of the metric. (#​5861)
  • Add ExemplarReservoirProviderSelector to go.opentelemetry.io/otel/sdk/metric.Stream to allow using views to configure the exemplar reservoir to use for a metric. (#​5861)
  • Add ReservoirProvider, HistogramReservoirProvider and FixedSizeReservoirProvider to go.opentelemetry.io/otel/sdk/metric/exemplar to make it convenient to use providers of Reservoirs. (#​5861)
  • The go.opentelemetry.io/otel/semconv/v1.27.0 package.
    The package contains semantic conventions from the v1.27.0 version of the OpenTelemetry Semantic Conventions. (#​5894)
  • Add Attributes attribute.Set field to Scope in go.opentelemetry.io/otel/sdk/instrumentation. (#​5903)
  • Add Attributes attribute.Set field to ScopeRecords in go.opentelemetry.io/otel/log/logtest. (#​5927)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc adds instrumentation scope attributes. (#​5934)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp adds instrumentation scope attributes. (#​5934)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc adds instrumentation scope attributes. (#​5935)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp adds instrumentation scope attributes. (#​5935)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc adds instrumentation scope attributes. (#​5933)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp adds instrumentation scope attributes. (#​5933)
  • go.opentelemetry.io/otel/exporters/prometheus adds instrumentation scope attributes in otel_scope_info metric as labels. (#​5932)
Changed
  • Support scope attributes and make them as identifying for Tracer in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/trace. (#​5924)
  • Support scope attributes and make them as identifying for Meter in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/metric. (#​5926)
  • Support scope attributes and make them as identifying for Logger in go.opentelemetry.io/otel and go.opentelemetry.io/otel/sdk/log. (#​5925)
  • Make schema URL and scope attributes as identifying for Tracer in go.opentelemetry.io/otel/bridge/opentracing. (#​5931)
  • Clear unneeded slice elements to allow GC to collect the objects in go.opentelemetry.io/otel/sdk/metric and go.opentelemetry.io/otel/sdk/trace. (#​5804)
Fixed
  • Global MeterProvider registration unwraps global instrument Observers, the undocumented Unwrap() methods are now private. (#​5881)
  • go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5892)
  • go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5911)
  • go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc now keeps the metadata already present in the context when WithHeaders is used. (#​5915)
  • Fix go.opentelemetry.io/otel/exporters/prometheus trying to add exemplars to Gauge metrics, which is unsupported. (#​5912)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttp. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc. (#​5944)
  • Fix WithEndpointURL to always use a secure connection when an https URL is passed in go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp. (#​5944)
  • Fix incorrect metrics generated from callbacks when multiple readers are used in go.opentelemetry.io/otel/sdk/metric. (#​5900)
Removed
What's Changed

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 was generated by Mend Renovate. View the repository job log.

@renovate renovate bot added the dependencies Pull requests that update a dependency file label May 25, 2024
Copy link
Author

renovate bot commented May 25, 2024

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: src/productcatalogservice/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: github.com/opentelemetry/opentelemetry-demo/src/productcatalogservice imports
	github.com/opentelemetry/opentelemetry-demo/src/productcatalogservice/genproto/oteldemo: cannot find module providing package github.com/opentelemetry/opentelemetry-demo/src/productcatalogservice/genproto/oteldemo

@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 377e262 to 7e9e8d9 Compare June 1, 2024 14:43
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from fecba6b to 2ee65d0 Compare June 17, 2024 22:40
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 009cc1a to 219c212 Compare July 4, 2024 05:35
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 0b20c4f to 4e49121 Compare August 1, 2024 20:19
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 66705bb to f3b2049 Compare August 15, 2024 21:01
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 14541fb to 63989c7 Compare August 29, 2024 18:04
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from c2aa4aa to 7cb7eaf Compare September 12, 2024 02:49
@renovate renovate bot force-pushed the renovate/productcatalogservice branch from 7cb7eaf to 926cb88 Compare September 20, 2024 08:41
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from 5be5a07 to 59a3517 Compare October 8, 2024 05:22
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 3 times, most recently from 17a5c1a to 40a86ec Compare October 19, 2024 00:05
@renovate renovate bot force-pushed the renovate/productcatalogservice branch from 40a86ec to 5186d3d Compare October 30, 2024 05:37
@renovate renovate bot force-pushed the renovate/productcatalogservice branch 2 times, most recently from d8c1b2a to 31de1c8 Compare November 9, 2024 05:21
@renovate renovate bot force-pushed the renovate/productcatalogservice branch from 31de1c8 to 3cf1ad8 Compare November 15, 2024 08:33
@renovate renovate bot force-pushed the renovate/productcatalogservice branch from 3cf1ad8 to 859021e Compare December 15, 2024 04:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants