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

Merged
merged 1 commit into from Oct 3, 2023

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Sep 12, 2023

Mend Renovate

This PR contains the following updates:

Package Type Update Change
github.com/aws/aws-sdk-go-v2/service/ec2 require minor v1.117.0 -> v1.122.0
github.com/cilium/linters require digest fa111e2 -> bbc4dd6
github.com/evanphx/json-patch require minor v5.6.0+incompatible -> v5.7.0+incompatible
github.com/hashicorp/consul/api require minor v1.24.0 -> v1.25.1
github.com/osrg/gobgp/v3 require minor v3.18.0 -> v3.19.0
github.com/prometheus/client_golang require minor v1.16.0 -> v1.17.0
github.com/prometheus/procfs require minor v0.11.1 -> v0.12.0
github.com/spiffe/spire-api-sdk require minor v1.7.2 -> v1.8.0
github.com/tidwall/gjson require minor v1.16.0 -> v1.17.0
go.opentelemetry.io/otel require minor v1.17.0 -> v1.19.0
go.opentelemetry.io/otel/trace require minor v1.17.0 -> v1.19.0
go.uber.org/zap require minor v1.25.0 -> v1.26.0
google.golang.org/genproto/googleapis/rpc require digest b8732ec -> e6e6cda

Release Notes

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

v5.7.0+incompatible

Compare Source

osrg/gobgp (github.com/osrg/gobgp/v3)

v3.19.0

Compare Source

Changelog

  • ed5732b v3.19.0
  • aa0cf39 Export Generated BGP Configuration Code
  • 8bfcc66 [Fuzzing] fix lint error
  • 60bcfc2 [Fuzzing] fuzzing support for oss-fuzz
  • 9692041 Update configuration documentation for overriding peer-as checking during FSM
  • b6be999 Fix crash on ListPathRequest with malformed prefix
  • e7e0007 go.mod: Bump dependencies
  • 155bc63 fix CLI rd option ignore.
  • 35bfc96 CLI VPNv4/VPNv6 filtering
  • 002690b ListPath can filter VPNv4/v6 routes
  • b8e17e0 Use filter for watch pre/post-update watch events
  • eb58efd Fix test TestAddBogusPath
  • 2956dd6 v3.18.0
  • 5f01c74 Accommodate FRRouting interfaceNameSize changes
  • 82f1eb7 Fix panic on malformed MRT injection
  • d3a46b8 Fix SRv6 prefix SID unmarshalling
prometheus/client_golang (github.com/prometheus/client_golang)

v1.17.0

Compare Source

What's Changed

  • [CHANGE] Minimum required go version is now 1.19 (we also test client_golang against new 1.21 version). #​1325
  • [FEATURE] Add support for Created Timestamps in Counters, Summaries and Historams. #​1313
  • [ENHANCEMENT] Enable detection of a native histogram without observations. #​1314
Commits

New Contributors

Full Changelog: prometheus/client_golang@v1.16.0...v1.17.0

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

v0.12.0

Compare Source

What's Changed

New Contributors

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

spiffe/spire-api-sdk (github.com/spiffe/spire-api-sdk)

v1.8.0

Compare Source

tidwall/gjson (github.com/tidwall/gjson)

v1.17.0

Compare Source

open-telemetry/opentelemetry-go (go.opentelemetry.io/otel)

v1.19.0: /v0.42.0/v0.0.7

Compare Source

This release contains the first stable release of the OpenTelemetry Go metric SDK. Our project stability guarantees now apply to the go.opentelemetry.io/otel/sdk/metric package. See our versioning policy for more information about these stability guarantees.

Added
  • Add the "Roll the dice" getting started application example in go.opentelemetry.io/otel/example/dice. (#​4539)
  • The WithWriter and WithPrettyPrint options to go.opentelemetry.io/otel/exporters/stdout/stdoutmetric to set a custom io.Writer, and allow displaying the output in human-readable JSON. (#​4507)
Changed
  • Allow '/' characters in metric instrument names. (#​4501)
  • The exporter in go.opentelemetry.io/otel/exporters/stdout/stdoutmetric does not prettify its output by default anymore. (#​4507)
  • Upgrade gopkg.io/yaml from v2 to v3 in go.opentelemetry.io/otel/schema. (#​4535)
Fixed
  • In go.opentelemetry.op/otel/exporters/prometheus, don't try to create the Prometheus metric on every Collect if we know the scope is invalid. (#​4499)
Removed
  • Remove "go.opentelemetry.io/otel/bridge/opencensus".NewMetricExporter, which is replaced by NewMetricProducer. (#​4566)

Full Changelog: open-telemetry/opentelemetry-go@v1.18.0...v1.19.0

v1.18.0: /v0.41.0/v0.0.6

Compare Source

This release drops the compatibility guarantee of Go 1.19.

Added
  • Add WithProducer option in go.opentelemetry.op/otel/exporters/prometheus to restore the ability to register producers on the prometheus exporter's manual reader. (#​4473)
  • Add IgnoreValue option in go.opentelemetry.io/otel/sdk/metric/metricdata/metricdatatest to allow ignoring values when comparing metrics. (#​4447)
Deprecated
  • The NewMetricExporter in go.opentelemetry.io/otel/bridge/opencensus was deprecated in v0.35.0 (#​3541).
    The deprecation notice format for the function has been corrected to trigger Go documentation and build tooling. (#​4470)
Removed
  • Removed the deprecated go.opentelemetry.io/otel/exporters/jaeger package. (#​4467)
  • Removed the deprecated go.opentelemetry.io/otel/example/jaeger package. (#​4467)
  • Removed the deprecated go.opentelemetry.io/otel/sdk/metric/aggregation package. (#​4468)
  • Removed the deprecated internal packages in go.opentelemetry.io/otel/exporters/otlp and its sub-packages. (#​4469)
  • Dropped guaranteed support for versions of Go less than 1.20. (#​4481)

New Contributors

Full Changelog: open-telemetry/opentelemetry-go@v1.17.0...v1.18.0

uber-go/zap (go.uber.org/zap)

v1.26.0

Compare Source

Enhancements:

  • #​1297: Add Dict as a Field.
  • #​1319: Add WithLazy method to Logger which lazily evaluates the structured
    context.
  • #​1350: String encoding is much (~50%) faster now.

Thanks to @​hhk7734, @​jquirke, @​cdvr1993 for their contributions to this release.


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: Never, 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 September 12, 2023 11:48
@renovate renovate bot requested a review from rolinh September 12, 2023 11:48
@renovate renovate bot added kind/enhancement This would improve or streamline existing functionality. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR labels Sep 12, 2023
@maintainer-s-little-helper maintainer-s-little-helper bot added dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. and removed dont-merge/needs-release-note-label The author needs to describe the release impact of these changes. labels Sep 12, 2023
@github-actions github-actions bot added the kind/community-contribution This was a contribution made by a community member. label Sep 12, 2023
@julianwiedmann
Copy link
Member

/test

@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch from 32fffad to d35c617 Compare September 20, 2023 13:24
@lmb
Copy link
Contributor

lmb commented Sep 26, 2023

/test

@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch from d35c617 to 3e83006 Compare September 28, 2023 16:03
@rolinh
Copy link
Member

rolinh commented Sep 28, 2023

/test

Signed-off-by: renovate[bot] <bot@renovateapp.com>
@renovate renovate bot force-pushed the renovate/main-all-go-deps-main branch from 3e83006 to 2c57112 Compare October 2, 2023 09:09
@lmb
Copy link
Contributor

lmb commented Oct 2, 2023

/test

@aanm aanm merged commit 235211a into main Oct 3, 2023
210 of 213 checks passed
@aanm aanm deleted the renovate/main-all-go-deps-main branch October 3, 2023 22:41
@maintainer-s-little-helper maintainer-s-little-helper bot added ready-to-merge This PR has passed all tests and received consensus from code owners to merge. labels Oct 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
kind/community-contribution This was a contribution made by a community member. kind/enhancement This would improve or streamline existing functionality. ready-to-merge This PR has passed all tests and received consensus from code owners to merge. release-note/misc This PR makes changes that have no direct user impact. renovate/stop-updating Tell Renovate to stop updating PR
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

4 participants