nexodus-io / nexodus

Network Connectivity as a Service
https://nexodus.io
Apache License 2.0
57 stars 26 forks source link

build(deps): bump the production-dependencies group with 31 updates #1922

Closed dependabot[bot] closed 4 months ago

dependabot[bot] commented 4 months ago

Bumps the production-dependencies group with 31 updates:

Package From To
github.com/Nerzal/gocloak/v13 13.8.0 13.9.0
github.com/cockroachdb/cockroach-go/v2 2.3.5 2.3.6
github.com/cucumber/godog 0.13.0 0.14.0
github.com/docker/docker 24.0.7+incompatible 25.0.3+incompatible
github.com/emersion/go-smtp 0.20.1 0.20.2
github.com/jackc/pgx/v5 5.5.2 5.5.3
github.com/mhmtszr/concurrent-swiss-map 1.0.5 1.0.6
github.com/miekg/dns 1.1.57 1.1.58
github.com/redis/go-redis/v9 9.4.0 9.5.0
github.com/testcontainers/testcontainers-go 0.27.0 0.28.0
github.com/urfave/cli/v3 3.0.0-alpha8 3.0.0-alpha9
go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin 0.46.1 0.48.0
go.opentelemetry.io/otel 1.22.0 1.23.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.22.0 1.23.1
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.21.0 1.23.1
go.opentelemetry.io/otel/sdk 1.22.0 1.23.1
go.opentelemetry.io/otel/trace 1.22.0 1.23.1
golang.org/x/net 0.20.0 0.21.0
golang.org/x/oauth2 0.16.0 0.17.0
golang.org/x/sys 0.16.0 0.17.0
golang.org/x/term 0.16.0 0.17.0
google.golang.org/genproto/googleapis/rpc 0.0.0-20231106174013-bbf56f31fb17 0.0.0-20240102182953-50ed04b92917
gorm.io/driver/postgres 1.5.4 1.5.6
gorm.io/driver/sqlite 1.5.4 1.5.5
gorm.io/gorm 1.25.5 1.25.7-0.20240204074919-46816ad31dde
k8s.io/api 0.29.1 0.29.2
k8s.io/apimachinery 0.29.1 0.29.2
k8s.io/client-go 0.29.1 0.29.2
tailscale.com 1.58.0 1.60.0
golang.org/x/crypto 0.18.0 0.19.0
google.golang.org/grpc 1.61.0 1.61.1

Updates github.com/Nerzal/gocloak/v13 from 13.8.0 to 13.9.0

Release notes

Sourced from github.com/Nerzal/gocloak/v13's releases.

v13.9.0

What's Changed

New Contributors

Full Changelog: https://github.com/Nerzal/gocloak/compare/v13.8.0...v13.9.0

Commits
  • fec0d9e Add support for users-management-permissions get/put (#463)
  • 56fa25b Add support for permission_resource_format/permission_resource_matchi… (#461)
  • 2d728e2 Add aggregate attribute to client scope model (#455)
  • ba0216d Bump golang.org/x/crypto from 0.14.0 to 0.17.0 (#453)
  • 0246ee9 Bump golang.org/x/net from 0.7.0 to 0.17.0 (#447)
  • 08a69ff chore: upgraded to golang-jwt v5 (#446)
  • 2302a50 chore: omit nil check (#440)
  • See full diff in compare view


Updates github.com/cockroachdb/cockroach-go/v2 from 2.3.5 to 2.3.6

Commits
  • ae1f8a3 Switch to docs page to determine latest stable version
  • 4d4495e Merge pull request #173 from cockroachdb/pawalt/binary_shortcircuit
  • cee2e1f testserver: short circuit downloading before making a request
  • See full diff in compare view


Updates github.com/cucumber/godog from 0.13.0 to 0.14.0

Release notes

Sourced from github.com/cucumber/godog's releases.

v0.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/cucumber/godog/compare/v0.13.0...v0.14.0

What's Changed

New Contributors

Full Changelog: https://github.com/cucumber/godog/compare/v0.13.0...v0.14.0

Changelog

Sourced from github.com/cucumber/godog's changelog.

[v0.14.0]

Added

  • Improve ErrSkip handling, add test for Summary and operations order (584 - vearutop)

Fixed

  • Remove line overwriting for scenario outlines in cucumber formatter (605 - glibas)
  • Remove duplicate warning message (590 - vearutop)
  • updated base formatter to set a scenario as passed unless there exist (582 - roskee)

Changed

Commits
  • 250d69a Fixes #604 - remove line overwriting for scenario outlines in cucumber format...
  • 5a5631a Remove duplicate warning message (#590)
  • 592f1cd chore(deps): update actions/setup-go action to v5 (#588)
  • 888fe3f Improve ErrSkip handling, add test for Summary and operations order (#584)
  • 25274b0 updated base formatter to set a scenario as passed unless there exist… (#582)
  • c61a939 Update test.yml (#583)
  • 76039dc chore(deps): update codecov/codecov-action action to v4 (#576)
  • 4550862 chore(deps): update actions/checkout action to v4 (#575)
  • a37ff90 fix(deps): update module github.com/cucumber/godog to v0.13.0 (#574)
  • See full diff in compare view


Updates github.com/docker/docker from 24.0.7+incompatible to 25.0.3+incompatible

Release notes

Sourced from github.com/docker/docker's releases.

v25.0.3

25.0.3

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

What's Changed

  • [25.0 backport] pkg/ioutils: Make subsequent Close attempts noop moby/moby#47222
  • [25.0 backport] Fix HasResource inverted boolean error - vendor swarmkit v2.0.0-20240125134710-dcda100a8261 moby/moby#47225
  • [25.0 backport] gha: update actions to account for node 16 deprecation moby/moby#47291
  • [25.0 backport] docs: remove dead links from api verison history moby/moby#47296
  • [25.0 backport] Assert temp output directory is not an empty string moby/moby#47298
  • [25.0 backport] api: Document version in /build moby/moby#47295
  • [25.0 backport] De-flake TestSwarmClusterRotateUnlockKey moby/moby#47201
  • [25.0 backport] Add internal n/w bridge to firewalld docker zone moby/moby#47303
  • [25.0 backport] Only restore a configured MAC addr on restart. moby/moby#47304
  • [25.0 backport] Revert "daemon: automatically set network EnableIPv6 if needed" moby/moby#47310
  • [25.0 backport] libnet: bridge: ignore EINVAL when configuring bridge MTU moby/moby#47311
  • [25.0 backport] logger/journald: fix tailing logs with systemd 255 moby/moby#47243
  • [25.0 backport] add more //go:build directives to prevent downgrading to go1.16 language moby/moby#47220
  • [25.0 backport] libcontainerd/supervisor: fix data race moby/moby#47313
  • [25.0 backport] plugins: Fix panic when fetching by digest moby/moby#47323
  • [25.0 backport] Dockerfile: update docker-cli to v25.0.2, docker compose v2.24.5 moby/moby#47316
  • [25.0 backport] image/save: Fix untagged images not present in index.json moby/moby#47294
  • [25.0 backport] Dockerfile: update RootlessKit to v2.0.1 moby/moby#47334
  • [25.0 backport] image/cache: Ignore Build and Revision on Windows moby/moby#47337
  • [25.0 backport] profiles/seccomp: add syscalls for kernel v5.17 - v6.6, match containerd's profile moby/moby#47344
  • [25.0 backport] c8d: Use the same logic to get the present images moby/moby#47348

Full Changelog: https://github.com/moby/moby/compare/v25.0.2...v25.0.3

v25.0.2

25.0.2

For a full list of pull requests and changes in this release, refer to the relevant GitHub milestones:

Security

This release contains security fixes for the following CVEs affecting Docker Engine and its components.

CVE Component Fix version Severity

... (truncated)

Commits
  • f417435 Merge pull request #47348 from rumpl/25.0_backport-history-config
  • acd023d c8d: Use the same logic to get the present images
  • 7a075ca Merge pull request #47344 from thaJeztah/25.0_backport_seccomp_updates
  • aff7177 Merge pull request #47337 from vvoland/cache-fix-older-windows-25
  • ed7c263 seccomp: add futex_wake syscall (kernel v6.7, libseccomp v2.5.5)
  • 74e3b4f seccomp: add futex_wait syscall (kernel v6.7, libseccomp v2.5.5)
  • 4cc0416 seccomp: add futex_requeue syscall (kernel v6.7, libseccomp v2.5.5)
  • f9f9e7f seccomp: add map_shadow_stack syscall (kernel v6.6, libseccomp v2.5.5)
  • 5fb4eb9 seccomp: add fchmodat2 syscall (kernel v6.6, libseccomp v2.5.5)
  • 67e9aa6 seccomp: add cachestat syscall (kernel v6.5, libseccomp v2.5.5)
  • Additional commits viewable in compare view


Updates github.com/emersion/go-smtp from 0.20.1 to 0.20.2

Commits
  • 434ddca Parse DATA\r\n\r\n.\r\n as \r\n\r\n message
  • df9dfa9 Fix Conn.Hostname being empty when NewSession is called
  • da7af50 server: use netcat -C instead of telnet for example testing
  • See full diff in compare view


Updates github.com/jackc/pgx/v5 from 5.5.2 to 5.5.3

Changelog

Sourced from github.com/jackc/pgx/v5's changelog.

5.5.3 (February 3, 2024)

  • Fix: prepared statement already exists
  • Improve CopyFrom auto-conversion of text-ish values
  • Add ltree type support (Florent Viel)
  • Make some properties of Batch and QueuedQuery public (Pavlo Golub)
  • Add AppendRows function (Edoardo Spadolini)
  • Optimize convert UUID [16]byte to string (Kirill Malikov)
  • Fix: LargeObject Read and Write of more than ~1GB at a time (Mitar)
Commits
  • 6f8f6ed Update changelog for v5.5.3
  • 576b6c8 Bump actions/setup-go version
  • 7caa448 Skip test on CockroachDB
  • 832b4f9 Fix: prepared statement already exists
  • fd44114 Improve Conn.LoadType documentation
  • 34da2fe Improve CopyFrom auto-conversion of text-ish values
  • 7b5fcac Add timetz and []timetz OID constants
  • 0819a17 Remove openssl from TLS test setup
  • bf1c1d7 create ltree extension in pg setup for tests
  • 0fa5333 add ltree pgtype support
  • Additional commits viewable in compare view


Updates github.com/mhmtszr/concurrent-swiss-map from 1.0.5 to 1.0.6

Release notes

Sourced from github.com/mhmtszr/concurrent-swiss-map's releases.

v1.0.6

Full Changelog: https://github.com/mhmtszr/concurrent-swiss-map/compare/v1.0.5...v1.0.6

Commits


Updates github.com/miekg/dns from 1.1.57 to 1.1.58

Commits


Updates github.com/redis/go-redis/v9 from 9.4.0 to 9.5.0

Release notes

Sourced from github.com/redis/go-redis/v9's releases.

9.5.0

Changes

🚀 New Features

  • Add object fraq command (#2844)
  • Speed up connections by sending SetInfo via a pipeline (#2880)
  • Add helpers to set libinfo without panic (#2724)

🧰 Maintenance

  • Remove unnecessary Node project definition file (#2863)
  • Add support for specifying bitcount unit as byte or bit, byte default (#2887)
  • fix ConnPool race in newConn (#2885)

📚 Documentation & Testing

  • Docs: update features (#2846)
  • Docs: add bytes in scan struct example (#2836)
  • Tests: add ut for util_test (#2840)

⚙️ Dependencies & Infrastructure

  • chore: update OpenTelemetry and Uptrace to the latest version (#2864)
  • chore(deps): bump release-drafter/release-drafter from 5 to 6 (#2883)
  • chore(deps): bump rojopolis/spellcheck-github-actions from 0.35.0 to 0.36.0 (#2889)
  • chore(deps): bump golangci/golangci-lint-action from 3 to 4 (#2890)
  • Change RE image to 7.2.4-108 (#2884)
  • Add CredentialsProvider to ClusterOptions (#2791)

Contributors

We'd like to thank all the contributors who worked on this release!

@​OlegStotsky, @​abusizhishen, @​dependabot, @​dependabot[bot], @​johnduhart, @​limotley, @​ofekshenawa, @​peczenyj, @​rfyiamcool, and @​vmihailenco

Commits


Updates github.com/testcontainers/testcontainers-go from 0.27.0 to 0.28.0

Release notes

Sourced from github.com/testcontainers/testcontainers-go's releases.

v0.28.0

What's Changed

⚠️ Breaking Changes

  • [breaking] Add err chan to log producer and don't panic on error (#1971) @​Tofel

If you are starting a log producer, it's now possible to pass log options in a variadic manner (at this moment only the log producer timeout option is available). So this breaking change will affect you if and only if you are assigning the StartLogProducer method of a container to a variable.

🚀 Features

🐛 Bug Fixes

📖 Documentation

🧹 Housekeeping

... (truncated)

Commits
  • 357cff8 chore: use new version (v0.28.0) in modules and examples
  • c906e65 chore: define proper execution order for container lifecycle hooks (#1922)
  • 50fc8e7 Added Consul module (#2194)
  • 1f628e2 fix: wait more time in test (#2211)
  • 4bf9515 chore(ci): do not fail fast main tests in different Go versions (#2210)
  • 48fc228 feat (postgres): support for creating and restoring Snapshots (#2199)
  • 54b1d8a fix: apply volume options only to volumes (#2201)
  • f012d34 redpanda/test: add admin client call (#2200)
  • 0e16af2 chore(deps): bump cloud.google.com/go/spanner from 1.55.0 to 1.56.0 in /modul...
  • 3562ef7 chore(deps): bump github.com/docker/docker from 25.0.1+incompatible to 25.0.2...
  • Additional commits viewable in compare view


Updates github.com/urfave/cli/v3 from 3.0.0-alpha8 to 3.0.0-alpha9

Release notes

Sourced from github.com/urfave/cli/v3's releases.

v3.0.0-alpha9

What's Changed

New Contributors

Full Changelog: https://github.com/urfave/cli/compare/v3.0.0-alpha8...v3.0.0-alpha9

Commits
  • 204d34f Merge pull request #1863 from joshfrench/mut-exclusive-help
  • 83b8287 Merge branch 'main' into mut-exclusive-help
  • e1d1334 Merge pull request #1864 from joshfrench/single-optional-arg
  • a366d0b approve v3 docs changes
  • d765601 Assert that explicit arg overrides default value
  • 6070e61 Omitted optional arg uses the given value
  • f7deded Boundary check for optional arg
  • fcfd5b3 update docs
  • d754265 MutuallyExclusiveFlags group category is propagated to all flags
  • 873755e appease the linter
  • Additional commits viewable in compare view


Updates go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin from 0.46.1 to 0.48.0

Release notes

Sourced from go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin's releases.

Release v1.23.0/v0.48.0/v0.17.0/v0.3.0

Added

  • Add client metric support to go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#4707)
  • Add peer attributes to spans recorded by NewClientHandler, NewServerHandler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#4873)
  • Add support for cloud.account.id, cloud.availability_zone and cloud.region in the AWS ECS detector. (#4860)

Changed

  • The fallback options in go.opentelemetry.io/contrib/exporters/autoexport now accept factory functions. (#4891)
    • WithFallbackMetricReader(metric.Reader) MetricOption is replaced with func WithFallbackMetricReader(func(context.Context) (metric.Reader, error)) MetricOption.
    • WithFallbackSpanExporter(trace.SpanExporter) SpanOption is replaced with WithFallbackSpanExporter(func(context.Context) (trace.SpanExporter, error)) SpanOption.
  • The http.server.request_content_length metric in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is changed to http.server.request.size.(#4707)
  • The http.server.response_content_length metric in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is changed to http.server.response.size.(#4707)

Deprecated

  • The RequestCount, RequestContentLength, ResponseContentLength, ServerLatency constants in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp are deprecated. (#4707)

Fixed

  • Do not panic in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc if MeterProvider returns a nil instrument. (#4875)

New Contributors

Full Changelog: https://github.com/open-telemetry/opentelemetry-go-contrib/compare/v1.22.0...v1.23.0

Release 1.22.0/0.47.0/0.16.0/0.2.0

Added

  • Add SDK.Shutdown method in "go.opentelemetry.io/contrib/config". (#4583)
  • NewSDK in go.opentelemetry.io/contrib/config now returns a configured SDK with a valid TracerProvider. (#4741)

Changed

  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/otelhttpare upgraded to v1.20.0. (#4320)
  • Updated configuration schema to include schema_url for resource definition and without_type_suffix and without_units for the Prometheus exporter. (#4727)
  • The semantic conventions used by the go.opentelemetry.io/contrib/detectors/aws/ecs resource detector are upgraded to v1.24.0. (#4803)

... (truncated)

Changelog

Sourced from go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin's changelog.

[1.23.0/0.48.0/0.17.0/0.3.0] - 2024-02-06

Added

  • Add client metric support to go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp. (#4707)
  • Add peer attributes to spans recorded by NewClientHandler, NewServerHandler in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc. (#4873)
  • Add support for cloud.account.id, cloud.availability_zone and cloud.region in the AWS ECS detector. (#4860)

Changed

  • The fallback options in go.opentelemetry.io/contrib/exporters/autoexport now accept factory functions. (#4891)
    • WithFallbackMetricReader(metric.Reader) MetricOption is replaced with func WithFallbackMetricReader(func(context.Context) (metric.Reader, error)) MetricOption.
    • WithFallbackSpanExporter(trace.SpanExporter) SpanOption is replaced with WithFallbackSpanExporter(func(context.Context) (trace.SpanExporter, error)) SpanOption.
  • The http.server.request_content_length metric in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is changed to http.server.request.size.(#4707)
  • The http.server.response_content_length metric in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp is changed to http.server.response.size.(#4707)

Deprecated

  • The RequestCount, RequestContentLength, ResponseContentLength, ServerLatency constants in go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp are deprecated. (#4707)

Fixed

  • Do not panic in go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc if MeterProvider returns a nil instrument. (#4875)

[1.22.0/0.47.0/0.16.0/0.2.0] - 2024-01-18

Added

  • Add SDK.Shutdown method in "go.opentelemetry.io/contrib/config". (#4583)
  • NewSDK in go.opentelemetry.io/contrib/config now returns a configured SDK with a valid TracerProvider. (#4741)

Changed

  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/emicklei/go-restful/otelrestful are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/gin-gonic/gin/otelgin are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/gorilla/mux/otelmux are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/github.com/labstack/echo/otelecho are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/gopkg.in/macaron.v1/otelmacaron are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/httptrace/otelhttptrace/example are upgraded to v1.20.0. (#4320)
  • The semantic conventions used by go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp/example are upgraded to v1.20.0. (#43... _Description has been truncated_
netlify[bot] commented 4 months ago

Deploy Preview for nexodus-docs canceled.

Name Link
Latest commit cc53fa294078d0e7d8a4204230672a0af912e6c3
Latest deploy log https://app.netlify.com/sites/nexodus-docs/deploys/65d3066103686f0008fa8638
mergify[bot] commented 4 months ago

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

dependabot[bot] commented 4 months ago

Looks like these dependencies are updatable in another way, so this is no longer needed.