Skip to content

[release-v1.16][gomod]: Bump the minor group across 1 directory with 12 updates #1666

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

Open
wants to merge 2 commits into
base: release-v1.16
Choose a base branch
from

Conversation

dependabot[bot]
Copy link

@dependabot dependabot bot commented on behalf of github Apr 21, 2025

Bumps the minor group with 6 updates in the / directory:

Package From To
github.com/IBM/sarama 1.43.3 1.45.1
github.com/cloudevents/sdk-go/v2 2.15.2 2.16.0
github.com/google/go-cmp 0.6.0 0.7.0
github.com/kedacore/keda/v2 2.8.1 2.17.0
github.com/manifestival/client-go-client 0.5.0 0.6.0
github.com/rickb777/date 1.14.1 1.21.1

Updates github.com/IBM/sarama from 1.43.3 to 1.45.1

Release notes

Sourced from github.com/IBM/sarama's releases.

Version 1.45.1 (2025-03-02)

What's Changed

🎉 New Features / Improvements

🐛 Fixes

📦 Dependency updates

🔧 Maintenance

New Contributors

Full Changelog: IBM/sarama@v1.45.0...v1.45.1

Version 1.45.0 (2025-01-07)

[!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

... (truncated)

Commits
  • 4001b2e chore(ci): bump ubi9/ubi-minimal from b870979 to 3902bab (#3095)
  • 6e71c2f chore(deps): bump the golang-x group across 1 directory with 2 updates (#3098)
  • 13c92aa feat: exponential backoff for clients (#3099)
  • 4a028c4 chore(ci): bump github/codeql-action from 3.28.5 to 3.28.10 (#3104)
  • f296379 chore(ci): bump docker/bake-action from 6.2.0 to 6.4.0 (#3105)
  • c2e0d94 feat(producer): add sync pool for channel reuse (#3109)
  • 3c67885 produce: set MaxTimestamp (#3108)
  • 60592f6 fix(consumer): add recovery from no leader partitions (#3101)
  • 9ae475a Merge pull request #3091 from IBM/dnwe/staticcheck
  • b3aef99 fix(ci): update ignore directives for staticcheck
  • Additional commits viewable in compare view

Updates github.com/cloudevents/sdk-go/v2 from 2.15.2 to 2.16.0

Release notes

Sourced from github.com/cloudevents/sdk-go/v2's releases.

Release v2.16.0

✨ Features & Enhancements

  • Confluent Kafka binding #988 by @​yanmxa
    Added a new Confluent Kafka protocol binding for CloudEvents, supporting modern Kafka client features.

  • Producer report channel for Confluent Kafka #1031 by @​yanmxa
    Exposed a producer report channel via Events() to allow users to track delivery status of Kafka messages.

  • Support structured content type suffixes #1007 by @​dan-j
    Improved content type handling by recognizing structured syntax suffixes like +json, increasing compatibility with various encodings.

  • Default timeout via context #992 by @​nkreiger
    Introduced support for configuring protocol default timeouts using context.Context.

  • Benchmarks for CESQL #1050 by @​Cali0707
    Added benchmark tests to measure CESQL query performance.

  • Optimized CESQL LIKE matching #1049 by @​Cali0707
    Improved the performance of CESQL's LIKE pattern matching logic.

  • Expose AddFunction API for CESQL Parser [[testonly] CI stability experiments wrt parallel settings and TestBrokerWithManyTriggers flakiness #1047 / #1051] by @​dgeorgievski
    Enabled users to register custom functions in CESQL via the newly exposed AddFunction API.

  • Flexible subject matching for NATS JetStream #1084 by @​evankanderson
    Added support for flexible subject pattern matching in NATS JetStream subscriptions.

  • Add v3 version of NATS JetStream protocol #1095 by @​stephen-totty-hpe
    Introduced a new version of the NATS JetStream protocol (v3) with enhanced features and forward compatibility.

  • Expose WithHost option #1070 by @​jaxtonw
    Added a configurable WithHost option for improved protocol initialization flexibility.

  • Support dataref cloud event extension [[Dataref Extension #1018](https://redirect.github.com/Adding a simple dataref extension cloudevents/sdk-go#1018)] by @​matzew Implements the Dataref (Claim Check Pattern) as specified by the CloudEvent Extension Attributes spec.


🛠 Fixes

  • Handle multiple AMQP data fields correctly #1034 by @​embano1
    Fixed parsing of AMQP messages containing multiple data fields to conform with spec expectations.

  • Fix invalid ce- prefix in Confluent binding #1059 by @​embano1
    Corrected an issue where CloudEvents extensions were incorrectly prefixed in the Confluent Kafka binding.

  • Fix LIKE expression error handling #1046 by @​Cali0707
    Prevented panics on malformed LIKE expressions in CESQL; now returns a parse error instead.

  • Fix MQTT content-type issue #1063 by @​yanmxa

... (truncated)

Commits
  • 6de37de Merge pull request #1139 from duglin/upgradeLint
  • 25cdf94 upgrade-lint
  • 240eb02 Merge pull request #1137 from duglin/fix-automerge
  • 7b6701c fix automerge by giving better names
  • d3e82a7 Merge pull request #1136 from cloudevents/dependabot/github_actions/golangci/...
  • 00e3d7c chore(deps): Bump golangci/golangci-lint-action from 6.5.2 to 7.0.0
  • 69cfc2d Merge pull request #1018 from matzew/add_dataref_extension
  • 535da92 Adding a simple dataref extension, similar to the java sdk
  • 74ac76d Merge pull request #1134 from cloudevents/dependabot/go_modules/observability...
  • 6da042f chore: run go mod tidy
  • Additional commits viewable in compare view

Updates github.com/google/go-cmp from 0.6.0 to 0.7.0

Release notes

Sourced from github.com/google/go-cmp's releases.

v0.7.0

New API:

  • (#367) Support compare functions with SortSlices and SortMaps

Panic messaging:

  • (#370) Detect proto.Message types when failing to export a field
Commits

Updates github.com/kedacore/keda/v2 from 2.8.1 to 2.17.0

Release notes

Sourced from github.com/kedacore/keda/v2's releases.

v2.17.0

We are happy to release KEDA v2.17.0 🎉

Here are some highlights:

  • Introduce new NSQ scaler (#3281)
  • Introduce new Temporal scaler (#4724)

Here are the new breaking change(s) of this release:

  • Change InitialCooldownPeriod from int32 to *int32 (#6423)
  • Remove Prometheus metric deprecations (#6339)
  • Remove deprecated tlsCertFile from External scaler (#4549)

Here are the new deprecation(s) as of this release:

  • Deprecate NATS Streaming Server (aka Stan) (#6362)

Learn how to deploy KEDA by reading our documentation.

🗓️ The next KEDA release is currently being to be decided, learn more in our roadmap.

New Contributors

Full Changelog: kedacore/keda@v2.16.1...v2.17.0

v2.16.1

We are happy to release KEDA v2.16.1 🎉

Here are some fixes:

  • General: Centralize and improve automaxprocs configuration with proper structured logging (#5970)
  • General: Paused ScaledObject count is reported correctly after operator restart (#6321)

... (truncated)

Changelog

Sourced from github.com/kedacore/keda/v2's changelog.

v2.17.0

New

  • General: Add support for time-bound Kubernetes ServiceAccount tokens as a source for TriggerAuthentication (#6136)
  • General: Introduce new NSQ scaler (#3281)
  • General: Introduce new Temporal scaler (#4724)

Improvements

  • General: Add Fallback option behavior for dynamic fallback calculation (#6450)
  • General: Add SecretKey to AWS SecretsManager TriggerAuthentication to allow parsing JSON / Key/Value Pairs in secrets (#5940)
  • General: Enable OpenSSF Scorecard to enhance security practices across the project (#5913)
  • General: Operator flag to control patching of webhook resources certificates (#6184)
  • Azure Log Analytics Scaler: Add custom HTTP client timeout (#6607)
  • Azure Pipelines Scaler: Introduce requireAllDemandsAndIgnoreOthers to match job demands while ignoring extras (#5579)
  • Elasticsearch Scaler: Support IgnoreNullValues at Elasticsearch scaler (#6599)
  • GitHub Scaler: Add support to use ETag for conditional requests against the Github API (#6503)
  • GitHub Scaler: Filter workflows via query parameter for improved queue count accuracy (#6519)
  • IBMMQ Scaler: Handling StatusNotFound in IBMMQ scaler (#6472)
  • MongoDB Scaler: Support float queryValue for MongoDB scaler (#6574)
  • Prometheus Scaler: Add custom HTTP client timeout (#6607)
  • RabbitMQ Scaler: Support use of the ‘vhostName’ parameter in the ‘TriggerAuthentication’ resource (#6369)
  • Selenium Grid: Add trigger param for Node enables managed downloads capability (#6570)
  • Selenium Grid: Add trigger param to set custom capabilities for matching specific Nodes (#6536)
  • Selenium Grid: Selenium Grid: Trigger param enableManagedDownloads set as true by default (#6684)

Fixes

  • General: Centralize and improve automaxprocs configuration with proper structured logging (#5970)
  • General: Fix CVE-2025-27144 and CVE-2025-22868 (#6613)
  • General: Fix CVE-2025-29786 (#6637)
  • General: Fix CVE-2025-30204 (#6641)
  • General: Fix event text when deactivation fails (#6469)
  • General: Fix fallback validation check bug (#6407)
  • General: Fix the check whether Fallback is enabled when using ScalingModifiers (#6521)
  • General: Fix waiting to reach failureThreshold before fallback (#6520)
  • General: Make sure the exposed metrics (from KEDA operator) are updated when there is a change to triggers (#6618)
  • General: Paused ScaledObject count is reported correctly after operator restart (#6321)
  • General: Reiterate fix (after #6407) for fallback validation in admission webhook. (#6538)
  • General: ScaledJobs ready status set to true when recoverred problem (#6329)
  • AWS Scalers: Add AWS region to the AWS Config Cache key (#6128)
  • External Scaler: Support server TLS without custom CA (#6606)
  • GCP Storage: GCP Storage scaler ignores folders (#6531)
  • Metrics API: Fix text format parsing error resulting in unexpected end of input stream (#6559)
  • NATS JetStream: Support for looking up account using an ID (#6611)
  • Redis Streams: Allow default value of 0 for activationLagCount (#6478)
  • Selenium Grid: Scaler logic on platformName is set empty or any (#6477)

Deprecations

... (truncated)

Commits

Updates github.com/manifestival/client-go-client from 0.5.0 to 0.6.0

Release notes

Sourced from github.com/manifestival/client-go-client's releases.

Manifestival Client v0.6.0

After various dependency updates

Commits

Updates github.com/rcrowley/go-metrics from 0.0.0-20201227073835-cf1acfcdf475 to 0.0.0-20250401214520-65e299d6c5c9

Commits

Updates github.com/rickb777/date from 1.14.1 to 1.21.1

Release notes

Sourced from github.com/rickb777/date's releases.

v1 ParseISO tweaked

ParseISO now accepts date-time inputs, ignoring the time field.

period.AddTo revised to reduce the impact of subtle behaviours of time.AddDate

Minor bugfix

  • resolves issue #19
  • updates dependencies

v1.20.2 updated dependencies

No release notes provided.

v1.20.0

No release notes provided.

v1.19.1

No release notes provided.

Bufix: MarshalJSON

Date.MarshalJSON incorrectly wrote the zero value as a blank string, which might raise difficulties at the receiver.

Code that relied on this incorrect behaviour might see this as a breaking change.

v1.18

No release notes provided.

updated dependencies

No release notes provided.

Bug fixed: integer overflow on 32bit architecture

No release notes provided.

Commits
  • b7388c8 Minor test correction
  • db08fef Date ParseISO & AutoParse now accept a date-time input (time is ignored)
  • 9a7458e updated dependencies
  • 02b87e1 another parse test case
  • ff580cf more tests added to period.Between
  • b6690e4 period.AddTo revised to reduce the impact of subtle behaviours of time.AddDate
  • ad3aa70 Dependencies updated
  • a792460 Bugfix: this resolves issue #19 fraction designator parsing bug
  • fba60ed bumped up some dependencies
  • 168141b Updated dependencies & re-fmt
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documentation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel from 1.24.0 to 1.35.0

Changelog

Sourced from go.opentelemetry.io/otel's changelog.

[1.35.0/0.57.0/0.11.0] 2025-03-05

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)

[1.34.0/0.56.0/0.10.0] 2025-01-17

Changed

  • Remove the notices from Logger to make the whole Logs API user-facing in go.opentelemetry.io/otel/log. (#6167)

Fixed

  • Relax minimum Go version to 1.22.0 in various modules. (#6073)
  • The Type name logged for the go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc client is corrected from otlphttpgrpc to otlptracegrpc. (#6143)

... (truncated)

Commits
  • 5ba5e7a Release v1.35.0/v0.57.0/v0.11.0 (#6407)
  • 3908b67 chore(deps): update module github.com/securego/gosec/v2 to v2.22.2 (#6412)
  • 50172b1 chore(deps): update module github.com/ryancurrah/gomodguard to v1.4.1 (#6411)
  • cea6d2b fix(deps): update module google.golang.org/grpc to v1.71.0 (#6409)
  • e2aee3a Move trace sdk tests from trace_test into trace package (#6400)
  • 38f4f39 fix(deps): update build-tools to v0.20.0 (#6403)
  • 2911449 Look at stale issues in ascending order (#6396)
  • 7cb322a chore(deps): update github.com/golangci/dupl digest to 44c6a0b (#6398)
  • 0c3651e fix(deps): update module github.com/golangci/golangci-lint to v1.64.6 (#6394)
  • f04e951 chore(deps): update mvdan.cc/unparam digest to 0df0534 (#6391)
  • Additional commits viewable in compare view

Updates go.opentelemetry.io/otel/trace from 1.24.0 to 1.35.0

Changelog

Sourced from go.opentelemetry.io/otel/trace's changelog.

[1.35.0/0.57.0/0.11.0] 2025-03-05

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 delim...

    Description has been truncated

@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Apr 21, 2025
Copy link

openshift-ci bot commented Apr 21, 2025

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a openshift-knative member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@openshift-ci openshift-ci bot requested review from aliok and lberk April 21, 2025 01:39
Copy link

openshift-ci bot commented Apr 21, 2025

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign mgencur for approval. For more information see the Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@creydr
Copy link
Member

creydr commented Apr 30, 2025

/ok-to-test
@dependabot recreate

…12 updates

Bumps the minor group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/IBM/sarama](https://github.com/IBM/sarama) | `1.43.3` | `1.45.1` |
| [github.com/cloudevents/sdk-go/v2](https://github.com/cloudevents/sdk-go) | `2.15.2` | `2.16.0` |
| [github.com/google/go-cmp](https://github.com/google/go-cmp) | `0.6.0` | `0.7.0` |
| [github.com/kedacore/keda/v2](https://github.com/kedacore/keda) | `2.8.1` | `2.17.0` |
| [github.com/manifestival/client-go-client](https://github.com/manifestival/client-go-client) | `0.5.0` | `0.6.0` |
| [github.com/rickb777/date](https://github.com/rickb777/date) | `1.14.1` | `1.21.1` |



Updates `github.com/IBM/sarama` from 1.43.3 to 1.45.1
- [Release notes](https://github.com/IBM/sarama/releases)
- [Changelog](https://github.com/IBM/sarama/blob/main/CHANGELOG.md)
- [Commits](IBM/sarama@v1.43.3...v1.45.1)

Updates `github.com/cloudevents/sdk-go/v2` from 2.15.2 to 2.16.0
- [Release notes](https://github.com/cloudevents/sdk-go/releases)
- [Commits](cloudevents/sdk-go@v2.15.2...v2.16.0)

Updates `github.com/google/go-cmp` from 0.6.0 to 0.7.0
- [Release notes](https://github.com/google/go-cmp/releases)
- [Commits](google/go-cmp@v0.6.0...v0.7.0)

Updates `github.com/kedacore/keda/v2` from 2.8.1 to 2.17.0
- [Release notes](https://github.com/kedacore/keda/releases)
- [Changelog](https://github.com/kedacore/keda/blob/main/CHANGELOG.md)
- [Commits](kedacore/keda@v2.8.1...v2.17.0)

Updates `github.com/manifestival/client-go-client` from 0.5.0 to 0.6.0
- [Release notes](https://github.com/manifestival/client-go-client/releases)
- [Commits](manifestival/client-go-client@v0.5.0...v0.6.0)

Updates `github.com/rcrowley/go-metrics` from 0.0.0-20201227073835-cf1acfcdf475 to 0.0.0-20250401214520-65e299d6c5c9
- [Commits](https://github.com/rcrowley/go-metrics/commits)

Updates `github.com/rickb777/date` from 1.14.1 to 1.21.1
- [Release notes](https://github.com/rickb777/date/releases)
- [Commits](rickb777/date@v1.14.1...v1.21.1)

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `go.opentelemetry.io/otel` from 1.24.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.35.0)

Updates `go.opentelemetry.io/otel/trace` from 1.24.0 to 1.35.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.24.0...v1.35.0)

Updates `go.uber.org/atomic` from 1.10.0 to 1.11.0
- [Release notes](https://github.com/uber-go/atomic/releases)
- [Changelog](https://github.com/uber-go/atomic/blob/master/CHANGELOG.md)
- [Commits](uber-go/atomic@v1.10.0...v1.11.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.36.6

---
updated-dependencies:
- dependency-name: github.com/IBM/sarama
  dependency-version: 1.45.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: github.com/cloudevents/sdk-go/v2
  dependency-version: 2.16.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: github.com/google/go-cmp
  dependency-version: 0.7.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: github.com/kedacore/keda/v2
  dependency-version: 2.17.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: github.com/manifestival/client-go-client
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: github.com/rcrowley/go-metrics
  dependency-version: 0.0.0-20250401214520-65e299d6c5c9
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: minor
- dependency-name: github.com/rickb777/date
  dependency-version: 1.21.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.10.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: go.opentelemetry.io/otel
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-version: 1.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: go.uber.org/atomic
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
- dependency-name: google.golang.org/protobuf
  dependency-version: 1.36.6
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: minor
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/release-v1.16/minor-6e030be90f branch from 8dc1772 to e58adcc Compare April 30, 2025 13:45
@creydr
Copy link
Member

creydr commented May 8, 2025

go: go.mod requires go >= 1.23.8 (running go 1.23.6; GOTOOLCHAIN=local)

Copy link

openshift-ci bot commented May 8, 2025

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/417-images c77efe3 link true /test 417-images
ci/prow/417-test-reconciler-keda c77efe3 link true /test 417-test-reconciler-keda
ci/prow/417-test-reconciler-encryption-auth c77efe3 link true /test 417-test-reconciler-encryption-auth
ci/prow/417-test-e2e c77efe3 link true /test 417-test-e2e
ci/prow/417-test-conformance c77efe3 link true /test 417-test-conformance
ci/prow/417-test-reconciler c77efe3 link true /test 417-test-reconciler
ci/prow/418-images c77efe3 link true /test 418-images
ci/prow/418-test-reconciler-keda c77efe3 link true /test 418-test-reconciler-keda
ci/prow/418-test-conformance c77efe3 link true /test 418-test-conformance
ci/prow/418-test-reconciler-encryption-auth c77efe3 link true /test 418-test-reconciler-encryption-auth
ci/prow/418-test-e2e c77efe3 link true /test 418-test-e2e
ci/prow/418-test-reconciler c77efe3 link true /test 418-test-reconciler

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository. I understand the commands that are listed here.

@openshift-merge-robot
Copy link

PR needs rebase.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

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 go Pull requests that update Go code needs-rebase ok-to-test
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants