openshift / assisted-installer-agent

Apache License 2.0
24 stars 81 forks source link

NO-ISSUE: Bump the go-dependencies group across 1 directory with 4 updates #779

Closed dependabot[bot] closed 2 months ago

dependabot[bot] commented 2 months ago

Bumps the go-dependencies group with 4 updates in the / directory: github.com/jaypipes/ghw, github.com/onsi/gomega, github.com/vishvananda/netlink and golang.org/x/sys.

Updates github.com/jaypipes/ghw from 0.12.1-0.20230829170642-835f6a233b6d to 0.13.0

Release notes

Sourced from github.com/jaypipes/ghw's releases.

v0.13.0

What's Changed

New Contributors

Full Changelog: https://github.com/jaypipes/ghw/compare/v0.12.0...v0.12.1

Commits


Updates github.com/onsi/gomega from 1.34.1 to 1.34.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits


Updates github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0

Release notes

Sourced from github.com/vishvananda/netlink's releases.

v1.3.0

  • Fixed backward compatibility breakage of func (h *Handle) ConntrackDeleteFilter.
  • Other fixes and improvements from the community.

v1.2.1

Thanks to the community, this release contains several new functionalities and many bug fixes

Commits
  • 6f57139 Fix recvfrom goroutine leak
  • 298ff27 Handle: add ConntrackDeleteFilter alias for backward compat
  • 5b0b9d8 rule: add Rule.Type to allow adding/listing unreachable (RTN_UNREACHABLE) rules
  • 65a253d link_linux: add support for IFLA_MACVLAN_BC_QUEUE_LEN(_USED)
  • 3b7e16c Add ConntrackDeleteFilters
  • 4317e32 feat: add LinkSetBondSlaveActive()/LinkDelBondSlave()
  • a57a7bd Add handle support for socket
  • aaf4f98 Fix determination of the promiscuity counter for links
  • 7a4f10d fix: updates SizeofVfVlanInfo to address #1003
  • 8f96fd8 # rule: fix 32-bit platforms don't support adding rules with a mark value of ...
  • Additional commits viewable in compare view


Updates golang.org/x/sys from 0.24.0 to 0.25.0

Commits
  • a43b625 windows: add SIO_UDP_NETRESET constant
  • ed67b15 windows: add console codepage api
  • 9cb830b unix: add missing import to syscall_hurd.go
  • 71132f5 unix: add POLLRDHUP to FreeBSD
  • 3283fc3 cpu: add support for detecting RISC-V extensions
  • 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  • a8c5219 unix: rename XDPUmemReg field back to Size
  • 59665e5 unix: add Connectx for darwin
  • a0c72ef unix: add f_flag member flags on z/OS
  • c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
openshift-ci-robot commented 2 months ago

@dependabot[bot]: This pull request explicitly references no jira issue.

In response to [this](https://github.com/openshift/assisted-installer-agent/pull/779): >Bumps the go-dependencies group with 4 updates in the / directory: [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw), [github.com/onsi/gomega](https://github.com/onsi/gomega), [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) and [golang.org/x/sys](https://github.com/golang/sys). > >Updates `github.com/jaypipes/ghw` from 0.12.1-0.20230829170642-835f6a233b6d to 0.13.0 >
>Release notes >

Sourced from github.com/jaypipes/ghw's releases.

>
>

v0.13.0

>

What's Changed

> >

New Contributors

> >

Full Changelog: https://github.com/jaypipes/ghw/compare/v0.12.0...v0.12.1

>
>
Commits


Updates github.com/onsi/gomega from 1.34.1 to 1.34.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits


Updates github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0

Release notes

Sourced from github.com/vishvananda/netlink's releases.

v1.3.0

  • Fixed backward compatibility breakage of func (h *Handle) ConntrackDeleteFilter.
  • Other fixes and improvements from the community.

v1.2.1

Thanks to the community, this release contains several new functionalities and many bug fixes

Commits
  • 6f57139 Fix recvfrom goroutine leak
  • 298ff27 Handle: add ConntrackDeleteFilter alias for backward compat
  • 5b0b9d8 rule: add Rule.Type to allow adding/listing unreachable (RTN_UNREACHABLE) rules
  • 65a253d link_linux: add support for IFLA_MACVLAN_BC_QUEUE_LEN(_USED)
  • 3b7e16c Add ConntrackDeleteFilters
  • 4317e32 feat: add LinkSetBondSlaveActive()/LinkDelBondSlave()
  • a57a7bd Add handle support for socket
  • aaf4f98 Fix determination of the promiscuity counter for links
  • 7a4f10d fix: updates SizeofVfVlanInfo to address #1003
  • 8f96fd8 # rule: fix 32-bit platforms don't support adding rules with a mark value of ...
  • Additional commits viewable in compare view


Updates golang.org/x/sys from 0.24.0 to 0.25.0

Commits
  • a43b625 windows: add SIO_UDP_NETRESET constant
  • ed67b15 windows: add console codepage api
  • 9cb830b unix: add missing import to syscall_hurd.go
  • 71132f5 unix: add POLLRDHUP to FreeBSD
  • 3283fc3 cpu: add support for detecting RISC-V extensions
  • 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  • a8c5219 unix: rename XDPUmemReg field back to Size
  • 59665e5 unix: add Connectx for darwin
  • a0c72ef unix: add f_flag member flags on z/OS
  • c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

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 openshift-eng/jira-lifecycle-plugin repository.

openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

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

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/openshift/assisted-installer-agent/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci[bot] commented 2 months ago

[APPROVALNOTIFIER] This PR is APPROVED

Approval requirements bypassed by manually added approval.

This pull-request has been approved by: dependabot[bot]

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

The pull request process is described here

Needs approval from an approver in each of these files: - **[OWNERS](https://github.com/openshift/assisted-installer-agent/blob/master/OWNERS)** Approvers can indicate their approval by writing `/approve` in a comment Approvers can cancel approval by writing `/approve cancel` in a comment
openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 06360b044fd38b4971a25641fab49b62f801751d and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 06360b044fd38b4971a25641fab49b62f801751d and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 06360b044fd38b4971a25641fab49b62f801751d and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD c50eb6acf49772e576ad786fb22a15789e474830 and 1 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD c50eb6acf49772e576ad786fb22a15789e474830 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD c50eb6acf49772e576ad786fb22a15789e474830 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD c50eb6acf49772e576ad786fb22a15789e474830 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 1 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

/retest-required

Remaining retests: 0 against base HEAD 0ae2fc80f55d1907a0dfb2daebbdaf5da15c4cf6 and 2 for PR HEAD 8eabcc03a018de0081d5b06af04b65fe88ed9309 in total

openshift-ci-robot commented 2 months ago

@dependabot[bot]: This pull request explicitly references no jira issue.

In response to [this](https://github.com/openshift/assisted-installer-agent/pull/779): >[//]: # (dependabot-start) >⚠️ **Dependabot is rebasing this PR** ⚠️ > >Rebasing might not happen immediately, so don't worry if this takes some time. > >Note: if you make any changes to this PR yourself, they will take precedence over the rebase. > >--- > >[//]: # (dependabot-end) > >Bumps the go-dependencies group with 4 updates in the / directory: [github.com/jaypipes/ghw](https://github.com/jaypipes/ghw), [github.com/onsi/gomega](https://github.com/onsi/gomega), [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) and [golang.org/x/sys](https://github.com/golang/sys). > >Updates `github.com/jaypipes/ghw` from 0.12.1-0.20230829170642-835f6a233b6d to 0.13.0 >
>Release notes >

Sourced from github.com/jaypipes/ghw's releases.

>
>

v0.13.0

>

What's Changed

> >

New Contributors

> >

Full Changelog: https://github.com/jaypipes/ghw/compare/v0.12.0...v0.12.1

>
>
Commits


Updates github.com/onsi/gomega from 1.34.1 to 1.34.2

Release notes

Sourced from github.com/onsi/gomega's releases.

v1.34.2

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Changelog

Sourced from github.com/onsi/gomega's changelog.

1.34.2

Require Go 1.22+

Maintenance

  • bump ginkgo as well [c59c6dc]
  • bump to go 1.22 - remove x/exp dependency [8158b99]
Commits


Updates github.com/vishvananda/netlink from 1.2.1-beta.2 to 1.3.0

Release notes

Sourced from github.com/vishvananda/netlink's releases.

v1.3.0

  • Fixed backward compatibility breakage of func (h *Handle) ConntrackDeleteFilter.
  • Other fixes and improvements from the community.

v1.2.1

Thanks to the community, this release contains several new functionalities and many bug fixes

Commits
  • 6f57139 Fix recvfrom goroutine leak
  • 298ff27 Handle: add ConntrackDeleteFilter alias for backward compat
  • 5b0b9d8 rule: add Rule.Type to allow adding/listing unreachable (RTN_UNREACHABLE) rules
  • 65a253d link_linux: add support for IFLA_MACVLAN_BC_QUEUE_LEN(_USED)
  • 3b7e16c Add ConntrackDeleteFilters
  • 4317e32 feat: add LinkSetBondSlaveActive()/LinkDelBondSlave()
  • a57a7bd Add handle support for socket
  • aaf4f98 Fix determination of the promiscuity counter for links
  • 7a4f10d fix: updates SizeofVfVlanInfo to address #1003
  • 8f96fd8 # rule: fix 32-bit platforms don't support adding rules with a mark value of ...
  • Additional commits viewable in compare view


Updates golang.org/x/sys from 0.24.0 to 0.25.0

Commits
  • a43b625 windows: add SIO_UDP_NETRESET constant
  • ed67b15 windows: add console codepage api
  • 9cb830b unix: add missing import to syscall_hurd.go
  • 71132f5 unix: add POLLRDHUP to FreeBSD
  • 3283fc3 cpu: add support for detecting RISC-V extensions
  • 29e55b2 unix: use os.Executable rather than os.Args[0] in tests
  • a8c5219 unix: rename XDPUmemReg field back to Size
  • 59665e5 unix: add Connectx for darwin
  • a0c72ef unix: add f_flag member flags on z/OS
  • c64c51d unix: update riscv64 hwprobe to Linux kernel 6.10
  • Additional commits viewable in compare view


Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions

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 openshift-eng/jira-lifecycle-plugin repository.

openshift-ci[bot] commented 2 months ago

New changes are detected. LGTM label has been removed.

openshift-ci[bot] commented 2 months ago

@dependabot[bot]: The following tests failed, say /retest to rerun all failed tests or /retest-required to rerun all mandatory failed tests:

Test name Commit Details Required Rerun command
ci/prow/edge-e2e-metal-assisted-odf-4-16 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link false /test edge-e2e-metal-assisted-odf-4-16
ci/prow/edge-lint 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test edge-lint
ci/prow/edge-e2e-metal-assisted-cnv-4-16 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link false /test edge-e2e-metal-assisted-cnv-4-16
ci/prow/images 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test images
ci/prow/mce-images 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test mce-images
ci/prow/edge-e2e-ai-operator-ztp 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test edge-e2e-ai-operator-ztp
ci/prow/edge-subsystem-test 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test edge-subsystem-test
ci/prow/edge-images 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test edge-images
ci/prow/e2e-agent-compact-ipv4 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test e2e-agent-compact-ipv4
ci/prow/edge-unit-test 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test edge-unit-test
ci/prow/edge-e2e-metal-assisted 41a283bc7e8fdec35f7b6533980a530a5f195bc3 link true /test edge-e2e-metal-assisted

Full PR test history. Your PR dashboard.

Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository. I understand the commands that are listed [here](https://go.k8s.io/bot-commands).
eifrach commented 2 months ago

/close

openshift-ci[bot] commented 2 months ago

@eifrach: Closed this PR.

In response to [this](https://github.com/openshift/assisted-installer-agent/pull/779#issuecomment-2366508251): >/close Instructions for interacting with me using PR comments are available [here](https://git.k8s.io/community/contributors/guide/pull-requests.md). If you have questions or suggestions related to my behavior, please file an issue against the [kubernetes-sigs/prow](https://github.com/kubernetes-sigs/prow/issues/new?title=Prow%20issue:) repository.
dependabot[bot] commented 2 months ago

This pull request was built based on a group rule. Closing it will not ignore any of these versions in future pull requests.

To ignore these dependencies, configure ignore rules in dependabot.yml