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

Bump the misc-dependencies group across 3 directories with 48 updates #792

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Dec 14, 2024

Bumps the misc-dependencies group with 16 updates in the / directory:

Package From To
github.com/fsnotify/fsnotify 1.7.0 1.8.0
github.com/gofrs/flock 0.8.1 0.12.1
github.com/prometheus/client_golang 1.19.1 1.20.5
github.com/spf13/viper 1.18.2 1.19.0
golang.org/x/time 0.7.0 0.8.0
github.com/chzyer/readline 0.0.0-20180603132655-2972be24d48e 1.5.1
github.com/emicklei/go-restful/v3 3.11.3 3.12.1
github.com/go-openapi/jsonreference 0.20.4 0.21.0
github.com/google/gnostic-models 0.6.8 0.6.9
github.com/magiconair/properties 1.8.7 1.8.9
github.com/prometheus/common 0.55.0 0.61.0
github.com/sagikazarmark/locafero 0.4.0 0.6.0
github.com/spf13/cast 1.6.0 1.7.0
go.opentelemetry.io/otel 1.28.0 1.33.0
golang.org/x/mod 0.21.0 0.22.0
golang.org/x/tools 0.26.0 0.28.0

Bumps the misc-dependencies group with 10 updates in the /tests/e2e directory:

Package From To
github.com/prometheus/client_golang 1.19.1 1.20.5
golang.org/x/time 0.7.0 0.8.0
github.com/emicklei/go-restful/v3 3.11.3 3.12.1
github.com/go-openapi/jsonreference 0.20.4 0.21.0
github.com/google/gnostic-models 0.6.8 0.6.9
github.com/prometheus/common 0.55.0 0.61.0
go.opentelemetry.io/otel 1.28.0 1.33.0
golang.org/x/tools 0.26.0 0.28.0
github.com/onsi/ginkgo/v2 2.21.0 2.22.0
github.com/onsi/gomega 1.35.1 1.36.1

Bumps the misc-dependencies group with 24 updates in the /tests/integration directory:

Package From To
github.com/fsnotify/fsnotify 1.7.0 1.8.0
github.com/gofrs/flock 0.8.1 0.12.1
github.com/prometheus/client_golang 1.19.1 1.20.5
golang.org/x/time 0.7.0 0.8.0
github.com/emicklei/go-restful/v3 3.11.3 3.12.1
github.com/go-openapi/jsonreference 0.20.4 0.21.0
github.com/google/gnostic-models 0.6.8 0.6.9
github.com/prometheus/common 0.55.0 0.61.0
go.opentelemetry.io/otel 1.28.0 1.33.0
golang.org/x/tools 0.26.0 0.28.0
cel.dev/expr 0.18.0 0.19.1
github.com/antlr4-go/antlr/v4 4.13.0 4.13.1
github.com/google/btree 1.0.1 1.1.3
github.com/google/cel-go 0.22.0 0.22.1
github.com/gorilla/websocket 1.5.0 1.5.3
github.com/grpc-ecosystem/grpc-gateway/v2 2.20.0 2.24.0
github.com/pquerna/cachecontrol 0.1.0 0.2.0
go.etcd.io/etcd/api/v3 3.5.16 3.5.17
go.etcd.io/etcd/client/pkg/v3 3.5.16 3.5.17
go.etcd.io/etcd/client/v3 3.5.16 3.5.17
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc 0.53.0 0.58.0
go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp 0.53.0 0.58.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace 1.28.0 1.33.0
go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc 1.27.0 1.33.0

Updates github.com/fsnotify/fsnotify from 1.7.0 to 1.8.0

Release notes

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

v1.8.0

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#619)

Changes and fixes

  • windows: fix behaviour of WatchList() to be consistent with other platforms (#610)

  • kqueue: ignore events with Ident=0 (#590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)

  • inotify: fix panic when calling Remove() in a goroutine (#650)

  • fen: allow watching subdirectories of watched directories (#621)

Changelog

Sourced from github.com/fsnotify/fsnotify's changelog.

1.8.0 2023-10-31

Additions

  • all: add FSNOTIFY_DEBUG to print debug logs to stderr (#619)

Changes and fixes

  • windows: fix behaviour of WatchList() to be consistent with other platforms (#610)

  • kqueue: ignore events with Ident=0 (#590)

  • kqueue: set O_CLOEXEC to prevent passing file descriptors to children (#617)

  • kqueue: emit events as "/path/dir/file" instead of "path/link/file" when watching a symlink (#625)

  • inotify: don't send event for IN_DELETE_SELF when also watching the parent (#620)

  • inotify: fix panic when calling Remove() in a goroutine (#650)

  • fen: allow watching subdirectories of watched directories (#621)

#590: fsnotify/fsnotify#590 #610: fsnotify/fsnotify#610 #617: fsnotify/fsnotify#617 #619: fsnotify/fsnotify#619 #620: fsnotify/fsnotify#620 #621: fsnotify/fsnotify#621 #625: fsnotify/fsnotify#625 #650: fsnotify/fsnotify#650

Commits

Updates github.com/gofrs/flock from 0.8.1 to 0.12.1

Release notes

Sourced from github.com/gofrs/flock's releases.

v0.12.1

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.12.0...v0.12.1

v0.12.0

What's Changed

Full Changelog: gofrs/flock@v0.11.0...v0.12.0

v0.11.0

What's Changed

Full Changelog: gofrs/flock@v0.10.0...v0.11.0

v0.10.0

What's Changed

New Contributors

Full Changelog: gofrs/flock@v0.9.0...v0.10.0

v0.9.0

What's Changed

New Contributors

... (truncated)

Commits
  • 9de625d fix: missing read-write flag in reopenFDOnError (#95)
  • ffdd9d4 chore: update github-action monthly
  • 384c6ff chore(deps): bump github/codeql-action from 3.25.12 to 3.25.13 in the all gro...
  • f691d55 chore(deps): bump github/codeql-action from 3.25.11 to 3.25.12 in the all gro...
  • 2962fb7 chore(deps): bump actions/upload-artifact from 4.3.3 to 4.3.4 in the all grou...
  • 7ff173f chore: factorize (#91)
  • 688d3b5 chore(deps): bump golang.org/x/sys from 0.21.0 to 0.22.0 in the all group (#90)
  • b26fb4d chore: change default branch
  • c08bb66 tests: add tests about directory support (#89)
  • 5169644 chore: use global issue templates
  • Additional commits viewable in compare view

Updates github.com/prometheus/client_golang from 1.19.1 to 1.20.5

Release notes

Sourced from github.com/prometheus/client_golang's releases.

v1.20.5 / 2024-10-15

We decided to revert the testutil change that made our util functions less error-prone, but created a lot of work for our downstream users. Apologies for the pain! This revert should not cause any major breaking change, even if you already did the work--unless you depend on the exact error message.

Going forward, we plan to reinforce our release testing strategy [1],[2] and deliver an enhanced testutil package/module with more flexible and safer APIs.

Thanks to @​dashpole @​dgrisonnet @​kakkoyun @​ArthurSens @​vesari @​logicalhan @​krajorama @​bwplotka who helped in this patch release! 🤗

Changelog

[BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input. #1645

v1.20.4

  • [BUGFIX] histograms: Fix a possible data race when appending exemplars vs metrics gather. #1623

v1.20.3

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608

v1.20.2

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596

v1.20.1

This release contains the critical fix for the issue. Thanks to @​geberl, @​CubicrootXYZ, @​zetaab and @​timofurrer for helping us with the investigation!

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on Linux machines. #1587

v1.20.0

Thanks everyone for contributions!

⚠️ In this release we remove one (broken anyway, given Go runtime changes) metric and add three new (representing GOGC, GOMEMLIMIT and GOMAXPROCS flags) to the default collectors.NewGoCollector() collector. Given its popular usage, expect your binary to expose two additional metric.

Changes

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #1568 #1578
  • [FEATURE] testutil: Add CollectAndFormat method. #1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
  • [FEATURE] process-collectors: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #1455
  • [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
  • [BUGFIX] testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424

... (truncated)

Changelog

Sourced from github.com/prometheus/client_golang's changelog.

1.20.5 / 2024-10-15

  • [BUGFIX] testutil: Reverted #1424; functions using compareMetricFamilies are (again) only failing if filtered metricNames are in the expected input.

1.20.4 / 2024-09-07

  • [BUGFIX] histograms: Fix possible data race when appending exemplars vs metrics gather. #1623

1.20.3 / 2024-09-05

  • [BUGFIX] histograms: Fix possible data race when appending exemplars. #1608

1.20.2 / 2024-08-23

  • [BUGFIX] promhttp: Unset Content-Encoding header when data is uncompressed. #1596

1.20.1 / 2024-08-20

  • [BUGFIX] process-collector: Fixed unregistered descriptor error when using process collector with PedanticRegistry on linux machines. #1587

1.20.0 / 2024-08-14

  • [CHANGE] ⚠️ go-collector: Remove go_memstat_lookups_total metric which was always 0; Go runtime stopped sharing pointer lookup statistics. #1577
  • [FEATURE] ⚠️ go-collector: Add 3 default metrics: go_gc_gogc_percent, go_gc_gomemlimit_bytes and go_sched_gomaxprocs_threads as those are recommended by the Go team. #1559
  • [FEATURE] go-collector: Add more information to all metrics' HELP e.g. the exact runtime/metrics sourcing each metric (if relevant). #1568 #1578
  • [FEATURE] testutil: Add CollectAndFormat method. #1503
  • [FEATURE] histograms: Add support for exemplars in native histograms. #1471
  • [FEATURE] promhttp: Add experimental support for zstd on scrape, controlled by the request Accept-Encoding header. #1496
  • [FEATURE] api/v1: Add WithLimit parameter to all API methods that supports it. #1544
  • [FEATURE] prometheus: Add support for created timestamps in constant histograms and constant summaries. #1537
  • [FEATURE] process-collector: Add network usage metrics: process_network_receive_bytes_total and process_network_transmit_bytes_total. #1555
  • [FEATURE] promlint: Add duplicated metric lint rule. #1472
  • [BUGFIX] promlint: Relax metric type in name linter rule. #1455
  • [BUGFIX] promhttp: Make sure server instrumentation wrapping supports new and future extra responseWriter methods. #1480
  • [BUGFIX] breaking testutil: Functions using compareMetricFamilies are now failing if filtered metricNames are not in the input. #1424 (reverted in 1.20.5)

1.19.0 / 2024-02-27

The module prometheus/common v0.48.0 introduced an incompatibility when used together with client_golang (See prometheus/client_golang#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

1.18.0 / 2023-12-22

  • [FEATURE] promlint: Allow creation of custom metric validations. #1311
  • [FEATURE] Go programs using client_golang can be built in wasip1 OS. #1350
  • [BUGFIX] histograms: Add timer to reset ASAP after bucket limiting has happened. #1367
  • [BUGFIX] testutil: Fix comparison of metrics with empty Help strings. #1378
  • [ENHANCEMENT] Improved performance of MetricVec.WithLabelValues(...). #1360

... (truncated)

Commits
  • 48e12a1 Merge pull request #1645 from prometheus/cut-1204-pr1424
  • 504ad9b Cut 1.20.5; update comments.
  • 584a7ce Revert "testutil compareMetricFamilies: make less error-prone (#1424)"
  • 05fcde9 Merge pull request #1623 from krajorama/data-race-in-histogram-write
  • 209f4c0 Add changelog
  • 1e398cc native histogram: Fix race between Write and addExemplar
  • ef2f87e Merge pull request #1620 from prometheus/arthursens/prepare-1.20.3
  • 937ac63 Add changelog entry for 1.20.3
  • 6e9914d Merge pull request #1608 from krajorama/index-out-of-range-native-histogram-e...
  • d6b8c89 Update comments with more explanations
  • Additional commits viewable in compare view

Updates github.com/spf13/viper from 1.18.2 to 1.19.0

Release notes

Sourced from github.com/spf13/viper's releases.

v1.19.0

What's Changed

Bug Fixes 🐛

Dependency Updates ⬆️

... (truncated)

Commits
  • b9733f0 build(deps): bump actions/checkout from 4.1.4 to 4.1.6
  • 6ecc5c8 build(deps): bump cachix/install-nix-action from 26 to 27
  • 248c6fd build(deps): bump github/codeql-action from 3.25.4 to 3.25.7
  • abea773 Update references to bketelsen/crypt
  • f17acb4 build(deps): bump golangci/golangci-lint-action from 4.0.0 to 6.0.1
  • 8e285a5 build(deps): bump github/codeql-action from 3.25.2 to 3.25.4
  • 4017620 build(deps): bump actions/setup-go from 5.0.0 to 5.0.1
  • b67e814 build(deps): bump github.com/pelletier/go-toml/v2 from 2.2.1 to 2.2.2
  • 4a182c7 build(deps): bump actions/dependency-review-action from 4.2.5 to 4.3.2
  • 45a0e12 build(deps): bump mheap/github-action-required-labels
  • Additional commits viewable in compare view

Updates golang.org/x/time from 0.7.0 to 0.8.0

Commits

Updates github.com/chzyer/readline from 0.0.0-20180603132655-2972be24d48e to 1.5.1

Release notes

Sourced from github.com/chzyer/readline's releases.

add go mod

No release notes provided.

v1.4

  • #60 Support dynamic autocompletion
  • Fix ANSI parser on Windows
  • Fix wrong column width in complete mode on Windows
  • Remove dependent package "golang.org/x/crypto/ssh/terminal"

v1.3

  • #38 add SetChildren for prefix completer interface
  • #42 improve multiple lines compatibility
  • #43 remove sub-package(runes) for gopkg compatiblity
  • #46 Auto complete with space prefixed line
  • #48 support suspend process (ctrl+Z)
  • #49 fix bug that check equals with previous command
  • #53 Fix bug which causes integer divide by zero panicking when input buffer is empty

v1.2

  • Add a demo for checking password strength example/readline-pass-strength, , written by @​sahib
  • #23, support stdin remapping
  • #27, add a UniqueEditLine to Config, which will erase the editing line after user submited it, usually use in IM.
  • Add a demo for multiline example/readline-multiline which can submit one SQL by multiple lines.
  • Supports performs even stdin/stdout is not a tty.
  • Add a new simple apis for single instance, check by here. It need to save history manually if using this api.
  • #28, fixes the history is not working as expected.
  • #33, vim mode now support c, d, x (delete character), r (replace character)

v1.1

  • #12 Add support for key <Delete>/<Home>/<End>
  • Only enter raw mode as needed (calling Readline()), program will receive signal(e.g. Ctrl+C) if not interact with readline.
  • Bugs fixed for PrefixCompleter
  • Press Ctrl+D in empty line will cause io.EOF in error, Press Ctrl+C in anytime will cause ErrInterrupt instead of io.EOF, this will privodes a shell-like user experience.
  • Customable Interrupt/EOF prompt in Config
  • #17 Change atomic package to use 32bit function to let it runnable on arm 32bit devices
  • Provides a new password user experience(readline.ReadPasswordEx()).

first release

First release for gopkg.in/readline.v1

Changelog

Sourced from github.com/chzyer/readline's changelog.

ChangeLog

1.4 - 2016-07-25

  • #60[60] Support dynamic autocompletion
  • Fix ANSI parser on Windows
  • Fix wrong column width in complete mode on Windows
  • Remove dependent package "golang.org/x/crypto/ssh/terminal"

1.3 - 2016-05-09

  • #38[38] add SetChildren for prefix completer interface
  • #42[42] improve multiple lines compatibility
  • #43[43] remove sub-package(runes) for gopkg compatibility
  • #46[46] Auto complete with space prefixed line
  • #48[48] support suspend process (ctrl+Z)
  • #49[49] fix bug that check equals with previous command
  • #53[53] Fix bug which causes integer divide by zero panicking when input buffer is empty

1.2 - 2016-03-05

  • Add a demo for checking password strength example/readline-pass-strength, , written by @​sahib
  • #2323, support stdin remapping
  • #2727, add a UniqueEditLine to Config, which will erase the editing line after user submited it, usually use in IM.
  • Add a demo for multiline example/readline-multiline which can submit one SQL by multiple lines.
  • Supports performs even stdin/stdout is not a tty.
  • Add a new simple apis for single instance, check by here. It need to save history manually if using this api.
  • #2828, fixes the history is not working as expected.
  • #3333, vim mode now support c, d, x (delete character), r (replace character)

1.1 - 2015-11-20

  • #1212 Add support for key <Delete>/<Home>/<End>
  • Only enter raw mode as needed (calling Readline()), program will receive signal(e.g. Ctrl+C) if not interact with readline.
  • Bugs fixed for PrefixCompleter
  • Press Ctrl+D in empty line will cause io.EOF in error, Press Ctrl+C in anytime will cause ErrInterrupt instead of io.EOF, this will privodes a shell-like user experience.
  • Customable Interrupt/EOF prompt in Config
  • #1717 Change atomic package to use 32bit function to let it runnable on arm 32bit devices
  • Provides a new password user experience(readline.ReadPasswordEx()).

1.0 - 2015-10-14

  • Initial public release.

... (truncated)

Commits

Updates github.com/emicklei/go-restful/v3 from 3.11.3 to 3.12.1

Changelog

Sourced from github.com/emicklei/go-restful/v3's changelog.

[v3.12.1] - 2024-05-28

  • fix misroute when dealing multiple webservice with regex (#549) (thanks Haitao Chen)

[v3.12.0] - 2024-03-11

  • add Flush method #529 (#538)
  • fix: Improper handling of empty POST requests (#543)
Commits

Updates github.com/go-openapi/jsonreference from 0.20.4 to 0.21.0

Commits
  • c5fa756 chore(go): go-openapi requires go.1.20 across the board
  • 12387f8 updated dependencies
  • 5aeffa5 fix(ci): remove dependency-type from dependabot groups
  • 95a16b7 Bump github.com/stretchr/testify from 1.8.4 to 1.9.0
  • 6a06213 Bump the development-dependencies group with 1 update
  • aad9db7 ci: remove paths-ignore
  • eef6c6a Bump the development-dependencies group with 1 update
  • 7c2c0ac chore(ci): prevents duplicate workflow runs
  • 19d90a5 ci: regroup & auto-approve all github actions updates
  • 6dced31 ci(dependencies): automate dependencies updates
  • Additional commits viewable in compare view

Updates github.com/google/gnostic-models from 0.6.8 to 0.6.9

Commits
  • 8182012 Merge pull request #12 from Jefftree/protobuf-bump
  • bea6589 recompile protobuf
  • 7a87dbb bump dependencies
  • 1a23962 Merge pull request #13 from Jefftree/add-protobuf-compilation-script
  • 111f194 Add protobuf compilation script
  • fd6fd48 Merge pull request #6 from Jefftree/Jefftree-patch-1-2
  • 9459ad1 Create Makefile
  • c7be7c7 Merge pull request #5 from pkwarren/pkw/add-annotations-proto
  • f1b8172 Merge pull request #2 from Jefftree/gh-actions
  • 2063bfc Merge pull request #1 from Jefftree/protobuf-deprecate
  • Additional commits viewable in compare view

Updates github.com/magiconair/properties from 1.8.7 to 1.8.9

Release notes

Sourced from github.com/magiconair/properties's releases.

v1.8.9

What's Changed

New Contributors

Full Changelog: magiconair/properties@v1.8.8...v1.8.9

v1.8.8

What's Changed

  • migrate from deprecated ioutil dependency by

Bumps the misc-dependencies group with 16 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.8.1` | `0.12.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.5` |
| [github.com/spf13/viper](https://github.com/spf13/viper) | `1.18.2` | `1.19.0` |
| [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` |
| [github.com/chzyer/readline](https://github.com/chzyer/readline) | `0.0.0-20180603132655-2972be24d48e` | `1.5.1` |
| [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.3` | `3.12.1` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.4` | `0.21.0` |
| [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.6.8` | `0.6.9` |
| [github.com/magiconair/properties](https://github.com/magiconair/properties) | `1.8.7` | `1.8.9` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.55.0` | `0.61.0` |
| [github.com/sagikazarmark/locafero](https://github.com/sagikazarmark/locafero) | `0.4.0` | `0.6.0` |
| [github.com/spf13/cast](https://github.com/spf13/cast) | `1.6.0` | `1.7.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.33.0` |
| [golang.org/x/mod](https://github.com/golang/mod) | `0.21.0` | `0.22.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.26.0` | `0.28.0` |

Bumps the misc-dependencies group with 10 updates in the /tests/e2e directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.5` |
| [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` |
| [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.3` | `3.12.1` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.4` | `0.21.0` |
| [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.6.8` | `0.6.9` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.55.0` | `0.61.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.33.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.26.0` | `0.28.0` |
| [github.com/onsi/ginkgo/v2](https://github.com/onsi/ginkgo) | `2.21.0` | `2.22.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.35.1` | `1.36.1` |

Bumps the misc-dependencies group with 24 updates in the /tests/integration directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/fsnotify/fsnotify](https://github.com/fsnotify/fsnotify) | `1.7.0` | `1.8.0` |
| [github.com/gofrs/flock](https://github.com/gofrs/flock) | `0.8.1` | `0.12.1` |
| [github.com/prometheus/client_golang](https://github.com/prometheus/client_golang) | `1.19.1` | `1.20.5` |
| [golang.org/x/time](https://github.com/golang/time) | `0.7.0` | `0.8.0` |
| [github.com/emicklei/go-restful/v3](https://github.com/emicklei/go-restful) | `3.11.3` | `3.12.1` |
| [github.com/go-openapi/jsonreference](https://github.com/go-openapi/jsonreference) | `0.20.4` | `0.21.0` |
| [github.com/google/gnostic-models](https://github.com/google/gnostic-models) | `0.6.8` | `0.6.9` |
| [github.com/prometheus/common](https://github.com/prometheus/common) | `0.55.0` | `0.61.0` |
| [go.opentelemetry.io/otel](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.33.0` |
| [golang.org/x/tools](https://github.com/golang/tools) | `0.26.0` | `0.28.0` |
| [cel.dev/expr](https://github.com/google/cel-spec) | `0.18.0` | `0.19.1` |
| [github.com/antlr4-go/antlr/v4](https://github.com/antlr4-go/antlr) | `4.13.0` | `4.13.1` |
| [github.com/google/btree](https://github.com/google/btree) | `1.0.1` | `1.1.3` |
| [github.com/google/cel-go](https://github.com/google/cel-go) | `0.22.0` | `0.22.1` |
| [github.com/gorilla/websocket](https://github.com/gorilla/websocket) | `1.5.0` | `1.5.3` |
| [github.com/grpc-ecosystem/grpc-gateway/v2](https://github.com/grpc-ecosystem/grpc-gateway) | `2.20.0` | `2.24.0` |
| [github.com/pquerna/cachecontrol](https://github.com/pquerna/cachecontrol) | `0.1.0` | `0.2.0` |
| [go.etcd.io/etcd/api/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [go.etcd.io/etcd/client/pkg/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [go.etcd.io/etcd/client/v3](https://github.com/etcd-io/etcd) | `3.5.16` | `3.5.17` |
| [go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.53.0` | `0.58.0` |
| [go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp](https://github.com/open-telemetry/opentelemetry-go-contrib) | `0.53.0` | `0.58.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace](https://github.com/open-telemetry/opentelemetry-go) | `1.28.0` | `1.33.0` |
| [go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc](https://github.com/open-telemetry/opentelemetry-go) | `1.27.0` | `1.33.0` |



Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0)

Updates `github.com/gofrs/flock` from 0.8.1 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.8.1...v0.12.1)

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.1...v1.20.5)

Updates `github.com/spf13/viper` from 1.18.2 to 1.19.0
- [Release notes](https://github.com/spf13/viper/releases)
- [Commits](spf13/viper@v1.18.2...v1.19.0)

Updates `golang.org/x/time` from 0.7.0 to 0.8.0
- [Commits](golang/time@v0.7.0...v0.8.0)

Updates `github.com/chzyer/readline` from 0.0.0-20180603132655-2972be24d48e to 1.5.1
- [Release notes](https://github.com/chzyer/readline/releases)
- [Changelog](https://github.com/chzyer/readline/blob/master/CHANGELOG.md)
- [Commits](https://github.com/chzyer/readline/commits/v1.5.1)

Updates `github.com/emicklei/go-restful/v3` from 3.11.3 to 3.12.1
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](emicklei/go-restful@v3.11.3...v3.12.1)

Updates `github.com/go-openapi/jsonreference` from 0.20.4 to 0.21.0
- [Commits](go-openapi/jsonreference@v0.20.4...v0.21.0)

Updates `github.com/google/gnostic-models` from 0.6.8 to 0.6.9
- [Commits](google/gnostic-models@v0.6.8...v0.6.9)

Updates `github.com/magiconair/properties` from 1.8.7 to 1.8.9
- [Release notes](https://github.com/magiconair/properties/releases)
- [Commits](magiconair/properties@v1.8.7...v1.8.9)

Updates `github.com/pelletier/go-toml/v2` from 2.2.1 to 2.2.2
- [Release notes](https://github.com/pelletier/go-toml/releases)
- [Changelog](https://github.com/pelletier/go-toml/blob/v2/.goreleaser.yaml)
- [Commits](pelletier/go-toml@v2.2.1...v2.2.2)

Updates `github.com/prometheus/common` from 0.55.0 to 0.61.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.55.0...v0.61.0)

Updates `github.com/sagikazarmark/locafero` from 0.4.0 to 0.6.0
- [Commits](sagikazarmark/locafero@v0.4.0...v0.6.0)

Updates `github.com/spf13/cast` from 1.6.0 to 1.7.0
- [Release notes](https://github.com/spf13/cast/releases)
- [Commits](spf13/cast@v1.6.0...v1.7.0)

Updates `go.opentelemetry.io/otel` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `go.opentelemetry.io/otel/trace` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `golang.org/x/mod` from 0.21.0 to 0.22.0
- [Commits](golang/mod@v0.21.0...v0.22.0)

Updates `golang.org/x/net` from 0.30.0 to 0.32.0
- [Commits](golang/net@v0.30.0...v0.32.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.10.0
- [Commits](golang/sync@v0.8.0...v0.10.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.28.0
- [Commits](golang/sys@v0.26.0...v0.28.0)

Updates `golang.org/x/term` from 0.25.0 to 0.27.0
- [Commits](golang/term@v0.25.0...v0.27.0)

Updates `golang.org/x/text` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.21.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.28.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.28.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.1...v1.20.5)

Updates `golang.org/x/time` from 0.7.0 to 0.8.0
- [Commits](golang/time@v0.7.0...v0.8.0)

Updates `github.com/emicklei/go-restful/v3` from 3.11.3 to 3.12.1
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](emicklei/go-restful@v3.11.3...v3.12.1)

Updates `github.com/go-openapi/jsonreference` from 0.20.4 to 0.21.0
- [Commits](go-openapi/jsonreference@v0.20.4...v0.21.0)

Updates `github.com/google/gnostic-models` from 0.6.8 to 0.6.9
- [Commits](google/gnostic-models@v0.6.8...v0.6.9)

Updates `github.com/prometheus/common` from 0.55.0 to 0.61.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.55.0...v0.61.0)

Updates `go.opentelemetry.io/otel` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `go.opentelemetry.io/otel/trace` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `golang.org/x/net` from 0.30.0 to 0.32.0
- [Commits](golang/net@v0.30.0...v0.32.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.28.0
- [Commits](golang/sys@v0.26.0...v0.28.0)

Updates `golang.org/x/term` from 0.25.0 to 0.27.0
- [Commits](golang/term@v0.25.0...v0.27.0)

Updates `golang.org/x/text` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.21.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.28.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.28.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

Updates `github.com/onsi/ginkgo/v2` from 2.21.0 to 2.22.0
- [Release notes](https://github.com/onsi/ginkgo/releases)
- [Changelog](https://github.com/onsi/ginkgo/blob/master/CHANGELOG.md)
- [Commits](onsi/ginkgo@v2.21.0...v2.22.0)

Updates `github.com/onsi/gomega` from 1.35.1 to 1.36.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.35.1...v1.36.1)

Updates `github.com/fsnotify/fsnotify` from 1.7.0 to 1.8.0
- [Release notes](https://github.com/fsnotify/fsnotify/releases)
- [Changelog](https://github.com/fsnotify/fsnotify/blob/main/CHANGELOG.md)
- [Commits](fsnotify/fsnotify@v1.7.0...v1.8.0)

Updates `github.com/gofrs/flock` from 0.8.1 to 0.12.1
- [Release notes](https://github.com/gofrs/flock/releases)
- [Commits](gofrs/flock@v0.8.1...v0.12.1)

Updates `github.com/prometheus/client_golang` from 1.19.1 to 1.20.5
- [Release notes](https://github.com/prometheus/client_golang/releases)
- [Changelog](https://github.com/prometheus/client_golang/blob/main/CHANGELOG.md)
- [Commits](prometheus/client_golang@v1.19.1...v1.20.5)

Updates `golang.org/x/time` from 0.7.0 to 0.8.0
- [Commits](golang/time@v0.7.0...v0.8.0)

Updates `github.com/emicklei/go-restful/v3` from 3.11.3 to 3.12.1
- [Release notes](https://github.com/emicklei/go-restful/releases)
- [Changelog](https://github.com/emicklei/go-restful/blob/v3/CHANGES.md)
- [Commits](emicklei/go-restful@v3.11.3...v3.12.1)

Updates `github.com/go-openapi/jsonreference` from 0.20.4 to 0.21.0
- [Commits](go-openapi/jsonreference@v0.20.4...v0.21.0)

Updates `github.com/google/gnostic-models` from 0.6.8 to 0.6.9
- [Commits](google/gnostic-models@v0.6.8...v0.6.9)

Updates `github.com/prometheus/common` from 0.55.0 to 0.61.0
- [Release notes](https://github.com/prometheus/common/releases)
- [Changelog](https://github.com/prometheus/common/blob/main/RELEASE.md)
- [Commits](prometheus/common@v0.55.0...v0.61.0)

Updates `go.opentelemetry.io/otel` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `go.opentelemetry.io/otel/trace` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `golang.org/x/net` from 0.30.0 to 0.32.0
- [Commits](golang/net@v0.30.0...v0.32.0)

Updates `golang.org/x/oauth2` from 0.23.0 to 0.24.0
- [Commits](golang/oauth2@v0.23.0...v0.24.0)

Updates `golang.org/x/sync` from 0.8.0 to 0.10.0
- [Commits](golang/sync@v0.8.0...v0.10.0)

Updates `golang.org/x/sys` from 0.26.0 to 0.28.0
- [Commits](golang/sys@v0.26.0...v0.28.0)

Updates `golang.org/x/term` from 0.25.0 to 0.27.0
- [Commits](golang/term@v0.25.0...v0.27.0)

Updates `golang.org/x/text` from 0.19.0 to 0.21.0
- [Release notes](https://github.com/golang/text/releases)
- [Commits](golang/text@v0.19.0...v0.21.0)

Updates `golang.org/x/tools` from 0.26.0 to 0.28.0
- [Release notes](https://github.com/golang/tools/releases)
- [Commits](golang/tools@v0.26.0...v0.28.0)

Updates `google.golang.org/protobuf` from 1.35.1 to 1.35.2

Updates `cel.dev/expr` from 0.18.0 to 0.19.1
- [Release notes](https://github.com/google/cel-spec/releases)
- [Commits](google/cel-spec@v0.18.0...v0.19.1)

Updates `github.com/antlr4-go/antlr/v4` from 4.13.0 to 4.13.1
- [Release notes](https://github.com/antlr4-go/antlr/releases)
- [Commits](antlr4-go/antlr@v4.13.0...v4.13.1)

Updates `github.com/google/btree` from 1.0.1 to 1.1.3
- [Commits](google/btree@v1.0.1...v1.1.3)

Updates `github.com/google/cel-go` from 0.22.0 to 0.22.1
- [Release notes](https://github.com/google/cel-go/releases)
- [Commits](google/cel-go@v0.22.0...v0.22.1)

Updates `github.com/gorilla/websocket` from 1.5.0 to 1.5.3
- [Release notes](https://github.com/gorilla/websocket/releases)
- [Commits](gorilla/websocket@v1.5.0...v1.5.3)

Updates `github.com/grpc-ecosystem/grpc-gateway/v2` from 2.20.0 to 2.24.0
- [Release notes](https://github.com/grpc-ecosystem/grpc-gateway/releases)
- [Changelog](https://github.com/grpc-ecosystem/grpc-gateway/blob/main/.goreleaser.yml)
- [Commits](grpc-ecosystem/grpc-gateway@v2.20.0...v2.24.0)

Updates `github.com/pquerna/cachecontrol` from 0.1.0 to 0.2.0
- [Release notes](https://github.com/pquerna/cachecontrol/releases)
- [Commits](pquerna/cachecontrol@v0.1.0...v0.2.0)

Updates `go.etcd.io/etcd/api/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `go.etcd.io/etcd/client/pkg/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `go.etcd.io/etcd/client/v3` from 3.5.16 to 3.5.17
- [Release notes](https://github.com/etcd-io/etcd/releases)
- [Commits](etcd-io/etcd@v3.5.16...v3.5.17)

Updates `go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc` from 0.53.0 to 0.58.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.53.0...zpages/v0.58.0)

Updates `go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp` from 0.53.0 to 0.58.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go-contrib/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go-contrib/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go-contrib@zpages/v0.53.0...zpages/v0.58.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc` from 1.27.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.27.0...v1.33.0)

Updates `go.opentelemetry.io/otel/metric` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `go.opentelemetry.io/otel/sdk` from 1.28.0 to 1.33.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-go/releases)
- [Changelog](https://github.com/open-telemetry/opentelemetry-go/blob/main/CHANGELOG.md)
- [Commits](open-telemetry/opentelemetry-go@v1.28.0...v1.33.0)

Updates `go.opentelemetry.io/proto/otlp` from 1.3.1 to 1.4.0
- [Release notes](https://github.com/open-telemetry/opentelemetry-proto-go/releases)
- [Commits](open-telemetry/opentelemetry-proto-go@v1.3.1...v1.4.0)

Updates `golang.org/x/crypto` from 0.28.0 to 0.30.0
- [Commits](golang/crypto@v0.28.0...v0.30.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240826202546-f6391c0de4c7 to 0.0.0-20241209162323-e6fa225c2576
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240826202546-f6391c0de4c7 to 0.0.0-20241209162323-e6fa225c2576
- [Commits](https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/grpc` from 1.65.0 to 1.68.1
- [Release notes](https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.65.0...v1.68.1)

---
updated-dependencies:
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/gofrs/flock
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/time
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/chzyer/readline
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: misc-dependencies
- dependency-name: github.com/emicklei/go-restful/v3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/google/gnostic-models
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/magiconair/properties
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/pelletier/go-toml/v2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/sagikazarmark/locafero
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/spf13/cast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/mod
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/sync
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/term
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/time
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/emicklei/go-restful/v3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/google/gnostic-models
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/term
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/onsi/ginkgo/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/gofrs/flock
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/prometheus/client_golang
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/time
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/emicklei/go-restful/v3
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/go-openapi/jsonreference
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/google/gnostic-models
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/prometheus/common
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/trace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/net
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/oauth2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/sync
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/sys
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/term
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/text
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/tools
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/protobuf
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: cel.dev/expr
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/antlr4-go/antlr/v4
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/google/btree
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/google/cel-go
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/gorilla/websocket
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: github.com/grpc-ecosystem/grpc-gateway/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: github.com/pquerna/cachecontrol
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/metric
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/otel/sdk
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: go.opentelemetry.io/proto/otlp
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: golang.org/x/crypto
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: misc-dependencies
- dependency-name: google.golang.org/grpc
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: misc-dependencies
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added area/dependency Issues or PRs related to dependency changes ok-to-test Indicates a non-member PR verified by an org member that is safe to test. labels Dec 14, 2024
@k8s-ci-robot
Copy link
Contributor

[APPROVALNOTIFIER] This PR is NOT APPROVED

This pull-request has been approved by: dependabot[bot]
Once this PR has been reviewed and has the lgtm label, please assign jyotimahapatra for approval. For more information see the Kubernetes Code Review Process.

The full list of commands accepted by this bot can be found here.

Needs approval from an approver in each of these files:

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@k8s-ci-robot k8s-ci-robot added the cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. label Dec 14, 2024
@k8s-ci-robot
Copy link
Contributor

Hi @dependabot[bot]. Thanks for your PR.

I'm waiting for a kubernetes-sigs member to verify that this patch is reasonable to test. If it is, they should reply with /ok-to-test on its own line. Until that is done, I will not automatically test new commits in this PR, but the usual testing commands by org members will still work. Regular contributors should join the org to skip this step.

Once the patch is verified, the new status will be reflected by the ok-to-test label.

I understand the commands that are listed here.

Instructions for interacting with me using PR comments are available here. If you have questions or suggestions related to my behavior, please file an issue against the kubernetes-sigs/prow repository.

@k8s-ci-robot k8s-ci-robot added the size/XL Denotes a PR that changes 500-999 lines, ignoring generated files. label Dec 14, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

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

@dependabot dependabot bot closed this Dec 16, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/misc-dependencies-fadbcaf5d5 branch December 16, 2024 15:19
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/dependency Issues or PRs related to dependency changes cncf-cla: yes Indicates the PR's author has signed the CNCF CLA. ok-to-test Indicates a non-member PR verified by an org member that is safe to test. size/XL Denotes a PR that changes 500-999 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant