Skip to content

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Jan 17, 2024

Mend Renovate

This PR contains the following updates:

Package Type Update Change Age Adoption Passing Confidence
code.cloudfoundry.org/credhub-cli require digest 36c6332 -> 433e4b9 age adoption passing confidence
github.com/aws/aws-sdk-go require minor v1.49.22 -> v1.50.0 age adoption passing confidence
github.com/miekg/dns require patch v1.1.57 -> v1.1.58 age adoption passing confidence
github.com/onsi/ginkgo/v2 require minor v2.14.0 -> v2.15.0 age adoption passing confidence
github.com/onsi/gomega require minor v1.30.0 -> v1.31.1 age adoption passing confidence
go.opentelemetry.io/otel require minor v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace require minor v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc require minor v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/sdk require minor v1.21.0 -> v1.22.0 age adoption passing confidence
go.opentelemetry.io/otel/trace require minor v1.21.0 -> v1.22.0 age adoption passing confidence
k8s.io/api require patch v0.29.0 -> v0.29.1 age adoption passing confidence
k8s.io/apimachinery require patch v0.29.0 -> v0.29.1 age adoption passing confidence
k8s.io/client-go require patch v0.29.0 -> v0.29.1 age adoption passing confidence

Release Notes

aws/aws-sdk-go (github.com/aws/aws-sdk-go)

v1.50.0

Compare Source

===

Service Client Updates
  • service/athena: Updates service API and documentation
    • Introducing new NotebookS3LocationUri parameter to Athena ImportNotebook API. Payload is no longer required and either Payload or NotebookS3LocationUri needs to be provided (not both) for a successful ImportNotebook API call. If both are provided, an InvalidRequestException will be thrown.
  • service/codebuild: Updates service API, documentation, and paginators
    • Release CodeBuild Reserved Capacity feature
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • This release adds support for including ApproximateCreationDateTimePrecision configurations in EnableKinesisStreamingDestination API, adds the same as an optional field in the response of DescribeKinesisStreamingDestination, and adds support for a new UpdateKinesisStreamingDestination API.
  • service/qconnect: Updates service API
SDK Features
  • service/cloudfrontkeyvaluestore: Deprecate cloudfrontkeyvaluestore
    • This change removes the cloudfrontkeyvaluestore service, since it does not support sigv4a.

v1.49.24

Compare Source

===

Service Client Updates
  • service/b2bi: Updates service API, documentation, and examples
  • service/cloudtrail: Updates service API, documentation, and paginators
    • This release adds a new API ListInsightsMetricData to retrieve metric data from CloudTrail Insights.
  • service/connect: Updates service API and documentation
  • service/drs: Updates service API
  • service/firehose: Updates service API and documentation
    • Allow support for Snowflake as a Kinesis Data Firehose delivery destination.
  • service/sagemaker-featurestore-runtime: Updates service API and documentation

v1.49.23

Compare Source

===

Service Client Updates
  • service/dynamodb: Updates service API, documentation, waiters, paginators, and examples
    • Updating note for enabling streams for UpdateTable.
  • service/keyspaces: Updates service API and documentation
miekg/dns (github.com/miekg/dns)

v1.1.58

Compare Source

onsi/ginkgo (github.com/onsi/ginkgo/v2)

v2.15.0

Compare Source

2.15.0

Features
  • JUnit reports now interpret Label(owner:X) and set owner to X. [8f3bd70]
  • include cancellation reason when cancelling spec context [96e915c]
Fixes
  • emit output of failed go tool cover invocation so users can try to debug things for themselves [c245d09]
  • fix outline when using nodot in ginkgo v2 [dca77c8]
  • Document areas where GinkgoT() behaves differently from testing.T [dbaf18f]
  • bugfix(docs): use Unsetenv instead of Clearenv (#​1337) [6f67a14]
Maintenance
onsi/gomega (github.com/onsi/gomega)

v1.31.1

Compare Source

1.31.1

Fixes
  • Inverted arguments order of FailureMessage of BeComparableToMatcher [e0dd999]
  • Update test in case keeping msg is desired [ad1a367]
Maintenance
  • Show how to import the format sub package [24e958d]
  • tidy up go.sum [26661b8]
  • bump dependencies [bde8f7a]

v1.31.0

Compare Source

1.31.0

Features
  • Async assertions include context cancellation cause if present [121c37f]
Maintenance
open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.22.0: /v0.45.0

Compare Source

Added
  • The go.opentelemetry.io/otel/semconv/v1.22.0 package.
    The package contains semantic conventions from the v1.22.0 version of the OpenTelemetry Semantic Conventions. (#​4735)
  • The go.opentelemetry.io/otel/semconv/v1.23.0 package.
    The package contains semantic conventions from the v1.23.0 version of the OpenTelemetry Semantic Conventions. (#​4746)
  • The go.opentelemetry.io/otel/semconv/v1.23.1 package.
    The package contains semantic conventions from the v1.23.1 version of the OpenTelemetry Semantic Conventions. (#​4749)
  • The go.opentelemetry.io/otel/semconv/v1.24.0 package.
    The package contains semantic conventions from the v1.24.0 version of the OpenTelemetry Semantic Conventions. (#​4770)
  • Add WithResourceAsConstantLabels option to apply resource attributes for every metric emitted by the Prometheus exporter. (#​4733)
  • Experimental cardinality limiting is added to the metric SDK.
    See metric documentation for more information about this feature and how to enable it. (#​4457)
  • Add NewMemberRaw and NewKeyValuePropertyRaw in go.opentelemetry.io/otel/baggage. (#​4804)
Changed
  • Upgrade all use of go.opentelemetry.io/otel/semconv to use v1.24.0. (#​4754)
  • Update transformations in go.opentelemetry.io/otel/exporters/zipkin to follow v1.19.0 version of the OpenTelemetry specification. (#​4754)
  • Record synchronous measurements when the passed context is canceled instead of dropping in go.opentelemetry.io/otel/sdk/metric.
    If you do not want to make a measurement when the context is cancelled, you need to handle it yourself (e.g if ctx.Err() != nil). (#​4671)
  • Improve go.opentelemetry.io/otel/trace.TraceState's performance. (#​4722)
  • Improve go.opentelemetry.io/otel/propagation.TraceContext's performance. (#​4721)
  • Improve go.opentelemetry.io/otel/baggage performance. (#​4743)
  • Improve performance of the (*Set).Filter method in go.opentelemetry.io/otel/attribute when the passed filter does not filter out any attributes from the set. (#​4774)
  • Member.String in go.opentelemetry.io/otel/baggage percent-encodes only when necessary. (#​4775)
  • Property.Value in go.opentelemetry.io/otel/baggage now returns a raw string instead of a percent-encoded value. (#​4804)
Fixed
  • Fix Parse in go.opentelemetry.io/otel/baggage to validate member value before percent-decoding. (#​4755)
  • Fix whitespace encoding of Member.String in go.opentelemetry.io/otel/baggage. (#​4756)
  • Fix baggage item key so that it is not canonicalized in go.opentelemetry.io/otel/bridge/opentracing. (#​4776)
  • Fix go.opentelemetry.io/otel/bridge/opentracing to properly handle baggage values that requires escaping during propagation. (#​4804)
  • Fix a bug where using multiple readers resulted in incorrect asynchronous counter values in go.opentelemetry.io/otel/sdk/metric. (#​4742)
kubernetes/api (k8s.io/api)

v0.29.1

Compare Source

kubernetes/apimachinery (k8s.io/apimachinery)

v0.29.1

Compare Source

kubernetes/client-go (k8s.io/client-go)

v0.29.1

Compare Source


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), 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 has been generated by Mend Renovate. View repository job log here.

@renovate renovate bot requested a review from a team as a code owner January 17, 2024 22:51
@renovate renovate bot added dependencies misc release/undocumented This didn't warrant being documented or put in release notes. labels Jan 17, 2024
@renovate renovate bot force-pushed the renovate/all branch 4 times, most recently from 31d37fa to cbc1da8 Compare January 19, 2024 16:18
@xtremerui xtremerui merged commit c5ebb7d into master Jan 22, 2024
@xtremerui xtremerui deleted the renovate/all branch January 22, 2024 16:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies misc release/undocumented This didn't warrant being documented or put in release notes.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant