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 checkoutservice #20

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/IBM/sarama v1.43.2 -> v1.45.1 age adoption passing confidence require minor
github.com/open-feature/go-sdk v1.11.0 -> v1.14.1 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.6 age adoption passing confidence require patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.51.0 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.51.0 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/contrib/instrumentation/runtime v0.51.0 -> v0.60.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.26.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpc v1.26.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.26.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.26.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk/metric v1.26.0 -> v1.35.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.26.0 -> v1.35.0 age adoption passing confidence require minor
golang 1.22-alpine -> 1.24-alpine age adoption passing confidence stage minor
google.golang.org/grpc v1.63.2 -> v1.71.1 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.36.6 age adoption passing confidence require minor

Release Notes

IBM/sarama (github.com/IBM/sarama)

v1.45.1: Version 1.45.1 (2025-03-02)

Compare Source

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.0...v1.45.1

v1.45.0: Version 1.45.0 (2025-01-07)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.21 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

Full Changelog: IBM/sarama@v1.44.0...v1.45.0

v1.44.0: Version 1.44.0 (2024-12-27)

Compare Source

[!NOTE]
The go.mod directive has been bumped to 1.20 as the minimum version of Go required for the module. This was necessary to continue to receive updates from some of the third party dependencies that Sarama makes use of for compression.

What's Changed

🎉 New Features / Improvements
🐛 Fixes
📦 Dependency updates
🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.43.3...v1.44.0

v1.43.3: Version 1.43.3 (2024-08-12)

Compare Source

What's Changed

🐛 Fixes
📦 Dependency updates
🔧 Maintenance
📝 Documentation

New Contributors

Full Changelog: IBM/sarama@v1.43.2...v1.43.3

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

v1.14.1

Compare Source

🐛 Bug Fixes
  • internal provider comparison causing race conditions in tests (440072f)
  • internal provider comparison causing race conditions in tests (#​312) (440072f)
📚 Documentation
  • add missing entry for "tracking" in feature table (#​313) (890bfd0)

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.35.0: /v0.57.0/v0.11.0

Compare Source

Overview

This release is the last to support Go 1.22.
The next release will require at least Go 1.23.

Added
  • Add ValueFromAttribute and KeyValueFromAttribute in go.opentelemetry.io/otel/log. (#​6180)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/log. (#​6187)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/log/logtest. (#​6187)
  • AssertRecordEqual in go.opentelemetry.io/otel/log/logtest checks Record.EventName. (#​6187)
  • Add EventName and SetEventName to Record in go.opentelemetry.io/otel/sdk/log. (#​6193)
  • Add EventName to RecordFactory in go.opentelemetry.io/otel/sdk/log/logtest. (#​6193)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploggrpc. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/otlp/otlplog/otlploghttp. (#​6211)
  • Emit Record.EventName field in go.opentelemetry.io/otel/exporters/stdout/stdoutlog (#​6210)
  • The go.opentelemetry.io/otel/semconv/v1.28.0 package.
    The package contains semantic conventions from the v1.28.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.27.0(#​6236)
  • The go.opentelemetry.io/otel/semconv/v1.30.0 package.
    The package contains semantic conventions from the v1.30.0 version of the OpenTelemetry Semantic Conventions.
    See the migration documentation for information on how to upgrade from go.opentelemetry.io/otel/semconv/v1.28.0(#​6240)
  • Document the pitfalls of using Resource as a comparable type.
    Resource.Equal and Resource.Equivalent should be used instead. (#​6272)
  • Support [Go 1.24]. (#​6304)
  • Add FilterProcessor and EnabledParameters in go.opentelemetry.io/otel/sdk/log.
    It replaces go.opentelemetry.io/otel/sdk/log/internal/x.FilterProcessor.
    Compared to previous version it additionally gives the possibility to filter by resource and instrumentation scope. (#​6317)
Changed
  • Update github.com/prometheus/common to v0.62.0, which changes the NameValidationScheme to NoEscaping.
    This allows metrics names to keep original delimiters (e.g. .), rather than replacing with underscores.
    This is controlled by the Content-Type header, or can be reverted by setting NameValidationScheme to LegacyValidation in github.com/prometheus/common/model. (#​6198)
Fixes
  • Eliminate goroutine leak for the processor returned by NewSimpleSpanProcessor in go.opentelemetry.io/otel/sdk/trace when Shutdown is called and the passed ctx is canceled and SpanExporter.Shutdown has not returned. (#​6368)
  • Eliminate goroutine leak for the processor returned by NewBatchSpanProcessor in go.opentelemetry.io/otel/sdk/trace when ForceFlush is called and the passed ctx is canceled and SpanExporter.Export has not returned. (#​6369)
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/checkoutservice/go.sum
Command failed: go get -d -t ./...
go: module github.com/open-feature/go-sdk-contrib/providers/[email protected] requires go >= 1.22.7; switching to go1.23.8
go: downloading go1.23.8 (linux/amd64)
go: download go1.23.8: golang.org/[email protected]: verifying module: checksum database disabled by GOSUMDB=off

@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 8ba5b04 to b038c3f Compare June 1, 2024 14:43
@renovate renovate bot force-pushed the renovate/checkoutservice branch 3 times, most recently from e030dc0 to bd6787c Compare June 17, 2024 22:35
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 1b6dd24 to 5dc7146 Compare July 4, 2024 05:35
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 7f197bd to c3a17ab Compare August 1, 2024 20:18
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from a579f96 to bd844cc Compare August 15, 2024 20:54
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 7bb4d2e to 68cad25 Compare August 29, 2024 17:59
@renovate renovate bot force-pushed the renovate/checkoutservice branch 3 times, most recently from 26b367b to 0a391bc Compare September 12, 2024 02:48
@renovate renovate bot force-pushed the renovate/checkoutservice branch from 0a391bc to 9f5de8a Compare September 20, 2024 08:39
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from b543f98 to cb259e5 Compare October 8, 2024 05:21
@renovate renovate bot force-pushed the renovate/checkoutservice branch 3 times, most recently from a6b6f14 to b054936 Compare October 18, 2024 23:59
@renovate renovate bot force-pushed the renovate/checkoutservice branch from b054936 to 13fe230 Compare October 30, 2024 05:32
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 869bd5c to d85ce60 Compare November 9, 2024 05:14
@renovate renovate bot force-pushed the renovate/checkoutservice branch from d85ce60 to 1e2a231 Compare November 15, 2024 08:28
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 0fe5110 to 7579958 Compare December 21, 2024 02:50
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from c06481c to a0f321c Compare December 28, 2024 05:44
@renovate renovate bot force-pushed the renovate/checkoutservice branch 3 times, most recently from fdb97f8 to faaa476 Compare January 16, 2025 03:21
@renovate renovate bot force-pushed the renovate/checkoutservice branch 3 times, most recently from 46c1404 to 75d4de7 Compare January 25, 2025 10:50
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 3505694 to 0ee0c92 Compare February 8, 2025 12:05
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 964e7e2 to ecd2f33 Compare February 20, 2025 03:59
@renovate renovate bot force-pushed the renovate/checkoutservice branch from ecd2f33 to 6bcc40e Compare February 23, 2025 11:55
@renovate renovate bot force-pushed the renovate/checkoutservice branch 2 times, most recently from 3b7e86d to 5fae9f1 Compare March 7, 2025 00:11
@renovate renovate bot force-pushed the renovate/checkoutservice branch from 5fae9f1 to 1168bf6 Compare March 26, 2025 08:00
@renovate renovate bot force-pushed the renovate/checkoutservice branch from 1168bf6 to c22cd2c Compare April 3, 2025 20:06
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