Skip to content
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 go dependencies main (main) (minor) #536

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented May 27, 2024

Mend Renovate

This PR contains the following updates:

Package Change Age Adoption Passing Confidence Type Update
github.com/aws/aws-sdk-go-v2 v1.24.1 -> v1.27.0 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.26.3 -> v1.27.16 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 -> v1.16.3 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/ec2 v1.143.0 -> v1.161.4 age adoption passing confidence require minor
github.com/aws/smithy-go v1.19.0 -> v1.20.2 age adoption passing confidence require minor
github.com/cilium/ebpf v0.12.4-0.20240108171828-839118d43a4c -> v0.15.0 age adoption passing confidence require minor
github.com/cilium/linters aea5ed8 -> 6ee0b54 age adoption passing confidence require digest
github.com/containernetworking/cni v1.1.2 -> v1.2.0 age adoption passing confidence require minor
github.com/containernetworking/plugins v1.4.0 -> v1.5.0 age adoption passing confidence require minor
github.com/evanphx/json-patch v5.7.0+incompatible -> v5.9.0+incompatible age adoption passing confidence require minor
github.com/go-openapi/errors v0.21.0 -> v0.22.0 age adoption passing confidence require minor
github.com/go-openapi/loads v0.21.5 -> v0.22.0 age adoption passing confidence require minor
github.com/go-openapi/runtime v0.26.2 -> v0.28.0 age adoption passing confidence require minor
github.com/go-openapi/spec v0.20.14 -> v0.21.0 age adoption passing confidence require minor
github.com/go-openapi/strfmt v0.22.0 -> v0.23.0 age adoption passing confidence require minor
github.com/go-openapi/swag v0.22.7 -> v0.23.0 age adoption passing confidence require minor
github.com/go-openapi/validate v0.22.6 -> v0.24.0 age adoption passing confidence require minor
github.com/google/uuid v1.5.0 -> v1.6.0 age adoption passing confidence require minor
github.com/hashicorp/consul/api v1.26.1 -> v1.28.3 age adoption passing confidence require minor
github.com/osrg/gobgp/v3 v3.22.0 -> v3.26.0 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.18.0 -> v1.19.1 age adoption passing confidence require minor
github.com/prometheus/client_model v0.5.0 -> v0.6.1 age adoption passing confidence require minor
github.com/prometheus/procfs v0.12.0 -> v0.15.0 age adoption passing confidence require minor
github.com/spiffe/go-spiffe/v2 v2.1.6 -> v2.2.0 age adoption passing confidence require minor
github.com/spiffe/spire-api-sdk v1.8.7 -> v1.9.6 age adoption passing confidence require minor
github.com/stretchr/testify v1.8.4 -> v1.9.0 age adoption passing confidence require minor
go.opentelemetry.io/otel v1.21.0 -> v1.27.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.21.0 -> v1.27.0 age adoption passing confidence require minor
go.uber.org/zap v1.26.0 -> v1.27.0 age adoption passing confidence require minor
golang.org/x/crypto v0.18.0 -> v0.23.0 age adoption passing confidence require minor
golang.org/x/exp be819d1 -> 4c93da0 age adoption passing confidence require digest
golang.org/x/mod v0.14.0 -> v0.17.0 age adoption passing confidence require minor
golang.org/x/net v0.20.0 -> v0.25.0 age adoption passing confidence require minor
golang.org/x/sync v0.6.0 -> v0.7.0 age adoption passing confidence require minor
golang.org/x/sys v0.16.0 -> v0.20.0 age adoption passing confidence require minor
golang.org/x/term v0.16.0 -> v0.20.0 age adoption passing confidence require minor
golang.org/x/tools v0.16.1 -> v0.21.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/rpc 35c7eff -> d264139 age adoption passing confidence require digest
google.golang.org/grpc v1.60.1 -> v1.64.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.32.0 -> v1.34.1 age adoption passing confidence require minor

Release Notes

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

v1.27.0

Compare Source

v1.26.2

Compare Source

v1.26.1

Compare Source

v1.26.0

Compare Source

v1.25.3

Compare Source

v1.25.2

Compare Source

v1.25.1

Compare Source

v1.25.0

Compare Source

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

v1.20.2

Compare Source

v1.20.1

Compare Source

v1.20.0

Compare Source

cilium/ebpf (github.com/cilium/ebpf)

v0.15.0

Compare Source

btf: bpf_core_type_matches is now supported

Programs can now use bpf_core_type_matches() for a stricter compatibility check. See https://github.com/cilium/ebpf/pull/1366.

program, btf: improve debuggability when CO-RE or kfunc fixup fails

The library now tries to return a more informative error when loading a program fails due to a failed CO-RE relocation or a missing kfunc. See https://github.com/cilium/ebpf/pull/1402.

btf: synthesise instruction comments into line info

asm.Comment in an instruction's Source() are now passed to the kernel in the form of BTF line info. See https://github.com/cilium/ebpf/pull/1417.

perf: add WakeupEvents support to Reader

A perf Reader can now be configured to be woken up after a specific number of events / samples have been submitted. See https://github.com/cilium/ebpf/pull/1404.

Bugfixes

  • program: fix loading a program which targets a function in a kernel module when CONFIG_DEBUG_INFO_BTF_MODULES is disabled, see #​1440.

Breaking changes

github.com/cilium/ebpf/btf
  • Copy: the transform argument was removed. Use the new btf.As function instead.
  • Transformer: removed. See above.

What's Changed

New Contributors

Full Changelog: cilium/ebpf@v0.14.0...v0.15.0

v0.14.0

Compare Source

btf: support for CO-RE relocations against kernel modules

It's now possible to use CO-RE relocations against types defined in kernel modules. See https://github.com/cilium/ebpf/pull/1300 by @​brycekahle.

link: netkit support

The link package now allows attaching to netkit interfaces. See https://github.com/cilium/ebpf/pull/1257 by @​hemanthmalla

link: support for iterating links

The new link.Iterator type allows enumerating all BPF links active. See https://github.com/cilium/ebpf/pull/1392 by @​mpastyl.

Bugfixes

Breaking changes

github.com/cilium/ebpf
  • ProgramOptions is not comparable anymore due to KernelModuleTypes.
github.com/cilium/ebpf/btf
  • CORERelocate had its singature change once again.

What's Changed

New Contributors

Full Changelog: cilium/ebpf@v0.13.2...v0.14.0

v0.13.2

Compare Source

What's Changed

Full Changelog: cilium/ebpf@v0.13.1...v0.13.2

v0.13.1

Compare Source

What's Changed

New Contributors

Full Changelog: cilium/ebpf@v0.13.0...v0.13.1

containernetworking/cni (github.com/containernetworking/cni)

v1.2.0: CNI spec v1.1 / libcni v1.2.0

Compare Source

This is libcni v1.2.0, which releases the new CNI spec version v1.1.0.

Major changes:

GC verb

The GC verb allows runtimes to specify the set of known-good attachments, allowing plugins to clean up stale and leaked resources such as IPAM reservations. Libcni will also synthesize a CNI DEL for any stale cached attachments, so all users will have a form of GC, even if their plugins do not support CNI v1.1

STATUS verb

The STATUS verb allows a plugin to report its readiness to accept ADD requests. Runtimes such as containerd and cri-o will no longer have to rely merely on the presence of a CNI configuration file to determine network readiness.

Version negotiation

CNI configurations may now contain multiple versions, so that an administrator can opportunistically update the protocol version without breaking older runtimes:

{
  "cniVersion": "1.0.0",
  "cniVersions": ["1.0.0", "1.1.0"]
}

New fields

A number of new fields have been added to the result type:

Other improvements

  • (#​911). libcni: add specific type for CHECK not supported
  • (#​1072). tolerate invalid cni caches for deletion
  • (#​1054). Add Version() to CNI interface
containernetworking/plugins (github.com/containernetworking/plugins)

v1.5.0: CNI Plugins v1.5.0

Compare Source

What's Changed

New Features:

Fixes:

New Contributors

Full Changelog: containernetworking/plugins@v1.4.1...v1.5.0

v1.4.1

Compare Source

evanphx/json-patch (github.com/evanphx/json-patch)

v5.9.0+incompatible

Compare Source

v5.8.1+incompatible

Compare Source

v5.8.0+incompatible

Compare Source

go-openapi/errors (github.com/go-openapi/errors)

v0.22.0

Compare Source

v0.21.1

Compare Source

go-openapi/loads (github.com/go-openapi/loads)

v0.22.0

Compare Source

v0.21.6

Compare Source

go-openapi/runtime (github.com/go-openapi/runtime)

v0.28.0

Compare Source

v0.27.2

Compare Source

v0.27.1

Compare Source

v0.27.0

Compare Source

go-openapi/spec (github.com/go-openapi/spec)

v0.21.0

Compare Source

v0.20.15

Compare Source

go-openapi/strfmt (github.com/go-openapi/strfmt)

v0.23.0

Compare Source

v0.22.2

Compare Source

v0.22.1

Compare Source

go-openapi/swag (github.com/go-openapi/swag)

v0.23.0

Compare Source

v0.22.10

Compare Source

v0.22.9

Compare Source

v0.22.8

Compare Source

go-openapi/validate (github.com/go-openapi/validate)

v0.24.0

Compare Source

v0.23.2

Compare Source

v0.23.1

Compare Source


Configuration

📅 Schedule: Branch creation - "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.


  • If you want to rebase/retry this PR, check this box

This PR has been generated by Mend Renovate. View repository job log here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants