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 accountingservice #22

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

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 26, 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
go.opentelemetry.io/otel 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/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-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 26, 2024
Copy link
Author

renovate bot commented May 26, 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/accountingservice/go.sum
Command failed: go get -d -t ./...
go: -d flag is deprecated. -d=true is a no-op
go: downloading github.com/IBM/sarama v1.45.1
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading go.opentelemetry.io/otel v1.35.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.35.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.35.0
go: downloading go.opentelemetry.io/otel/sdk v1.35.0
go: downloading google.golang.org/grpc/cmd/protoc-gen-go-grpc v1.5.1
go: downloading google.golang.org/grpc v1.71.1
go: downloading google.golang.org/protobuf v1.36.6
go: downloading go.opentelemetry.io/otel/trace v1.35.0
go: downloading github.com/davecgh/go-spew v1.1.1
go: downloading github.com/eapache/go-resiliency v1.7.0
go: downloading github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3
go: downloading github.com/eapache/queue v1.1.0
go: downloading github.com/hashicorp/go-multierror v1.1.1
go: downloading github.com/jcmturner/gofork v1.7.6
go: downloading github.com/jcmturner/gokrb5/v8 v8.4.4
go: downloading github.com/klauspost/compress v1.17.11
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/rcrowley/go-metrics v0.0.0-20201227073835-cf1acfcdf475
go: downloading golang.org/x/net v0.35.0
go: downloading golang.org/x/sys v0.30.0
go: downloading github.com/go-logr/logr v1.4.2
go: downloading go.opentelemetry.io/otel/metric v1.35.0
go: downloading go.opentelemetry.io/proto/otlp v1.5.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250218202821-56aae31c358a
go: downloading github.com/google/uuid v1.6.0
go: downloading github.com/golang/snappy v0.0.4
go: downloading github.com/hashicorp/errwrap v1.1.0
go: downloading github.com/jcmturner/dnsutils/v2 v2.0.0
go: downloading github.com/hashicorp/go-uuid v1.0.3
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/cenkalti/backoff/v4 v4.3.0
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.1
go: downloading golang.org/x/crypto v0.33.0
go: downloading github.com/jcmturner/rpc/v2 v2.0.3
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250218202821-56aae31c358a
go: downloading github.com/jcmturner/aescts/v2 v2.0.0
go: downloading golang.org/x/text v0.22.0
go: downloading github.com/open-telemetry/opentelemetry-demo v1.2.1
go: github.com/open-telemetry/opentelemetry-demo/src/accountingservice/kafka imports
	github.com/open-telemetry/opentelemetry-demo/src/accountingservice/genproto/oteldemo: cannot find module providing package github.com/open-telemetry/opentelemetry-demo/src/accountingservice/genproto/oteldemo

@renovate renovate bot force-pushed the renovate/accountingservice branch from aef2b66 to a2a4d9e Compare June 1, 2024 14:41
@renovate renovate bot force-pushed the renovate/accountingservice branch from a2a4d9e to 51aef89 Compare June 11, 2024 11:58
@renovate renovate bot force-pushed the renovate/accountingservice branch from 51aef89 to e6df046 Compare July 3, 2024 09:38
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from 5c9b7bd to 6190f0b Compare August 1, 2024 20:17
@renovate renovate bot force-pushed the renovate/accountingservice branch from 6190f0b to 6502321 Compare August 14, 2024 09:22
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from f83b72b to ab263d8 Compare August 29, 2024 17:58
@renovate renovate bot force-pushed the renovate/accountingservice branch 3 times, most recently from 39306c5 to c0cb9cb Compare September 12, 2024 02:48
@renovate renovate bot force-pushed the renovate/accountingservice branch from c0cb9cb to a8267e4 Compare September 20, 2024 08:39
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from da4a853 to ef7bb4a Compare October 8, 2024 05:20
@renovate renovate bot force-pushed the renovate/accountingservice branch from ef7bb4a to ad6a137 Compare October 12, 2024 05:46
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from 6e36a06 to 174aa30 Compare November 9, 2024 05:13
@renovate renovate bot force-pushed the renovate/accountingservice branch from 174aa30 to 556f450 Compare November 15, 2024 08:28
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from 80ddc9a to d2ece8a Compare December 21, 2024 02:50
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from 1f377a1 to d816be3 Compare December 28, 2024 05:44
@renovate renovate bot force-pushed the renovate/accountingservice branch 3 times, most recently from b3c6f1c to bf59eb2 Compare January 16, 2025 03:20
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from c4501ef to c28354c Compare January 25, 2025 10:48
@renovate renovate bot force-pushed the renovate/accountingservice branch from c28354c to 9791b8b Compare February 7, 2025 03:28
@renovate renovate bot force-pushed the renovate/accountingservice branch from 9791b8b to 6c45deb Compare February 15, 2025 07:25
@renovate renovate bot force-pushed the renovate/accountingservice branch 2 times, most recently from 6a5c297 to 165a696 Compare March 7, 2025 00:09
@renovate renovate bot force-pushed the renovate/accountingservice branch from 165a696 to 7019412 Compare March 26, 2025 08:00
@renovate renovate bot force-pushed the renovate/accountingservice branch from 7019412 to 6abd2ba Compare April 3, 2025 20:05
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