-
Notifications
You must be signed in to change notification settings - Fork 1
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
Conversation
ℹ Artifact update noticeFile name: go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/common/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/hwauthz/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/hwdb/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/hwes/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/hwtesting/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/hwutil/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: libs/telemetry/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/property-svc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/task-svc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/tasks-svc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/updates-svc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
File name: services/user-svc/go.modIn order to perform the update(s) described in the table above, Renovate ran the
Details:
|
264dc43
to
081752f
Compare
629f9ba
to
8fcf5a9
Compare
17ce4c1
to
3bb47e0
Compare
05db3ac
to
f9b679e
Compare
0c0f23f
to
9c993de
Compare
7a2638d
to
572b40b
Compare
b9f1e5a
to
e3b49b8
Compare
e3b49b8
to
205d5ae
Compare
Edited/Blocked NotificationRenovate 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. |
This PR contains the following updates:
v4.1.0
->v4.2.0
v0.15.0
->v0.16.0
v1.14.2
->v1.14.4
v10.22.1
->v10.23.0
v2.4.0
->v2.4.1
v1.20.3
->v1.20.5
v9.6.1
->v9.7.0
v1.8.4
->v1.9.0
v0.33.0
->v0.34.0
v0.33.0
->v0.34.0
v0.33.0
->v0.34.0
1.23.1
->1.23.3
v0.54.0
->v0.57.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v1.30.0
->v1.32.0
v0.29.0
->v0.31.0
v0.23.0
->v0.24.0
v0.18.0
->v0.20.0
v1.66.1
->v1.68.0
v1.34.2
->v1.35.2
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.4Compare 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
, orv1.14.2
tov1.14.3
, the upgrade would fail with the following error.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
, thedapr-scheduler-server
StatefulSet changed the default persistent volume request size from1Gi
to16Gi
.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
v1.14.0
,v1.14.1
, orv1.14.2
tov1.14.3
, the upgrade fails with the following error: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/orsecurityContext/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/orsecurityContext/runAsUser
settings.Solution
Added the
dapr_sidecar_injector.sidecarRunAsUser
and/ordapr_sidecar_injector.sidecarRunAsGroup
helm chart settings.go-playground/validator (github.com/go-playground/validator/v10)
v10.23.0
: Release 10.23.0Compare 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
""
when get nil value by @LemonNekoGH in https://github.com/nicksnyder/go-i18n/pull/326Full Changelog: nicksnyder/go-i18n@v2.4.0...v2.4.1
prometheus/client_golang (github.com/prometheus/client_golang)
v1.20.5
: / 2024-10-15Compare 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
redis/go-redis (github.com/redis/go-redis/v9)
v9.7.0
: 9.7.0Compare Source
Changes
🚀 New Features
🛠️ 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.2Compare Source
Changes
🐛 Bug Fixes
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
Called
by @aud10slave in https://github.com/stretchr/testify/pull/631NotImplements
and variants by @hslatman in https://github.com/stretchr/testify/pull/1385New 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
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.
This PR was generated by Mend Renovate. View the repository job log.