Skip to content

chore(deps): bump the production-dependencies group across 1 directory with 7 updates #435

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 1 commit into
base: main
Choose a base branch
from

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the production-dependencies group with 6 updates in the / directory:

Package From To
github.com/containers/image/v5 5.34.2 5.35.0
github.com/netobserv/netobserv-ebpf-agent 1.7.0-community.0.20250402125041-1fca7614320e 1.9.0-crc0
google.golang.org/grpc 1.71.0 1.72.0
k8s.io/api 0.32.3 0.33.0
k8s.io/client-go 0.32.3 0.33.0
k8s.io/code-generator 0.32.3 0.33.0

Updates github.com/containers/image/v5 from 5.34.2 to 5.35.0

Release notes

Sourced from github.com/containers/image/v5's releases.

v5.35.0

What's Changed

... (truncated)

Commits
  • 617c288 Bump to c/image v5.35.0
  • 1b83b3a Bump to c/storage v1.58.0
  • 4279b17 Merge pull request #2826 from containers/renovate/golangci-golangci-lint-2.x
  • 1d14076 chore(deps): update dependency golangci/golangci-lint to v2.1.1
  • 12c8495 Merge pull request #2824 from containers/renovate/github.com-sigstore-rekor-1.x
  • 010f504 fix(deps): update module github.com/sigstore/rekor to v1.3.10
  • 9b83c49 Merge pull request #2823 from Luap99/github
  • a4b363d .github: check_cirrus_cron work around github bug
  • 37150b4 .github: remove cirrus rerun action
  • 6116c41 Merge pull request #2822 from containers/renovate/github.com-sigstore-sigstor...
  • Additional commits viewable in compare view

Updates github.com/netobserv/netobserv-ebpf-agent from 1.7.0-community.0.20250402125041-1fca7614320e to 1.9.0-crc0

Release notes

Sourced from github.com/netobserv/netobserv-ebpf-agent's releases.

v1.8.2-community

What's Changed

Non-breaking changes

Full Changelog: netobserv/netobserv-ebpf-agent@v1.8.1-community...v1.8.2-community

v1.8.1-community

What's Changed

Non-breaking changes

Full Changelog: netobserv/netobserv-ebpf-agent@v1.8.0-community...v1.8.1-community

v1.8.0-community

What's Changed

Non-breaking changes

... (truncated)

Commits

Updates google.golang.org/grpc from 1.71.0 to 1.72.0

Release notes

Sourced from google.golang.org/grpc's releases.

Release 1.72.0

Dependencies

  • Minimum supported Go version is now 1.23 (#8108)

API Changes

  • resolver: add experimental AddressMapV2 with generics to ultimately replace AddressMap. Deprecate AddressMap for deletion (#8187)
  • resolver: convert EndpointMap in place to use generics (#8189)

New Features

  • xds: add grpc.xds_client.server_failure counter metric on xDS client to record connectivity errors (#8203)
  • balancer/rls: allow maxAge to exceed 5 minutes if staleAge is set in the LB policy configuration (#8137)
  • ringhash: implement gRFC A76 improvements. (#8159)
  • pickfirst: The new pick first LB policy is made the default. The new LB policy implements the Happy Eyeballs algorithm. To disable the new policy set the environment variable GRPC_EXPERIMENTAL_ENABLE_NEW_PICK_FIRST to false (case insensitive).

Bug Fixes

  • xds: fix support for circuit breakers and load reporting in LOGICAL_DNS clusters (#8169, #8170)
  • xds/cds: improve RPC error messages when resources are not found (#8122)
  • balancer/priority: fix race that could leak balancers and goroutines during shutdown (#8095)
  • stats/opentelemetry: fix trace attributes message sequence numbers to start from 0 (#8237)
  • balancer/pickfirstleaf: fix panic if deprecated Address.Metadata field is set to a non-comparable value by ignoring the field (#8227)

Behavior Changes

  • transport: make servers send an HTTP/2 RST_STREAM frame to cancel a stream when the deadline expires (#8071)

Documentation

  • stats: clarify the expected sequence of events on a stats handler (#7885)

Release 1.71.1

Bug Fixes

  • grpc: fix a bug causing an extra Read from the compressor if a compressed message is the same size as the limit. This could result in a panic with the built-in gzip compressor (#8178)
  • xds: restore the behavior of reading the bootstrap config before creating the first xDS client instead of at package init time (#8164)
  • stats/opentelemetry: use TextMapPropagator and TracerProvider from TraceOptions instead of OpenTelemetry globals (#8166)
  • client: fix races when an http proxy is configured that could lead to deadlocks or panics (#8195)
  • client: fix bug causing RPC failures with message "no children to pick from" when using a custom resolver that calls the deprecated NewAddress API (#8149)
  • wrr: fix slow processing of address updates that could result in problems including RPC failures for servers with a large number of backends (#8179)
Commits
  • a43eba6 Change version to 1.72.0 (#8218)
  • 48f48c1 balancer/pickfirstleaf: Avoid reading Address.Metadata (#8227) (#8259)
  • fd6f585 Cherry-pick #8159 and #8243 to v1.72.x (#8255)
  • 79ca174 stats/opentelemetry: fix trace attributes message sequence numbers to start f...
  • 57a2605 xdsclient: fix TestServerFailureMetrics_BeforeResponseRecv test to wait for w...
  • 5edab9e xdsclient: add grpc.xds_client.server_failure counter mertric (#8203)
  • 78ba661 regenerate protos (#8208)
  • 6819ed7 delegatingresolver: Stop calls into delegates once the parent resolver is clo...
  • a51009d resolver: convert EndpointMap to use generics (#8189)
  • b0d1203 resolver: create AddressMapV2 with generics to replace AddressMap (#8187)
  • Additional commits viewable in compare view

Updates k8s.io/api from 0.32.3 to 0.33.0

Commits
  • 82c0029 Update dependencies to v0.33.0 tag
  • 16cedc7 Merge pull request #131088 from atiratree/rename-terminating-replicas-fg
  • dc88679 Merge pull request #131103 from ahrtr/etcd_sdk_20250328
  • 4a456a2 bump etcd 3.5.21 sdk
  • 96e38c9 rename DeploymentPodReplacementPolicy FG to DeploymentReplicaSetTerminatingRe...
  • c21a017 Merge pull request #129970 from mortent/AddResourceV1beta2API
  • d0673db Run make update
  • 118546d Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...
  • f9401a3 Merge pull request #130797 from jm-franc/configurable-tolerance
  • 9b3e544 Generated UPDATE_COMPATIBILITY_FIXTURE_DATA
  • Additional commits viewable in compare view

Updates k8s.io/apimachinery from 0.32.3 to 0.33.0

Commits
  • 955939f bump etcd 3.5.21 sdk
  • e8a77bd Merge pull request #130910 from googs1025/fix/datarace
  • 7e8c77e Merge pull request #130906 from serathius/streaming-validation
  • 27fd396 flake: fix data race for func TestBackoff_Step
  • 8bcc6f1 Update kube-openapi and integrate streaming tags validation
  • 6ce776c Merge pull request #130857 from thockin/kk_small_vg_diffs
  • f2c94d6 Comment on origin and JSON schema
  • b63ba07 Use origin in validateFalse's own test
  • beddba4 Use test.Helper in helper funcs
  • eaf4038 Merge pull request #130354 from siyuanfoundation/forward-api
  • Additional commits viewable in compare view

Updates k8s.io/client-go from 0.32.3 to 0.33.0

Commits
  • 3aa3c77 Update dependencies to v0.33.0 tag
  • ecbbb06 bump etcd 3.5.21 sdk
  • 2086688 Merge pull request #129970 from mortent/AddResourceV1beta2API
  • dba34c7 Run make update
  • e359642 Merge pull request #130556 from sreeram-venkitesh/kep-4960-container-stop-sig...
  • 3bf0a05 Merge pull request #130797 from jm-franc/configurable-tolerance
  • 7a03a3b Generated files
  • 1676beb Refresh autogenerated files following the configurable tolerance updates.
  • 387edb8 Merge pull request #130967 from aojea/listers
  • 21dc3b4 benchmark to show inefficient linear search lookup
  • Additional commits viewable in compare view

Updates k8s.io/code-generator from 0.32.3 to 0.33.0

Commits
  • 24ab817 Update dependencies to v0.33.0 tag
  • ed11973 bump etcd 3.5.21 sdk
  • cf96b45 Merge pull request #130906 from serathius/streaming-validation
  • 5177d2e Update kube-openapi and integrate streaming tags validation
  • c65ee9f Merge pull request #130857 from thockin/kk_small_vg_diffs
  • 17f8907 Fix pkg names != dir in tests
  • 17556f0 Fix import groupings
  • 036eb3b Fix whitespace in validateFalse test fixture
  • f922e9c Merge pull request #130827 from thockin/kk_refactor_FunctionGen
  • f758526 Merge pull request #130795 from thockin/kk_emit_comments_before_validations
  • Additional commits viewable in compare view

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> major version will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
  • @dependabot ignore <dependency name> minor version will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
  • @dependabot ignore <dependency name> will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
  • @dependabot unignore <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

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

mergify bot commented May 1, 2025

@dependabot[bot], this pull request is now in conflict and requires a rebase.

@mergify mergify bot added the needs-rebase label May 1, 2025
@dependabot dependabot bot force-pushed the dependabot/go_modules/production-dependencies-558b86acda branch from 0481911 to 447e71f Compare May 1, 2025 12:55
@mergify mergify bot removed the needs-rebase label May 1, 2025
…y with 7 updates

Bumps the production-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/containers/image/v5](https://github.com/containers/image) | `5.34.2` | `5.35.0` |
| [github.com/netobserv/netobserv-ebpf-agent](https://github.com/netobserv/netobserv-ebpf-agent) | `1.7.0-community.0.20250402125041-1fca7614320e` | `1.9.0-crc0` |
| [google.golang.org/grpc](https://github.com/grpc/grpc-go) | `1.71.0` | `1.72.0` |
| [k8s.io/api](https://github.com/kubernetes/api) | `0.32.3` | `0.33.0` |
| [k8s.io/client-go](https://github.com/kubernetes/client-go) | `0.32.3` | `0.33.0` |
| [k8s.io/code-generator](https://github.com/kubernetes/code-generator) | `0.32.3` | `0.33.0` |



Updates `github.com/containers/image/v5` from 5.34.2 to 5.35.0
- [Release notes](https://github.com/containers/image/releases)
- [Commits](containers/image@v5.34.2...v5.35.0)

Updates `github.com/netobserv/netobserv-ebpf-agent` from 1.7.0-community.0.20250402125041-1fca7614320e to 1.9.0-crc0
- [Release notes](https://github.com/netobserv/netobserv-ebpf-agent/releases)
- [Commits](https://github.com/netobserv/netobserv-ebpf-agent/commits/v1.9.0-crc0)

Updates `google.golang.org/grpc` from 1.71.0 to 1.72.0
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.71.0...v1.72.0)

Updates `k8s.io/api` from 0.32.3 to 0.33.0
- [Commits](kubernetes/api@v0.32.3...v0.33.0)

Updates `k8s.io/apimachinery` from 0.32.3 to 0.33.0
- [Commits](kubernetes/apimachinery@v0.32.3...v0.33.0)

Updates `k8s.io/client-go` from 0.32.3 to 0.33.0
- [Changelog](https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.32.3...v0.33.0)

Updates `k8s.io/code-generator` from 0.32.3 to 0.33.0
- [Commits](kubernetes/code-generator@v0.32.3...v0.33.0)

---
updated-dependencies:
- dependency-name: github.com/containers/image/v5
  dependency-version: 5.35.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: github.com/netobserv/netobserv-ebpf-agent
  dependency-version: 1.9.0-crc0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: google.golang.org/grpc
  dependency-version: 1.72.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/api
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/apimachinery
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/client-go
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
- dependency-name: k8s.io/code-generator
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: production-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/go_modules/production-dependencies-558b86acda branch from 447e71f to 04bd142 Compare May 1, 2025 12:56
frobware pushed a commit to frobware/bpfman-operator that referenced this pull request May 6, 2025
update catalog index to include the new APIs
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
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants