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 golang group across 1 directory with 36 updates #386

Merged
merged 3 commits into from
Dec 18, 2024

Conversation

dependabot[bot]
Copy link
Contributor

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

Bumps the golang group with 15 updates in the / directory:

Package From To
github.com/cucumber/godog 0.12.6 0.15.0
github.com/fsnotify/fsnotify 1.4.9 1.8.0
github.com/gorilla/mux 1.7.3 1.8.1
github.com/spf13/viper 1.7.1 1.19.0
github.com/stretchr/testify 1.9.0 1.10.0
github.com/vmware/govmomi 0.29.0 0.46.3
golang.org/x/net 0.28.0 0.32.0
google.golang.org/grpc 1.67.1 1.69.0
k8s.io/client-go 0.20.0 0.32.0
github.com/godbus/dbus/v5 5.0.4 5.1.0
github.com/hashicorp/golang-lru 0.5.4 1.0.2
github.com/jinzhu/copier 0.2.4 0.4.0
go.etcd.io/etcd/api/v3 3.5.14 3.5.17
go.etcd.io/etcd/client/pkg/v3 3.5.14 3.5.17
go.etcd.io/etcd/client/v3 3.5.14 3.5.17

Updates github.com/cucumber/godog from 0.12.6 to 0.15.0

Release notes

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

v0.15.0

What's Changed

New Contributors

Full Changelog: cucumber/godog@v0.14.1...v0.1.15

gorelease report:

# github.com/cucumber/godog
## incompatible changes
NewBaseFmt: changed from func(string, io.Writer) *github.com/cucumber/godog/internal/formatters.Base to func(string, io.WriteCloser) *github.com/cucumber/godog/internal/formatters.Base
NewCukeFmt: changed from func(string, io.Writer) *github.com/cucumber/godog/internal/formatters.Cuke to func(string, io.WriteCloser) *github.com/cucumber/godog/internal/formatters.Cuke
NewEventsFmt: changed from func(string, io.Writer) *github.com/cucumber/godog/internal/formatters.Events to func(string, io.WriteCloser) *github.com/cucumber/godog/internal/formatters.Events
NewJUnitFmt: changed from func(string, io.Writer) *github.com/cucumber/godog/internal/formatters.JUnit to func(string, io.WriteCloser) *github.com/cucumber/godog/internal/formatters.JUnit
NewPrettyFmt: changed from func(string, io.Writer) *github.com/cucumber/godog/internal/formatters.Pretty to func(string, io.WriteCloser) *github.com/cucumber/godog/internal/formatters.Pretty
NewProgressFmt: changed from func(string, io.Writer) *github.com/cucumber/godog/internal/formatters.Progress to func(string, io.WriteCloser) *github.com/cucumber/godog/internal/formatters.Progress
## compatible changes
Attach: added
Attachment: added
Attachments: added
ErrAmbiguous: added
ExitFailure: added
ExitOptionError: added
ExitSuccess: added
NopCloser: added
RunResult: added
StepAmbiguous: added
TestSuite.RunWithResult: added

github.com/cucumber/godog/colors

incompatible changes

Colored: changed from func(io.Writer) io.Writer to func(io.WriteCloser) io.WriteCloser Uncolored: changed from func(io.Writer) io.Writer to func(io.WriteCloser) io.WriteCloser </tr></table>

... (truncated)

Changelog

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

[v0.15.0]

Added

  • Improved the type checking of step return types and improved the error messages - (647 - johnlon)
  • Ambiguous step definitions will now be detected when strict mode is activated - (636/(648 - johnlon)
  • Provide support for attachments / embeddings including a new example in the examples dir - (623 - johnlon)

Changed

  • Formatters now have a Close method and associated io.Writer changed to io.WriteCloser.

[v0.14.1]

Added

  • Provide testing.T-compatible interface on test context, allowing usage of assertion libraries such as testify's assert/require - (571 - mrsheepuk)
  • Created releasing guidelines - (608 - glibas)

Fixed

[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

[v0.13.0]

Added

Fixed

  • Improve hooks invocation flow (568 - vearutop)
  • Result of testing.T respect strict option (539 - eiel)

Changed

  • BREAKING CHANGE, upgraded cucumber and messages dependencies = (515 - otrava7)
Commits
  • dc6950b Update CHANGELOG.md
  • ecd2dfe Ambiguous step detection - add support to all formatters (#648)
  • 223efc3 Fix some type checks on the signatures of nested step handlers (#647)
  • 8edde7f Bugfix afterscenario attachments (#646)
  • 1e7c45e Minor doc and comment corrections (#644)
  • 6e4f452 Replace more slack with discord
  • 9b51734 Replace slack with discord
  • 901da7f fixed a bug where the attachments are extracted from the context too early, t...
  • bcf6bce ambiguous step def detection akin to cucumber jvm (#636)
  • 3abb346 provisional: Attachments now uses base64 padding not raw mode (#629)
  • Additional commits viewable in compare view

Updates github.com/fsnotify/fsnotify from 1.4.9 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)

v1.7.0

This version of fsnotify needs Go 1.17.

Additions

  • illumos: add FEN backend to support illumos and Solaris. (#371)

  • all: add NewBufferedWatcher() to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. (#550, #572)

  • all: add AddWith(), which is identical to Add() but allows passing options. (#521)

  • windows: allow setting the ReadDirectoryChangesW() buffer size with fsnotify.WithBufferSize(); the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a highest buffer is needed. (#521)

Changes and fixes

  • inotify: remove watcher if a watched path is renamed (#518)

    After a rename the reported name wasn't updated, or even an empty string. Inotify doesn't provide any good facilities to update it, so just remove the watcher. This is already how it worked on kqueue and FEN.

    On Windows this does work, and remains working.

  • windows: don't listen for file attribute changes (#520)

    File attribute changes are sent as FILE_ACTION_MODIFIED by the Windows API, with no way to see if they're a file write or attribute change, so would show up as a fsnotify.Write event. This is never useful, and could result in many spurious Write events.

  • windows: return ErrEventOverflow if the buffer is full (#525)

    Before it would merely return "short read", making it hard to detect this error.

... (truncated)

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

1.7.0 - 2023-10-22

This version of fsnotify needs Go 1.17.

Additions

  • illumos: add FEN backend to support illumos and Solaris. (#371)

  • all: add NewBufferedWatcher() to use a buffered channel, which can be useful in cases where you can't control the kernel buffer and receive a large number of events in bursts. (#550, #572)

  • all: add AddWith(), which is identical to Add() but allows passing options. (#521)

  • windows: allow setting the ReadDirectoryChangesW() buffer size with fsnotify.WithBufferSize(); the default of 64K is the highest value that works on all platforms and is enough for most purposes, but in some cases a

... (truncated)

Commits

Updates github.com/gorilla/mux from 1.7.3 to 1.8.1

Release notes

Sourced from github.com/gorilla/mux's releases.

Release v1.8.1

What's Changed

New Contributors

Full Changelog: gorilla/mux@v1.8.0...v1.8.1

v1.8.0 ☀️

v1.8.0 addresses a minor regression with the variable extraction when using a wildcard host match. Specifying .Host(“foo.example.com:{port:.*}) will now correctly capture the port into mux.Vars.

CHANGELOG

... (truncated)

Commits

Updates github.com/spf13/viper from 1.7.1 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 github.com/stretchr/testify from 1.9.0 to 1.10.0

Release notes

Sourced from github.com/stretchr/testify's releases.

v1.10.0

What's Changed

Functional Changes

Fixes

Documantation, Build & CI

New Contributors

... (truncated)

Commits
  • 89cbdd9 Merge pull request #1626 from arjun-1/fix-functional-options-diff-indirect-calls
  • 07bac60 Merge pull request #1667 from sikehish/flaky
  • 716de8d Increase timeouts in Test_Mock_Called_blocks to reduce flakiness in CI
  • 118fb83 NotSame should fail if args are not pointers #1661 (#1664)
  • 7d99b2b attempt 2
  • 05f87c0 more similar
  • ea7129e better fmt
  • a1b9c9e Merge pull request #1663 from ybrustin/master
  • 8302de9 Merge branch 'master' into master
  • 89352f7 Merge pull request #1518 from hendrywiranto/adjust-readme-remove-v2
  • Additional commits viewable in compare view

Updates github.com/vmware/govmomi from 0.29.0 to 0.46.3

Release notes

Sourced from github.com/vmware/govmomi's releases.

v0.46.3

Release v0.46.3

Release Date: 2024-12-12

🐞 Fix

  • [0ef1c709] toolbox: add freebsd stub for fileExtendedInfoFormat (#3620)
  • [675534ae] vcsim: swap order of xsi type attribute (#2114)
  • [1481d917] assert Entity interface in mo.Value()
  • [3f5f8873] Property Collector updates should be triggered on the empty FilterSet (#3631)

💫 govc (CLI)

  • [211be901] remove minimum API version check (#3643)

💫 vcsim (Simulator)

  • [7bde166d] fix object.save when run directly against ESX
  • [4aae3caf] LicenseManager enhancements
  • [9ec310ac] add UpdateAssignedLicense method

🧹 Chore

  • [e5dcb5f7] Update version.go for v0.46.3

⚠️ BREAKING

📖 Commits

  • [e5dcb5f7] chore: Update version.go for v0.46.3
  • [0ef1c709] fix: toolbox: add freebsd stub for fileExtendedInfoFormat (#3620)
  • [7bde166d] vcsim: fix object.save when run directly against ESX
  • [4aae3caf] vcsim: LicenseManager enhancements
  • [675534ae] fix: vcsim: swap order of xsi type attribute (#2114)
  • [211be901] govc: remove minimum API version check (#3643)
  • [9ec310ac] vcsim: add UpdateAssignedLicense method
  • [1481d917] fix: assert Entity interface in mo.Value()
  • [3f5f8873] fix: Property Collector updates should be triggered on the empty FilterSet (#3631)

v0.46.2

Release v0.46.2

Release Date: 2024-11-20

🐞 Fix

... (truncated)

Changelog

Sourced from github.com/vmware/govmomi's changelog.

Release v0.43.0

Release Date: 2024-09-10

🐞 Fix

  • [97aa7214] vcsim: avoid possible race when encoding PropertyCollector response
  • [ad2d3573] use complete InventoryPath in Datacenter.Folders

💫 API Changes

  • [476704a3] Fault helpers
  • [caad54aa] add VirtualMachine.AddDeviceWithProfile method
  • [a316da5c] VirtualMachine.AttachDisk unitNumber param is optional
  • [8491321a] ToString for vim types
  • [64610213] add namespace.RegisterVM binding
  • [e602029e] Fix panic when encoding nil iface ptrs to JSON

💫 govc (CLI)

  • [8fd86912] add disk.create '-profile' flag
  • [ea3cf257] add vm.disk.create '-profile' flag
  • [e73c34fa] add vm.disk.attach '-profile' flag
  • [06dcf31a] Add '-size' flag to datastore.create
  • [23390c23] add namespace.registervm command
  • [1892eecd] Support thick/eager disk opts on vm.create

💫 vcsim (Simulator)

  • [8421b678] Support PlaceVm with relocate placement type
  • [9234233e] Support PlaceVm with reconfigure placement type
  • [f06d0834] add VirtualMachine AttachDisk and DetachDisk methods
  • [35dc193f] Support VM crypto spec in vC Sim
  • [0517b87e] add namespace/registervm implementation

🧹 Chore

  • [b17abb20] Update version.go for v0.43.0
  • [93da4a20] sync generated govc/USAGE.md
  • [51105db8] govc: add common StorageProfileFlag

⚠️ BREAKING

VirtualMachine.AttachDisk unitNumber param is optional [a316da5c]: switching from int32 to *int32, otherwise the client must choose a valid unitNumber. vCenter will choose a unitNumber when not provided.

📖 Commits

... (truncated)

Commits
  • e5dcb5f chore: Update version.go for v0.46.3
  • 0ef1c70 fix: toolbox: add freebsd stub for fileExtendedInfoFormat
  • 7bde166 vcsim: fix object.save when run directly against ESX
  • 4aae3ca vcsim: LicenseManager enhancements
  • 675534a fix: vcsim: swap order of xsi type attribute
  • 211be90 govc: remove minimum API version check
  • 9ec310a vcsim: add UpdateAssignedLicense method
  • 1481d91 fix: assert Entity interface in mo.Value()
  • 3f5f887 fix: Property Collector updates should be triggered on the empty FilterSet
  • Description has been truncated

@dependabot dependabot bot added the dependencies Pull requests that update a dependency file label Dec 13, 2024
@dependabot dependabot bot requested a review from bpjain2004 as a code owner December 13, 2024 18:59
@dependabot dependabot bot added the go Pull requests that update Go code label Dec 13, 2024
@dependabot dependabot bot requested review from donatwork and tdawe as code owners December 13, 2024 18:59
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang-e2a2b89da2 branch from 283bca1 to 30c06f0 Compare December 13, 2024 19:24
@dependabot dependabot bot requested a review from jooseppi-luna as a code owner December 13, 2024 19:24
@donatwork
Copy link
Contributor

@dependabot rebase

Copy link
Contributor Author

dependabot bot commented on behalf of github Dec 16, 2024

Looks like this PR is already up-to-date with main! If you'd still like to recreate it from scratch, overwriting any edits, you can request @dependabot recreate.

Bumps the golang group with 15 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/cucumber/godog](/~https://github.com/cucumber/godog) | `0.12.6` | `0.15.0` |
| [github.com/fsnotify/fsnotify](/~https://github.com/fsnotify/fsnotify) | `1.4.9` | `1.8.0` |
| [github.com/gorilla/mux](/~https://github.com/gorilla/mux) | `1.7.3` | `1.8.1` |
| [github.com/spf13/viper](/~https://github.com/spf13/viper) | `1.7.1` | `1.19.0` |
| [github.com/stretchr/testify](/~https://github.com/stretchr/testify) | `1.9.0` | `1.10.0` |
| [github.com/vmware/govmomi](/~https://github.com/vmware/govmomi) | `0.29.0` | `0.46.3` |
| [golang.org/x/net](/~https://github.com/golang/net) | `0.28.0` | `0.32.0` |
| [google.golang.org/grpc](/~https://github.com/grpc/grpc-go) | `1.67.1` | `1.69.0` |
| [k8s.io/client-go](/~https://github.com/kubernetes/client-go) | `0.20.0` | `0.32.0` |
| [github.com/godbus/dbus/v5](/~https://github.com/godbus/dbus) | `5.0.4` | `5.1.0` |
| [github.com/hashicorp/golang-lru](/~https://github.com/hashicorp/golang-lru) | `0.5.4` | `1.0.2` |
| [github.com/jinzhu/copier](/~https://github.com/jinzhu/copier) | `0.2.4` | `0.4.0` |
| [go.etcd.io/etcd/api/v3](/~https://github.com/etcd-io/etcd) | `3.5.14` | `3.5.17` |
| [go.etcd.io/etcd/client/pkg/v3](/~https://github.com/etcd-io/etcd) | `3.5.14` | `3.5.17` |
| [go.etcd.io/etcd/client/v3](/~https://github.com/etcd-io/etcd) | `3.5.14` | `3.5.17` |



Updates `github.com/cucumber/godog` from 0.12.6 to 0.15.0
- [Release notes](/~https://github.com/cucumber/godog/releases)
- [Changelog](/~https://github.com/cucumber/godog/blob/main/CHANGELOG.md)
- [Commits](cucumber/godog@v0.12.6...v0.15.0)

Updates `github.com/fsnotify/fsnotify` from 1.4.9 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.4.9...v1.8.0)

Updates `github.com/gorilla/mux` from 1.7.3 to 1.8.1
- [Release notes](/~https://github.com/gorilla/mux/releases)
- [Commits](gorilla/mux@v1.7.3...v1.8.1)

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

Updates `github.com/stretchr/testify` from 1.9.0 to 1.10.0
- [Release notes](/~https://github.com/stretchr/testify/releases)
- [Commits](stretchr/testify@v1.9.0...v1.10.0)

Updates `github.com/vmware/govmomi` from 0.29.0 to 0.46.3
- [Release notes](/~https://github.com/vmware/govmomi/releases)
- [Changelog](/~https://github.com/vmware/govmomi/blob/main/CHANGELOG.md)
- [Commits](vmware/govmomi@v0.29.0...v0.46.3)

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

Updates `google.golang.org/grpc` from 1.67.1 to 1.69.0
- [Release notes](/~https://github.com/grpc/grpc-go/releases)
- [Commits](grpc/grpc-go@v1.67.1...v1.69.0)

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

Updates `k8s.io/client-go` from 0.20.0 to 0.32.0
- [Changelog](/~https://github.com/kubernetes/client-go/blob/master/CHANGELOG.md)
- [Commits](kubernetes/client-go@v0.20.0...v0.32.0)

Updates `github.com/davecgh/go-spew` from 1.1.1 to 1.1.2-0.20180830191138-d8f796af33cc
- [Commits](/~https://github.com/davecgh/go-spew/commits)

Updates `github.com/go-logr/logr` from 0.2.0 to 1.4.2
- [Release notes](/~https://github.com/go-logr/logr/releases)
- [Changelog](/~https://github.com/go-logr/logr/blob/master/CHANGELOG.md)
- [Commits](go-logr/logr@v0.2.0...v1.4.2)

Updates `github.com/godbus/dbus/v5` from 5.0.4 to 5.1.0
- [Release notes](/~https://github.com/godbus/dbus/releases)
- [Commits](godbus/dbus@v5.0.4...v5.1.0)

Updates `github.com/hashicorp/golang-lru` from 0.5.4 to 1.0.2
- [Release notes](/~https://github.com/hashicorp/golang-lru/releases)
- [Commits](hashicorp/golang-lru@v0.5.4...v1.0.2)

Updates `github.com/jinzhu/copier` from 0.2.4 to 0.4.0
- [Commits](jinzhu/copier@v0.2.4...v0.4.0)

Updates `github.com/json-iterator/go` from 1.1.11 to 1.1.12
- [Release notes](/~https://github.com/json-iterator/go/releases)
- [Commits](json-iterator/go@v1.1.11...v1.1.12)

Updates `github.com/magiconair/properties` from 1.8.1 to 1.8.7
- [Release notes](/~https://github.com/magiconair/properties/releases)
- [Changelog](/~https://github.com/magiconair/properties/blob/v1.8.7/CHANGELOG.md)
- [Commits](magiconair/properties@v1.8.1...v1.8.7)

Updates `github.com/mitchellh/mapstructure` from 1.1.2 to 1.5.0
- [Changelog](/~https://github.com/mitchellh/mapstructure/blob/main/CHANGELOG.md)
- [Commits](mitchellh/mapstructure@v1.1.2...v1.5.0)

Updates `github.com/modern-go/reflect2` from 1.0.1 to 1.0.2
- [Release notes](/~https://github.com/modern-go/reflect2/releases)
- [Commits](modern-go/reflect2@1.0.1...v1.0.2)

Updates `github.com/pmezard/go-difflib` from 1.0.0 to 1.0.1-0.20181226105442-5d4384ee4fb2
- [Commits](/~https://github.com/pmezard/go-difflib/commits)

Updates `github.com/spf13/afero` from 1.2.2 to 1.11.0
- [Release notes](/~https://github.com/spf13/afero/releases)
- [Commits](spf13/afero@v1.2.2...v1.11.0)

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

Updates `github.com/subosito/gotenv` from 1.2.0 to 1.6.0
- [Changelog](/~https://github.com/subosito/gotenv/blob/master/CHANGELOG.md)
- [Commits](subosito/gotenv@v1.2.0...v1.6.0)

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

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

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

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

Updates `golang.org/x/time` from 0.0.0-20200630173020-3af7569d3a1e to 0.7.0
- [Commits](/~https://github.com/golang/time/commits/v0.7.0)

Updates `google.golang.org/genproto/googleapis/api` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20241015192408-796eee8c2d53
- [Commits](/~https://github.com/googleapis/go-genproto/commits)

Updates `google.golang.org/genproto/googleapis/rpc` from 0.0.0-20240814211410-ddb44dafa142 to 0.0.0-20241015192408-796eee8c2d53
- [Commits](/~https://github.com/googleapis/go-genproto/commits)

Updates `gopkg.in/ini.v1` from 1.51.0 to 1.67.0

Updates `k8s.io/klog/v2` from 2.4.0 to 2.130.1
- [Release notes](/~https://github.com/kubernetes/klog/releases)
- [Changelog](/~https://github.com/kubernetes/klog/blob/main/RELEASE.md)
- [Commits](kubernetes/klog@v2.4.0...v2.130.1)

Updates `k8s.io/kube-openapi` from 0.0.0-20201113171705-d219536bb9fd to 0.0.0-20241105132330-32ad38e42d3f
- [Commits](/~https://github.com/kubernetes/kube-openapi/commits)

Updates `k8s.io/utils` from 0.0.0-20201110183641-67b214c5f920 to 0.0.0-20241104100929-3ea5e8cea738
- [Commits](/~https://github.com/kubernetes/utils/commits)

Updates `sigs.k8s.io/structured-merge-diff/v4` from 4.0.2 to 4.4.2
- [Release notes](/~https://github.com/kubernetes-sigs/structured-merge-diff/releases)
- [Changelog](/~https://github.com/kubernetes-sigs/structured-merge-diff/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/structured-merge-diff@v4.0.2...v4.4.2)

Updates `sigs.k8s.io/yaml` from 1.2.0 to 1.4.0
- [Release notes](/~https://github.com/kubernetes-sigs/yaml/releases)
- [Changelog](/~https://github.com/kubernetes-sigs/yaml/blob/master/RELEASE.md)
- [Commits](kubernetes-sigs/yaml@v1.2.0...v1.4.0)

---
updated-dependencies:
- dependency-name: github.com/cucumber/godog
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/fsnotify/fsnotify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/gorilla/mux
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/spf13/viper
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/stretchr/testify
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/vmware/govmomi
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/net
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/grpc
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/protobuf
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: k8s.io/client-go
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/davecgh/go-spew
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/go-logr/logr
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: golang
- dependency-name: github.com/godbus/dbus/v5
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/hashicorp/golang-lru
  dependency-type: indirect
  update-type: version-update:semver-major
  dependency-group: golang
- dependency-name: github.com/jinzhu/copier
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/json-iterator/go
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/magiconair/properties
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/mitchellh/mapstructure
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/modern-go/reflect2
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/pmezard/go-difflib
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: github.com/spf13/afero
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/spf13/cast
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: github.com/subosito/gotenv
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: go.etcd.io/etcd/api/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: go.etcd.io/etcd/client/pkg/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: go.etcd.io/etcd/client/v3
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: golang.org/x/oauth2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: golang.org/x/time
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: google.golang.org/genproto/googleapis/api
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: google.golang.org/genproto/googleapis/rpc
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: gopkg.in/ini.v1
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: k8s.io/klog/v2
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: k8s.io/kube-openapi
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: k8s.io/utils
  dependency-type: indirect
  update-type: version-update:semver-patch
  dependency-group: golang
- dependency-name: sigs.k8s.io/structured-merge-diff/v4
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
- dependency-name: sigs.k8s.io/yaml
  dependency-type: indirect
  update-type: version-update:semver-minor
  dependency-group: golang
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot force-pushed the dependabot/go_modules/golang-e2a2b89da2 branch from 30c06f0 to ba621b1 Compare December 17, 2024 18:37
@santhoshatdell santhoshatdell merged commit c5324ca into main Dec 18, 2024
6 checks passed
@santhoshatdell santhoshatdell deleted the dependabot/go_modules/golang-e2a2b89da2 branch December 18, 2024 16:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants