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) #506

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link

@renovate renovate bot commented Apr 21, 2023

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.26.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/config v1.26.3 -> v1.27.10 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/feature/ec2/imds v1.14.11 -> v1.16.1 age adoption passing confidence require minor
github.com/aws/aws-sdk-go-v2/service/ec2 v1.143.0 -> v1.155.1 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.14.0 age adoption passing confidence require minor
github.com/cilium/linters aea5ed8 -> 451fe92 require digest
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.2 age adoption passing confidence require minor
github.com/osrg/gobgp/v3 v3.22.0 -> v3.25.0 age adoption passing confidence require minor
github.com/prometheus/client_golang v1.18.0 -> v1.19.0 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.13.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.2 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.24.0 age adoption passing confidence require minor
go.opentelemetry.io/otel/trace v1.21.0 -> v1.24.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.21.0 age adoption passing confidence require minor
golang.org/x/exp be819d1 -> a685a6e require digest
golang.org/x/mod v0.14.0 -> v0.16.0 age adoption passing confidence require minor
golang.org/x/net v0.20.0 -> v0.23.0 age adoption passing confidence require minor
golang.org/x/sys v0.16.0 -> v0.18.0 age adoption passing confidence require minor
golang.org/x/term v0.16.0 -> v0.18.0 age adoption passing confidence require minor
golang.org/x/tools v0.16.1 -> v0.19.0 age adoption passing confidence require minor
google.golang.org/genproto/googleapis/rpc 35c7eff -> c3f9821 require digest
google.golang.org/grpc v1.60.1 -> v1.63.0 age adoption passing confidence require minor
google.golang.org/protobuf v1.32.0 -> v1.33.0 age adoption passing confidence require minor

Release Notes

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

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

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

v0.23.0

Compare Source

google/uuid (github.com/google/uuid)

v1.6.0

Compare Source

Features
Bug Fixes
osrg/gobgp (github.com/osrg/gobgp/v3)

v3.25.0

Compare Source

Changelog

  • 7fed268 v3.25.0
  • 5d5a6b9 Do not check enabling when EOR received
  • ed87360 Add EOR type to Table's filter on Watch method
  • 82cc205 allow to pass add/del route -a vpnv46 identifier
  • 912eb5a Bump google.golang.org/protobuf from 1.30.0 to 1.33.0
  • 829bbcf Fix ListPath for ADJ_IN and EnableFiltered=true and add tests.
  • 9d05544 Revert "Add EOR type to Table's filter on Watch method"
  • 84a264e Revert "Do not check enabling when EOR received"

v3.24.0

Compare Source

Changelog

  • d67f568 v3.24.0
  • fbeaa1c Do not check enabling when EOR received
  • aff055b Add EOR type to Table's filter on Watch method
  • 34e4845 Adjust size of packing slice before allocating
  • 3448996 Use net.IP.Equal in peer.filterPathFromSourcePeer
  • 003745a logs: Guard frequently called logs behind if check
  • 87e5b81 server: Fix deadlock if StopBgp is called when conn queue is full

v3.23.0

Compare Source

Changelog

  • 8fdda5d v3.23.0
  • ce7e5d3 server: only log warning if grpcServer.Serve() returned an error.
  • 815683f Only wait for GR End of RIB for the received address family
prometheus/client_golang (github.com/prometheus/client_golang)

v1.19.0

Compare Source

What's Changed

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See https://github.com/prometheus/client_golang/pull/1448 for more details). If your project uses client_golang and you want to use prometheus/common v0.48.0 or higher, please update client_golang to v1.19.0.

  • [CHANGE] Minimum required go version is now 1.20 (we also test client_golang against new 1.22 version). #​1445 #​1449
  • [FEATURE] collectors: Add version collector. #​1422 #​1427

New Contributors

Full Changelog: prometheus/client_golang@v1.18.0...v1.19.0

prometheus/client_model (github.com/prometheus/client_model)

v0.6.1

Compare Source

What's Changed

Full Changelog: prometheus/client_model@v0.6.0...v0.6.1

v0.6.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/client_model@v0.5.0...v0.6.0

prometheus/procfs (github.com/prometheus/procfs)

v0.13.0

Compare Source

What's Changed

New Contributors

Full Changelog: prometheus/procfs@v0.12.0...v0.13.0

spiffe/go-spiffe (github.com/spiffe/go-spiffe/v2)

v2.2.0

Compare Source

Changed
  • Upgraded to go-jose v4 which has a stronger security posture than v3. Go-spiffe was not impacted by the security weaknesses of v3 due to stringing algorithm checking that is now handled by go-jose v4 (#​276)
Fixed
  • Makefile invocation for Apple Silicon-based Macs (#​275)
Added

v2.1.7

Compare Source

Fixed
  • Panic if the Workload API returned a malformed JWT-SVID (#​233)
  • Race that causes WaitForUpdate to return immediately after watcher is initialized even if there is no update (#​260)
spiffe/spire-api-sdk (githu

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.

@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 12 times, most recently from fee828c to adfed09 Compare April 28, 2023 18:19
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 9 times, most recently from b918b55 to 1d32e4e Compare May 5, 2023 01:12
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 7 times, most recently from c151f31 to f447800 Compare May 11, 2023 09:54
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 4 times, most recently from f0166b5 to 3853874 Compare February 23, 2024 02:36
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 5 times, most recently from 634be4c to 0e1e538 Compare March 1, 2024 20:30
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 5 times, most recently from 39da847 to 087f9ce Compare March 9, 2024 05:56
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 5 times, most recently from 6ee08bb to e88163b Compare March 16, 2024 14:45
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 3 times, most recently from 6f8ceca to 1c34574 Compare March 22, 2024 23:52
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch 4 times, most recently from be77740 to b3ed411 Compare March 31, 2024 14:47
Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch from b3ed411 to 126c91c Compare April 2, 2024 11:47
@tklauser tklauser closed this Apr 4, 2024
@tklauser tklauser deleted the renovate/main-all-go-deps-main branch April 4, 2024 09:23
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.

None yet

1 participant