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

fix(deps): update all non-major gomod dependencies #828

Merged
merged 3 commits into from
Nov 19, 2024

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 13, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/EventStore/EventStore-Client-Go/v4 v4.1.0 -> v4.2.0 age adoption passing confidence require minor
github.com/authzed/authzed-go v0.15.0 -> v0.16.0 age adoption passing confidence require minor
github.com/dapr/dapr v1.14.2 -> v1.14.4 age adoption passing confidence require patch
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0 age adoption passing confidence require minor
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.4.1 age adoption passing confidence require patch
github.com/prometheus/client_golang v1.20.3 -> v1.20.5 age adoption passing confidence require patch
github.com/redis/go-redis/v9 v9.6.1 -> v9.7.0 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.4 -> v1.9.0 age adoption passing confidence require minor
github.com/testcontainers/testcontainers-go v0.33.0 -> v0.34.0 age adoption passing confidence require minor
github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 -> v0.34.0 age adoption passing confidence require minor
github.com/testcontainers/testcontainers-go/modules/redis v0.33.0 -> v0.34.0 age adoption passing confidence require minor
go (source) 1.23.1 -> 1.23.3 age adoption passing confidence toolchain patch
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.30.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0 age adoption passing confidence require minor
golang.org/x/net v0.29.0 -> v0.31.0 age adoption passing confidence require minor
golang.org/x/oauth2 v0.23.0 -> v0.24.0 age adoption passing confidence require minor
golang.org/x/text v0.18.0 -> v0.20.0 age adoption passing confidence require minor
google.golang.org/grpc v1.66.1 -> v1.68.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.34.2 -> v1.35.2 age adoption passing confidence require minor

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

EventStore/EventStore-Client-Go (github.com/EventStore/EventStore-Client-Go/v4)

v4.2.0

Compare Source

What's Changed
New Contributors

Full Changelog: EventStore/EventStore-Client-Go@v4.1.0...v4.2.0

authzed/authzed-go (github.com/authzed/authzed-go)

v0.16.0

Compare Source

This release brings ImportBulk and ExportBulk into the PermissionsService.

What's Changed
New Contributors

Full Changelog: authzed/authzed-go@v0.15.0...v0.16.0

dapr/dapr (github.com/dapr/dapr)

v1.14.4: Dapr Runtime v1.14.4

Compare Source

Dapr 1.14.4

This update includes bug fixes:

Fixes being able to upgrade Dapr v1.14.x to v1.14.3 without manual intervention

Problem

When upgrading from Dapr versions v1.14.0, v1.14.1, or v1.14.2 to v1.14.3, the upgrade would fail with the following error.

Error: UPGRADE FAILED: cannot patch "dapr-scheduler-server" with kind StatefulSet: StatefulSet.apps "dapr-scheduler-server" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden

The workaround for the user is to Delete the Scheduler StatefulSet before re-running the upgrade with the new storage size.
The StorageClass must support volume expansion for this to work.

Impact

Users were unable to upgrade Dapr to v1.14.3 without manual intervention, breaking automated upgrades.

Root cause

In Dapr v1.14.3, the dapr-scheduler-server StatefulSet changed the default persistent volume request size from 1Gi to 16Gi.
Kubernetes prevents updating this request field, resulting in this the above error.

Solution

This field has been reverted to the previous 1Gi request size.
Users who wish to increase the volume size must follow the manual steps described in the documentation.

Fixes daprd not being able to connect to placement on k8s

Problem

When running dapr in high availability mode on Kubernetes, daprd would not be able to connect to the placement service after failure and re-election of a Placement leader.

Impact

The dapr sidecar would not be able to connect to the placement service, and would not be able to receive the actor placement tables.

Root cause

The connection to the failed placement leader was being properly closed, but not set to nil, so it was being reused.

Solution

The additional check was removed.

v1.14.3: Dapr Runtime v1.14.3 [RECALLED]

Compare Source

Dapr 1.14.3

⚠️ When upgrading from Dapr versions v1.14.0, v1.14.1, or v1.14.2 to v1.14.3, the upgrade fails with the following error:

Error: UPGRADE FAILED: cannot patch "dapr-scheduler-server" with kind StatefulSet: StatefulSet.apps "dapr-scheduler-server" is invalid: spec: Forbidden: updates to statefulset spec for fields other than 'replicas', 'ordinals', 'template', 'updateStrategy', 'persistentVolumeClaimRetentionPolicy' and 'minReadySeconds' are forbidden

The workaround for the user is to Delete the Scheduler StatefulSet before re-running the upgrade with the new storage size, but we recommend skipping this version and upgrading to v1.14.4 or later instead.


This update includes bug fixes:

Fix AWS Secrets Manager and Parameter Store components when working with more granular IAM permissions

Problem

When using AWS Secrets Manager and Parameter Store daprd would fail on initialisation if the IAM policy would only allow access for certain secrets.

Impact

Dapr wouldn't be able to start if the IAM policy would only allow access to certain secrets.

Root cause

On initialisation daprd would try to verify access to the AWS Secrets Manager and Parameter Store services by trying to read a dummy secret which would fail if the IAM policy in place would only allow access to certain secrets.

Solution

The additional check was removed.

Fix Scheduler embedded ETCD database running out of memory

Problem

Creating a reasonable number of Jobs or Actor Reminders (also through workflows) with the Scheduler, would case the embedded Scheduler to run out of memory.

Impact

The Jobs, Actor Reminders, and Workflow APIs would become unavailable.

Root cause

The default storage size of the embedded ETCD database was too small, as well as the purging of deleted data was not sufficiently aggressive enough.

Solution

Increase the default storage size of the embedded ETCD database from 2Gi to 16Gi, increase the frequency of purging of deleted data.
More options are now exposed on the Scheduler to tune these values further.

Fix the Job HTTP Trigger Request body base64 encoding values

Problem

When handling a Job trigger in a HTTP application, the value content of the request body could be base64 encoded, causing application serialization errors.

Impact

The Job trigger would not be processed by the application correctly.

Root cause

The Job trigger was erroneously encoding the request body value content when sending the request to the applicaiton.

Solution

daprd now sends the request body value content as a standard JSON string.

Change the HTTP Job API request body data field to accept JSON strings

Problem

The HTTP Job API request body data field previously accepted fully qualified protobuf messages.

Impact

The HTTP API was less approachable for users who wanted to test and develop with the HTTP API, often times using curl or Postman etc.

Root cause

The HTTP Job API used the same request schema as the gRPC API.

Solution

The HTTP Job API now accepts JSON strings for the request body data field.

Add securityContext/runAsGroup and securityContext/runAsUser as sidecar injector options

Problem

daprd sidecar is missing the securityContext/runAsGroup and/or securityContext/runAsUser settings.

Impact

daprd sidecar was not passing security checks by some policy enforcement solutions and could not run.

Root cause

Missing the ability to set the securityContext/runAsGroup and/or securityContext/runAsUser settings.

Solution

Added the dapr_sidecar_injector.sidecarRunAsUser and/or dapr_sidecar_injector.sidecarRunAsGroup helm chart settings.

go-playground/validator (github.com/go-playground/validator/v10)

v10.23.0: Release 10.23.0

Compare Source

What's Changed

New Contributors

Full Changelog: go-playground/validator@v10.22.1...v10.23.0

nicksnyder/go-i18n (github.com/nicksnyder/go-i18n/v2)

v2.4.1

Compare Source

Bug fixes

Full Changelog: nicksnyder/go-i18n@v2.4.0...v2.4.1

prometheus/client_golang (github.com/prometheus/client_golang)

v1.20.5: / 2024-10-15

Compare Source

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #​1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #​1645

v1.20.4

Compare Source

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #​1623
redis/go-redis (github.com/redis/go-redis/v9)

v9.7.0: 9.7.0

Compare Source

Changes

🚀 New Features

  • Support Redis search and query capabilities (#​2801, #​3098)
  • Support indexing and querying empty values (#​3053)
  • Support for Redis JSON with RESP2 protocol (#​3146)

🛠️ Improvements

We're glad to announce that we added a search and query support in the current release.

🧰 Maintenance

Contributors

We'd like to thank all the contributors who worked on this release!

@​andy-stark-redis, @​ipechorin, @​ofekshenawa and @​vladvildanov

v9.6.2: 9.6.2

Compare Source

Changes

🐛 Bug Fixes

  • Fixed bug with broken TLS sessions (#​3145)

Contributors

We'd like to thank all the contributors who worked on this release!

@​ofekshenawa @​vladvildanov @​rentziass

stretchr/testify (github.com/stretchr/testify)

v1.9.0

Compare Source

What's Changed

New Contributors

Full Changelog: stretchr/testify@v1.8.4...v1.9.0

testcontainers/testcontainers-go (github.com/testcontainers/testcontainers-go)

v0.34.0

Compare Source

What's Changed

🚀 Features

  • feat: add mei

Configuration

📅 Schedule: Branch creation - "* 18-21 * * 5" in timezone Europe/Berlin, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR is behind base branch, 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 requested a review from a team as a code owner September 13, 2024 18:44
@renovate renovate bot requested review from FoseFx and PaulKalho and removed request for a team September 13, 2024 18:44
@renovate renovate bot added the deps label Sep 13, 2024
Copy link
Contributor Author

renovate bot commented Sep 13, 2024

ℹ Artifact update notice

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

  • 1 additional dependency was updated

Details:

Package Change
cloud.google.com/go/compute/metadata v0.3.0 -> v0.5.0
File name: libs/common/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
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/sys v0.25.0 -> v0.27.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
File name: libs/hwauthz/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):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.4.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/protobuf v1.34.2 -> v1.35.2
File name: libs/hwdb/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/go-playground/validator/v10 v10.22.1 -> v10.23.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
File name: libs/hwes/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):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.4.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/grpc v1.66.1 -> v1.68.0
google.golang.org/protobuf v1.34.2 -> v1.35.2
File name: libs/hwtesting/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):

  • 22 additional dependencies were updated

Details:

Package Change
github.com/cpuguy83/dockercfg v0.3.1 -> v0.3.2
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.4.1
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.28.0
golang.org/x/net v0.29.0 -> v0.30.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/protobuf v1.34.2 -> v1.35.2
File name: libs/hwutil/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):

  • 3 additional dependencies were updated

Details:

Package Change
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
File name: libs/telemetry/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):

  • 6 additional dependencies were updated

Details:

Package Change
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/net v0.29.0 -> v0.31.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
File name: services/property-svc/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):

  • 27 additional dependencies were updated

Details:

Package Change
github.com/authzed/authzed-go v0.15.0 -> v0.16.0
github.com/cpuguy83/dockercfg v0.3.1 -> v0.3.2
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.4.1
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
github.com/testcontainers/testcontainers-go v0.33.0 -> v0.34.0
github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 -> v0.34.0
github.com/testcontainers/testcontainers-go/modules/redis v0.33.0 -> v0.34.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/net v0.29.0 -> v0.31.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
File name: services/task-svc/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):

  • 22 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
github.com/redis/go-redis/v9 v9.6.1 -> v9.7.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/net v0.29.0 -> v0.31.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
File name: services/tasks-svc/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):

  • 26 additional dependencies were updated

Details:

Package Change
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
github.com/authzed/authzed-go v0.15.0 -> v0.16.0
github.com/cpuguy83/dockercfg v0.3.1 -> v0.3.2
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
github.com/redis/go-redis/v9 v9.6.1 -> v9.7.0
github.com/testcontainers/testcontainers-go v0.33.0 -> v0.34.0
github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 -> v0.34.0
github.com/testcontainers/testcontainers-go/modules/redis v0.33.0 -> v0.34.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
File name: services/updates-svc/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):

  • 28 additional dependencies were updated

Details:

Package Change
github.com/authzed/authzed-go v0.15.0 -> v0.16.0
github.com/cpuguy83/dockercfg v0.3.1 -> v0.3.2
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/nicksnyder/go-i18n/v2 v2.4.0 -> v2.4.1
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
github.com/testcontainers/testcontainers-go v0.33.0 -> v0.34.0
github.com/testcontainers/testcontainers-go/modules/postgres v0.33.0 -> v0.34.0
github.com/testcontainers/testcontainers-go/modules/redis v0.33.0 -> v0.34.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/net v0.29.0 -> v0.31.0
golang.org/x/oauth2 v0.23.0 -> v0.24.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/grpc v1.66.1 -> v1.68.0
google.golang.org/protobuf v1.34.2 -> v1.35.2
File name: services/user-svc/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):

  • 20 additional dependencies were updated

Details:

Package Change
github.com/dapr/dapr v1.14.2 -> v1.14.4
github.com/go-playground/validator/v10 v10.22.1 -> v10.23.0
github.com/grpc-ecosystem/grpc-gateway/v2 v2.22.0 -> v2.23.0
github.com/prometheus/client_golang v1.20.3 -> v1.20.5
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.54.0 -> v0.57.0
go.opentelemetry.io/otel v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracehttp v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/exporters/zipkin v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/metric v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/sdk v1.30.0 -> v1.32.0
go.opentelemetry.io/otel/trace v1.30.0 -> v1.32.0
golang.org/x/crypto v0.27.0 -> v0.29.0
golang.org/x/net v0.29.0 -> v0.31.0
golang.org/x/sync v0.8.0 -> v0.9.0
golang.org/x/sys v0.25.0 -> v0.27.0
golang.org/x/text v0.18.0 -> v0.20.0
google.golang.org/genproto/googleapis/api v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28
google.golang.org/genproto/googleapis/rpc v0.0.0-20240903143218-8af14fe29dc1 -> v0.0.0-20241104194629-dd2ea8efbc28

@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 10 times, most recently from 264dc43 to 081752f Compare September 23, 2024 11:06
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 5 times, most recently from 629f9ba to 8fcf5a9 Compare October 1, 2024 06:33
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 9 times, most recently from 17ce4c1 to 3bb47e0 Compare October 7, 2024 09:06
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 6 times, most recently from 05db3ac to f9b679e Compare October 25, 2024 14:41
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 7 times, most recently from 0c0f23f to 9c993de Compare November 3, 2024 15:13
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 5 times, most recently from 7a2638d to 572b40b Compare November 8, 2024 21:19
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch 4 times, most recently from b9f1e5a to e3b49b8 Compare November 19, 2024 14:56
@renovate renovate bot force-pushed the renovate/all-non-major-gomod-dependencies branch from e3b49b8 to 205d5ae Compare November 19, 2024 17:41
Copy link
Contributor Author

renovate bot commented Nov 19, 2024

Edited/Blocked Notification

Renovate will not automatically rebase this PR, because it does not recognize the last commit author and assumes somebody else may have edited the PR.

You can manually request rebase by checking the rebase/retry box above.

⚠️ Warning: custom changes will be lost.

@FoseFx FoseFx merged commit 688aac0 into main Nov 19, 2024
45 checks passed
@FoseFx FoseFx deleted the renovate/all-non-major-gomod-dependencies branch November 19, 2024 18:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant