Conversation
Contributor
Author
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. ⚠ Warning: custom changes will be lost. |
Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Signed-off-by: Charith Ellawala <charith@cerbos.dev>
901c308 to
6c83e8e
Compare
charithe
approved these changes
Feb 12, 2024
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This PR contains the following updates:
v1.50.10->v1.50.15v0.5.0->v0.5.1v1.14.1->v1.14.2v7.0.66->v7.0.67v0.12.78->v0.12.79v1.16.0->v1.16.1v2.40.1->v2.40.3v0.47.0->v0.48.0v0.47.0->v0.48.0v0.47.0->v0.48.0v0.47.0->v0.48.0v0.47.0->v0.48.0v1.22.0->v1.23.0v1.22.0->v1.23.1v1.22.0->v1.23.1v1.22.0->v1.23.1v1.22.0->v1.23.1v0.45.0->v0.45.2v1.22.0->v1.23.1v1.22.0->v1.23.1v1.22.0->v1.23.1v1.22.0->v1.23.1v0.18.0->v0.19.01b97071->2c58cdcv0.20.0->v0.21.01f4bbc5->31a09d3Release Notes
aws/aws-sdk-go (github.com/aws/aws-sdk-go)
v1.50.15Compare Source
===
Service Client Updates
service/amp: Updates service API and documentationservice/batch: Updates service API and documentationservice/braket: Updates service APIservice/cost-optimization-hub: Updates service API and documentationservice/ecs: Updates service documentationservice/iot: Updates service API and documentationservice/pricing: Updates service API and documentationv1.50.14Compare Source
===
Service Client Updates
service/codepipeline: Updates service API and documentationservice/quicksight: Updates service API and documentationservice/workspaces: Updates service API and documentationv1.50.13Compare Source
===
Service Client Updates
service/datasync: Updates service API and documentationservice/models.lex.v2: Updates service API, documentation, and paginatorsservice/redshift: Updates service API, documentation, and paginatorsv1.50.12Compare Source
===
Service Client Updates
service/appsync: Updates service API and documentationservice/ecs: Updates service documentationservice/es: Updates service API and documentationservice/logs: Updates service API and documentationservice/opensearch: Updates service API and documentationservice/wafv2: Updates service API and documentationv1.50.11Compare Source
===
Service Client Updates
service/glue: Updates service API and documentationservice/workspaces: Updates service documentationbufbuild/protovalidate-go (github.com/bufbuild/protovalidate-go)
v0.5.1Compare Source
What's Changed
Full Changelog: bufbuild/protovalidate-go@v0.5.0...v0.5.1
jackc/pgtype (github.com/jackc/pgtype)
v1.14.2Compare Source
minio/minio-go (github.com/minio/minio-go/v7)
v7.0.67: Bugfix releaseCompare Source
What's Changed
New Contributors
Full Changelog: minio/minio-go@v7.0.66...v7.0.67
pterm/pterm (github.com/pterm/pterm)
v0.12.79Compare Source
What's Changed
Exciting New Features 🎉
DefaultValueas placeholder by @MarvinJWendt in https://github.com/pterm/pterm/pull/639Full Changelog: pterm/pterm@v0.12.78...v0.12.79
twmb/franz-go (github.com/twmb/franz-go)
v1.16.1Compare Source
===
This patch release fixes one bug and un-deprecates SaramaHasher.
SaramaHasher, while not identical to Sarama's partitioner, actually is
identical to some other partitioners in the Kafka client ecosystem. So, the old
function is now un-deprecated, but the documentation correctly points you to
SaramaCompatHasher and mentions why you may still want to use SaramaHasher.
For the bug: if you tried using CommitOffsetsSync during a group rebalance, and
you canceled your context while the group was still rebalancing, then
CommitOffsetsSync would enter a deadlock and never return. That has been fixed.
cd65d77and99d6dfbkgo: fix bugd40ac19kgo: un-deprecate SaramaHasher and add docs explaining whyvektra/mockery (github.com/vektra/mockery/v2)
v2.40.3Compare Source
Changelog
3b76444Dockerfile: up go version to 1.22cd5cc5aMerge pull request #755 from ifross89/patch-1v2.40.2Compare Source
Changelog
f513d5dMerge pull request #753 from viktorasm/fix-upgrade-x-tools116a183update pipeline to test on current ant previous versions2147419upgrade X tools to fix panic crash in go 1.22open-telemetry/opentelemetry-go-contrib (go.opentelemetry.io/contrib/propagators/b3)
v1.23.0: /v0.48.0/v0.17.0/v0.3.0Compare Source
Added
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#4707)NewClientHandler,NewServerHandleringo.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#4873)cloud.account.id,cloud.availability_zoneandcloud.regionin the AWS ECS detector. (#4860)Changed
go.opentelemetry.io/contrib/exporters/autoexportnow accept factory functions. (#4891)WithFallbackMetricReader(metric.Reader) MetricOptionis replaced withfunc WithFallbackMetricReader(func(context.Context) (metric.Reader, error)) MetricOption.WithFallbackSpanExporter(trace.SpanExporter) SpanOptionis replaced withWithFallbackSpanExporter(func(context.Context) (trace.SpanExporter, error)) SpanOption.http.server.request_content_lengthmetric ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis changed tohttp.server.request.size.(#4707)http.server.response_content_lengthmetric ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpis changed tohttp.server.response.size.(#4707)Deprecated
RequestCount,RequestContentLength,ResponseContentLength,ServerLatencyconstants ingo.opentelemetry.io/contrib/instrumentation/net/http/otelhttpare deprecated. (#4707)Fixed
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpcifMeterProviderreturns anilinstrument. (#4875)New Contributors
Full Changelog: open-telemetry/opentelemetry-go-contrib@v1.22.0...v1.23.0
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)
v1.23.1: /v0.45.2Compare Source
Fixed
go.opentelemetry.io/otel/sdk/metric. (#4888)v1.23.0: /v0.45.1Compare Source
This release contains the first stable,
v1, release of the following modules:go.opentelemetry.io/otel/bridge/opencensusgo.opentelemetry.io/otel/bridge/opencensus/testgo.opentelemetry.io/otel/example/opencensusgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetricgrpcgo.opentelemetry.io/otel/exporters/otlp/otlpmetric/otlpmetrichttpgo.opentelemetry.io/otel/exporters/stdout/stdoutmetricSee our versioning policy for more information about these stability guarantees.
Added
WithEndpointURLoption to theexporters/otlp/otlpmetric/otlpmetricgrpc,exporters/otlp/otlpmetric/otlpmetrichttp,exporters/otlp/otlptrace/otlptracegrpcandexporters/otlp/otlptrace/otlptracehttppackages. (#4808)ErrSchemaURLConflictis added togo.opentelemetry.io/otel/sdk/resource. This error is returned when a merge of twoResources with different (non-empty) schema URL is attempted. (#4876)Changed
MergeandNewfunctions ingo.opentelemetry.io/otel/sdk/resourcenow returns a partial result if there is a schema URL merge conflict. Instead of returningnilwhen twoResources with different (non-empty) schema URLs are merged the mergedResource, along with the newErrSchemaURLConflicterror, is returned. It is up to the user to decide if they want to use the returnedResourceor not. It may have desired attributes overwritten or include stale semantic conventions. (#4876)Fixed
ContainerIDresource detection on systemd when cgroup path has a colon. (#4449)go.opentelemetry.io/otel/sdk/metricto cache instruments to avoid leaking memory when the same instrument is created multiple times. (#4820)MixandMaxvalues forgo.opentelemetry.io/otel/exporters/stdout/stdoutmetricby introducingMarshalTextandMarshalJSONfor theExtrematype ingo.opentelemetry.io/sdk/metric/metricdata. (#4827)New Contributors
Full Changelog: open-telemetry/opentelemetry-go@v1.22.0...v1.23.0
Configuration
📅 Schedule: Branch creation - "before 4am on Monday" (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.
This PR has been generated by Mend Renovate. View repository job log here.