Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 27, 2025

Bumps the go-dependencies group with 6 updates in the / directory:

Package From To
github.com/coreos/ignition/v2 2.19.0 2.22.0
github.com/go-openapi/swag 0.23.0 0.23.1
github.com/spf13/afero 1.11.0 1.14.0
github.com/stretchr/testify 1.10.0 1.11.0
github.com/vishvananda/netlink 1.2.1-beta.2 1.3.1
github.com/itchyny/gojq 0.12.16 0.12.17

Updates github.com/coreos/ignition/v2 from 2.19.0 to 2.22.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.22.0

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

v2.21.0

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

V2.20.0

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

  • The Dracut module now installs partx
  • Mark the 3.5.0 config spec as stable
  • No longer accept configs with version 3.5.0-experimental
  • Create new 3.6.0-experimental config spec from 3.5.0

Bug fixes

  • Fix network race when phoning home on Equinix Metal

... (truncated)

Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

  • Fix use of setuid/setgid/sticky mode bits

Ignition 2.21.0 (2025-03-13)

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Breaking changes

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Changes

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

Ignition 2.20.0 (2024-10-22)

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

... (truncated)

Commits
  • 687a3e7 Merge pull request #2103 from tlbueno/main
  • 7a20f8e docs/release-notes: update for 2.22.0
  • acc4ce4 Merge pull request #2094 from coreos/dependabot/go_modules/github.com/Azure/a...
  • af64171 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • 4d1a063 Merge pull request #2089 from alaviss/push-xyxplqqtvqux
  • 1ee9f2a Merge pull request #2092 from coreos/dependabot/go_modules/google.golang.org/...
  • 9bbcf58 Merge pull request #2091 from coreos/dependabot/go_modules/golang.org/x/net-0...
  • f69c25b changelog: add entry for oraclecloud
  • 28bc4ca build(deps): bump google.golang.org/api from 0.235.0 to 0.236.0
  • 0e023bb build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.23.0 to 0.23.1

Commits
  • 87317ee re-enacted dependabot auto-merge
  • 223b27e Relint
  • 06305b8 Bump github.com/mailru/easyjson in the other-dependencies group (#98)
  • 4bc9026 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#97)
  • 06326a3 Bump codecov/codecov-action in the development-dependencies group
  • 0640ba3 Bump golangci/golangci-lint-action in the development-dependencies group
  • 3d6928a Bump golangci/golangci-lint-action in the development-dependencies group
  • 10a3a2f Bump the development-dependencies group with 1 update
  • See full diff in compare view

Updates github.com/spf13/afero from 1.11.0 to 1.14.0

Release notes

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

v1.14.0

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.11.0...v1.12.0

Commits
  • ea38482 Merge pull request #462 from spf13/dependencies
  • a9aaabc docs: add release instructions
  • d3a70b6 ci: run tests for submodules
  • 2af1925 feat: split gcsfs and sftpfs into separate modules
  • dbd6f61 Merge pull request #477 from spf13/update-dependencies
  • 83b8a55 update readme
  • bf3bd73 update dependencies
  • 464bc98 Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...
  • da239a4 Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
  • 523f621 Merge pull request #461 from spf13/go124
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.0

Release notes

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

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • c58bc90 Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...
  • 87101a6 suite.Run: refactor handling of stats
  • Additional commits viewable in compare view

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

Release notes

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

v1.3.1

What's Changed

New Contributors

Full Changelog: vishvananda/netlink@v1.3.0...v1.3.1

What's Changed

... (truncated)

Commits
  • 17daef6 vlan: add support for flags and qos maps
  • b929916 filter: add classid and port range support for flower
  • 06c2c01 feat: add vlanid - tunnelid mapping support
  • c4bb4f9 rdma: support rdma metrics: resource and statistic
  • e9f11f7 bugfix: parse ipv4 src/dst error
  • 1f4f72c Mimic ipset C code for determining correct default ipset revision
  • 2426b05 qdisc: fix wrong type info of tc_sfq_qopt
  • a2e4b9a veth: allow configuring peer attributes beyond namespace and address
  • 9d88d83 feat: add support for RtoMin lock
  • 6b5dd30 geneve: Support setting/getting source port range
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.10.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • 506c70f errgroup: propagate panic and Goexit through Wait
  • 396f3a0 errgroup: document calling Go before Wait
  • b637f27 errgroup: drop support for Go versions before 1.20
  • 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff in compare view

Updates golang.org/x/sys from 0.29.0 to 0.33.0

Commits
  • 3d9a6b8 windows: add WSADuplicateSocket
  • c0a9559 cpu: add crypto extensions detection for riscv64
  • 8e9e046 windows: add virtual key codes and console input consts
  • 7138967 windows: fix slicing of NTUnicodeString values
  • 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
  • 01aaa83 all: simplify code by using modern Go constructs
  • 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
  • 1c3b72f unix: update Linux kernel to 6.14
  • c175b6b windows: add cmsghdr and pktinfo structures
  • 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
  • Additional commits viewable in compare view

Updates github.com/itchyny/gojq from 0.12.16 to 0.12.17

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.17

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.17 (2024-12-01)

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Commits
  • f4c2cfe bump up version to 0.12.17
  • f561d02 update CHANGELOG.md for v0.12.17
  • 5fbda3f implement --library-path option as the alias of -L option
  • af0c3da use strings.Repeat to repeat a space in formatting flags
  • 8a09826 fix reduce syntax to emit results for each initial value
  • b685aac avoid repeating the same return type
  • 8f6a146 refactor stream input iterator to use jsonInputIter
  • 9de339f refactor color parsing and environ loader using strings.Cut
  • b144489 handle error of setting environment variables in tests
  • 086bd2b implement skip/2, fix limit/2 to emit error on negative count
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> will remove the ignore condition of the specified dependency and ignore conditions

…dates

Bumps the go-dependencies group with 6 updates in the / directory:

| Package | From | To |
| --- | --- | --- |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.19.0` | `2.22.0` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.23.0` | `0.23.1` |
| [github.com/spf13/afero](https://github.com/spf13/afero) | `1.11.0` | `1.14.0` |
| [github.com/stretchr/testify](https://github.com/stretchr/testify) | `1.10.0` | `1.11.0` |
| [github.com/vishvananda/netlink](https://github.com/vishvananda/netlink) | `1.2.1-beta.2` | `1.3.1` |
| [github.com/itchyny/gojq](https://github.com/itchyny/gojq) | `0.12.16` | `0.12.17` |



Updates `github.com/coreos/ignition/v2` from 2.19.0 to 2.22.0
- [Release notes](https://github.com/coreos/ignition/releases)
- [Changelog](https://github.com/coreos/ignition/blob/main/docs/release-notes.md)
- [Commits](coreos/ignition@v2.19.0...v2.22.0)

Updates `github.com/go-openapi/swag` from 0.23.0 to 0.23.1
- [Commits](go-openapi/swag@v0.23.0...v0.23.1)

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

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

Updates `github.com/vishvananda/netlink` from 1.2.1-beta.2 to 1.3.1
- [Release notes](https://github.com/vishvananda/netlink/releases)
- [Commits](vishvananda/netlink@v1.2.1-beta.2...v1.3.1)

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

Updates `golang.org/x/sys` from 0.29.0 to 0.33.0
- [Commits](golang/sys@v0.29.0...v0.33.0)

Updates `github.com/itchyny/gojq` from 0.12.16 to 0.12.17
- [Release notes](https://github.com/itchyny/gojq/releases)
- [Changelog](https://github.com/itchyny/gojq/blob/main/CHANGELOG.md)
- [Commits](itchyny/gojq@v0.12.16...v0.12.17)

---
updated-dependencies:
- dependency-name: github.com/coreos/ignition/v2
  dependency-version: 2.22.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/swag
  dependency-version: 0.23.1
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/spf13/afero
  dependency-version: 1.14.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/stretchr/testify
  dependency-version: 1.11.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/vishvananda/netlink
  dependency-version: 1.3.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sync
  dependency-version: 0.15.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/sys
  dependency-version: 0.33.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/itchyny/gojq
  dependency-version: 0.12.17
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. dependabot go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged. labels Aug 27, 2025
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Aug 27, 2025
@openshift-ci-robot
Copy link

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

In response to this:

Bumps the go-dependencies group with 6 updates in the / directory:

Package From To
github.com/coreos/ignition/v2 2.19.0 2.22.0
github.com/go-openapi/swag 0.23.0 0.23.1
github.com/spf13/afero 1.11.0 1.14.0
github.com/stretchr/testify 1.10.0 1.11.0
github.com/vishvananda/netlink 1.2.1-beta.2 1.3.1
github.com/itchyny/gojq 0.12.16 0.12.17

Updates github.com/coreos/ignition/v2 from 2.19.0 to 2.22.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.22.0

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

v2.21.0

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

V2.20.0

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

  • The Dracut module now installs partx
  • Mark the 3.5.0 config spec as stable
  • No longer accept configs with version 3.5.0-experimental
  • Create new 3.6.0-experimental config spec from 3.5.0

Bug fixes

  • Fix network race when phoning home on Equinix Metal

... (truncated)

Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

  • Fix use of setuid/setgid/sticky mode bits

Ignition 2.21.0 (2025-03-13)

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Breaking changes

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Changes

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

Ignition 2.20.0 (2024-10-22)

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

... (truncated)

Commits
  • 687a3e7 Merge pull request #2103 from tlbueno/main
  • 7a20f8e docs/release-notes: update for 2.22.0
  • acc4ce4 Merge pull request #2094 from coreos/dependabot/go_modules/github.com/Azure/a...
  • af64171 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • 4d1a063 Merge pull request #2089 from alaviss/push-xyxplqqtvqux
  • 1ee9f2a Merge pull request #2092 from coreos/dependabot/go_modules/google.golang.org/...
  • 9bbcf58 Merge pull request #2091 from coreos/dependabot/go_modules/golang.org/x/net-0...
  • f69c25b changelog: add entry for oraclecloud
  • 28bc4ca build(deps): bump google.golang.org/api from 0.235.0 to 0.236.0
  • 0e023bb build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.23.0 to 0.23.1

Commits
  • 87317ee re-enacted dependabot auto-merge
  • 223b27e Relint
  • 06305b8 Bump github.com/mailru/easyjson in the other-dependencies group (#98)
  • 4bc9026 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#97)
  • 06326a3 Bump codecov/codecov-action in the development-dependencies group
  • 0640ba3 Bump golangci/golangci-lint-action in the development-dependencies group
  • 3d6928a Bump golangci/golangci-lint-action in the development-dependencies group
  • 10a3a2f Bump the development-dependencies group with 1 update
  • See full diff in compare view

Updates github.com/spf13/afero from 1.11.0 to 1.14.0

Release notes

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

v1.14.0

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.11.0...v1.12.0

Commits
  • ea38482 Merge pull request #462 from spf13/dependencies
  • a9aaabc docs: add release instructions
  • d3a70b6 ci: run tests for submodules
  • 2af1925 feat: split gcsfs and sftpfs into separate modules
  • dbd6f61 Merge pull request #477 from spf13/update-dependencies
  • 83b8a55 update readme
  • bf3bd73 update dependencies
  • 464bc98 Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...
  • da239a4 Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
  • 523f621 Merge pull request #461 from spf13/go124
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.0

Release notes

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

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • c58bc90 Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...
  • 87101a6 suite.Run: refactor handling of stats
  • Additional commits viewable in compare view

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

Release notes

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

v1.3.1

What's Changed

New Contributors

Full Changelog: vishvananda/netlink@v1.3.0...v1.3.1

What's Changed

... (truncated)

Commits
  • 17daef6 vlan: add support for flags and qos maps
  • b929916 filter: add classid and port range support for flower
  • 06c2c01 feat: add vlanid - tunnelid mapping support
  • c4bb4f9 rdma: support rdma metrics: resource and statistic
  • e9f11f7 bugfix: parse ipv4 src/dst error
  • 1f4f72c Mimic ipset C code for determining correct default ipset revision
  • 2426b05 qdisc: fix wrong type info of tc_sfq_qopt
  • a2e4b9a veth: allow configuring peer attributes beyond namespace and address
  • 9d88d83 feat: add support for RtoMin lock
  • 6b5dd30 geneve: Support setting/getting source port range
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.10.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • 506c70f errgroup: propagate panic and Goexit through Wait
  • 396f3a0 errgroup: document calling Go before Wait
  • b637f27 errgroup: drop support for Go versions before 1.20
  • 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff in compare view

Updates golang.org/x/sys from 0.29.0 to 0.33.0

Commits
  • 3d9a6b8 windows: add WSADuplicateSocket
  • c0a9559 cpu: add crypto extensions detection for riscv64
  • 8e9e046 windows: add virtual key codes and console input consts
  • 7138967 windows: fix slicing of NTUnicodeString values
  • 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
  • 01aaa83 all: simplify code by using modern Go constructs
  • 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
  • 1c3b72f unix: update Linux kernel to 6.14
  • c175b6b windows: add cmsghdr and pktinfo structures
  • 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
  • Additional commits viewable in compare view

Updates github.com/itchyny/gojq from 0.12.16 to 0.12.17

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.17

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.17 (2024-12-01)

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Commits
  • f4c2cfe bump up version to 0.12.17
  • f561d02 update CHANGELOG.md for v0.12.17
  • 5fbda3f implement --library-path option as the alias of -L option
  • af0c3da use strings.Repeat to repeat a space in formatting flags
  • 8a09826 fix reduce syntax to emit results for each initial value
  • b685aac avoid repeating the same return type
  • 8f6a146 refactor stream input iterator to use jsonInputIter
  • 9de339f refactor color parsing and environ loader using strings.Cut
  • b144489 handle error of setting environment variables in tests
  • 086bd2b implement skip/2, fix limit/2 to emit error on negative count
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> 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-robot
Copy link

/test remaining-required

Scheduling tests matching the pipeline_run_if_changed parameter:
/test edge-e2e-ai-operator-ztp
/test edge-e2e-metal-assisted-4-20

1 similar comment
@openshift-ci-robot
Copy link

/test remaining-required

Scheduling tests matching the pipeline_run_if_changed parameter:
/test edge-e2e-ai-operator-ztp
/test edge-e2e-metal-assisted-4-20

@openshift-ci openshift-ci bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Aug 27, 2025
Copy link

openshift-ci bot commented Aug 27, 2025

[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:

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
Copy link

/retest-required

Remaining retests: 0 against base HEAD 62dc63f and 2 for PR HEAD 2240aa2 in total

Copy link

codecov bot commented Aug 27, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 56.54%. Comparing base (62dc63f) to head (2240aa2).

Additional details and impacted files

Impacted file tree graph

@@            Coverage Diff             @@
##           master    #1095      +/-   ##
==========================================
+ Coverage   56.49%   56.54%   +0.04%     
==========================================
  Files          88       88              
  Lines        4310     4310              
==========================================
+ Hits         2435     2437       +2     
+ Misses       1698     1697       -1     
+ Partials      177      176       -1     

see 1 file with indirect coverage changes

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 62dc63f and 2 for PR HEAD 2240aa2 in total

1 similar comment
@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 62dc63f and 2 for PR HEAD 2240aa2 in total

@openshift-ci-robot
Copy link

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

In response to this:

⚠️ 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.


Bumps the go-dependencies group with 6 updates in the / directory:

Package From To
github.com/coreos/ignition/v2 2.19.0 2.22.0
github.com/go-openapi/swag 0.23.0 0.23.1
github.com/spf13/afero 1.11.0 1.14.0
github.com/stretchr/testify 1.10.0 1.11.0
github.com/vishvananda/netlink 1.2.1-beta.2 1.3.1
github.com/itchyny/gojq 0.12.16 0.12.17

Updates github.com/coreos/ignition/v2 from 2.19.0 to 2.22.0

Release notes

Sourced from github.com/coreos/ignition/v2's releases.

v2.22.0

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

v2.21.0

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

V2.20.0

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

  • The Dracut module now installs partx
  • Mark the 3.5.0 config spec as stable
  • No longer accept configs with version 3.5.0-experimental
  • Create new 3.6.0-experimental config spec from 3.5.0

Bug fixes

  • Fix network race when phoning home on Equinix Metal

... (truncated)

Changelog

Sourced from github.com/coreos/ignition/v2's changelog.

Ignition 2.22.0 (2025-07-08)

Starting with this release, ignition-validate binaries are signed with the Fedora 42 key.

Breaking changes

Features

  • Support Oracle Cloud Infrastructure

Changes

  • Rename ignition.cfg -> 05_ignition.cfg
  • Support setting setuid/setgid/sticky mode bits (3.6.0-exp)
  • Warn if setuid/setgid/sticky mode bits specified (3.4.0 - 3.5.0)
  • Add initial TMT tests and a new workflow to execute tests on PRs

Bug fixes

  • Fix use of setuid/setgid/sticky mode bits

Ignition 2.21.0 (2025-03-13)

Starting with this release, ignition-validate binaries are signed with the Fedora 41 key.

Breaking changes

Features

  • Add Azure blob support for fetching ignition configs
  • Add a check for ignition config in vendor-data (proxmoxve)

Changes

Bug fixes

  • Add pkey_cca kernel module to detect CEX domain for LUKS encryption

Ignition 2.20.0 (2024-10-22)

Features

  • Support partitioning disk with mounted partitions
  • Support Proxmox VE
  • Support gzipped Akamai user_data

Changes

... (truncated)

Commits
  • 687a3e7 Merge pull request #2103 from tlbueno/main
  • 7a20f8e docs/release-notes: update for 2.22.0
  • acc4ce4 Merge pull request #2094 from coreos/dependabot/go_modules/github.com/Azure/a...
  • af64171 build(deps): bump github.com/Azure/azure-sdk-for-go/sdk/azidentity
  • 4d1a063 Merge pull request #2089 from alaviss/push-xyxplqqtvqux
  • 1ee9f2a Merge pull request #2092 from coreos/dependabot/go_modules/google.golang.org/...
  • 9bbcf58 Merge pull request #2091 from coreos/dependabot/go_modules/golang.org/x/net-0...
  • f69c25b changelog: add entry for oraclecloud
  • 28bc4ca build(deps): bump google.golang.org/api from 0.235.0 to 0.236.0
  • 0e023bb build(deps): bump golang.org/x/net from 0.40.0 to 0.41.0
  • Additional commits viewable in compare view

Updates github.com/go-openapi/swag from 0.23.0 to 0.23.1

Commits
  • 87317ee re-enacted dependabot auto-merge
  • 223b27e Relint
  • 06305b8 Bump github.com/mailru/easyjson in the other-dependencies group (#98)
  • 4bc9026 Bump github.com/stretchr/testify from 1.9.0 to 1.10.0 (#97)
  • 06326a3 Bump codecov/codecov-action in the development-dependencies group
  • 0640ba3 Bump golangci/golangci-lint-action in the development-dependencies group
  • 3d6928a Bump golangci/golangci-lint-action in the development-dependencies group
  • 10a3a2f Bump the development-dependencies group with 1 update
  • See full diff in compare view

Updates github.com/spf13/afero from 1.11.0 to 1.14.0

Release notes

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

v1.14.0

What's Changed

Full Changelog: spf13/afero@v1.13.0...v1.14.0

v1.13.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.12.0...v1.13.0

v1.12.0

What's Changed

New Contributors

Full Changelog: spf13/afero@v1.11.0...v1.12.0

Commits
  • ea38482 Merge pull request #462 from spf13/dependencies
  • a9aaabc docs: add release instructions
  • d3a70b6 ci: run tests for submodules
  • 2af1925 feat: split gcsfs and sftpfs into separate modules
  • dbd6f61 Merge pull request #477 from spf13/update-dependencies
  • 83b8a55 update readme
  • bf3bd73 update dependencies
  • 464bc98 Merge pull request #473 from spf13/dependabot/github_actions/golangci/golangc...
  • da239a4 Bump golangci/golangci-lint-action from 6.5.0 to 6.5.1
  • 523f621 Merge pull request #461 from spf13/go124
  • Additional commits viewable in compare view

Updates github.com/stretchr/testify from 1.10.0 to 1.11.0

Release notes

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

v1.11.0

What's Changed

Functional Changes

v1.11.0 Includes a number of performance improvements.

Fixes

Documentation, Build & CI

... (truncated)

Commits
  • b7801fb Merge pull request #1778 from stretchr/dependabot/github_actions/actions/chec...
  • 69831f3 build(deps): bump actions/checkout from 4 to 5
  • a53be35 Improve captureTestingT helper
  • aafb604 mock: improve formatting of error message
  • 7218e03 improve error msg
  • 929a212 Merge pull request #1758 from stretchr/dolmen/suite-faster-method-filtering
  • bc7459e suite: faster filtering of methods (-testify.m)
  • 7d37b5c suite: refactor methodFilter
  • c58bc90 Merge pull request #1764 from stretchr/dolmen/suite-refactor-stats-for-readab...
  • 87101a6 suite.Run: refactor handling of stats
  • Additional commits viewable in compare view

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

Release notes

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

v1.3.1

What's Changed

New Contributors

Full Changelog: vishvananda/netlink@v1.3.0...v1.3.1

What's Changed

... (truncated)

Commits
  • 17daef6 vlan: add support for flags and qos maps
  • b929916 filter: add classid and port range support for flower
  • 06c2c01 feat: add vlanid - tunnelid mapping support
  • c4bb4f9 rdma: support rdma metrics: resource and statistic
  • e9f11f7 bugfix: parse ipv4 src/dst error
  • 1f4f72c Mimic ipset C code for determining correct default ipset revision
  • 2426b05 qdisc: fix wrong type info of tc_sfq_qopt
  • a2e4b9a veth: allow configuring peer attributes beyond namespace and address
  • 9d88d83 feat: add support for RtoMin lock
  • 6b5dd30 geneve: Support setting/getting source port range
  • Additional commits viewable in compare view

Updates golang.org/x/sync from 0.10.0 to 0.15.0

Commits
  • 8a14946 errgroup: remove duplicated comment
  • 1869c69 all: replace deprecated ioutil
  • d1ac909 sync/errgroup: PanicError.Error print stack trace
  • 506c70f errgroup: propagate panic and Goexit through Wait
  • 396f3a0 errgroup: document calling Go before Wait
  • b637f27 errgroup: drop support for Go versions before 1.20
  • 960bf1f all: upgrade go directive to at least 1.23.0 [generated]
  • fe3591b sync/errgroup: improve documentation for semaphore limit behavior
  • See full diff in compare view

Updates golang.org/x/sys from 0.29.0 to 0.33.0

Commits
  • 3d9a6b8 windows: add WSADuplicateSocket
  • c0a9559 cpu: add crypto extensions detection for riscv64
  • 8e9e046 windows: add virtual key codes and console input consts
  • 7138967 windows: fix slicing of NTUnicodeString values
  • 6a85559 windows: fix dangling pointers in (*SECURITY_DESCRIPTOR).ToAbsolute
  • 01aaa83 all: simplify code by using modern Go constructs
  • 1b2bd6b windows: replace all StringToUTF16 calls with UTF16FromString
  • 1c3b72f unix: update Linux kernel to 6.14
  • c175b6b windows: add cmsghdr and pktinfo structures
  • 3330b5e unix: support Readv, Preadv, Writev and Pwritev for darwin
  • Additional commits viewable in compare view

Updates github.com/itchyny/gojq from 0.12.16 to 0.12.17

Release notes

Sourced from github.com/itchyny/gojq's releases.

Release v0.12.17

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Changelog

Sourced from github.com/itchyny/gojq's changelog.

v0.12.17 (2024-12-01)

  • implement add/1, skip/2 functions
  • implement --library-path option as the alias of -L option
  • fix reduce syntax to emit results for each initial value
  • fix last/1 to yield no values when the argument yields no values
  • fix limit/2 to emit an error on negative count
  • fix @uri and @urid formats not to convert space between plus sign
  • fix resolving search paths of import statements in the query
  • improve time functions to accept fewer element arrays
Commits
  • f4c2cfe bump up version to 0.12.17
  • f561d02 update CHANGELOG.md for v0.12.17
  • 5fbda3f implement --library-path option as the alias of -L option
  • af0c3da use strings.Repeat to repeat a space in formatting flags
  • 8a09826 fix reduce syntax to emit results for each initial value
  • b685aac avoid repeating the same return type
  • 8f6a146 refactor stream input iterator to use jsonInputIter
  • 9de339f refactor color parsing and environ loader using strings.Cut
  • b144489 handle error of setting environment variables in tests
  • 086bd2b implement skip/2, fix limit/2 to emit error on negative count
  • 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 <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore <dependency name> 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 <dependency name> 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 <dependency name> 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 <dependency name> will remove all of the ignore conditions of the specified dependency
  • @dependabot unignore <dependency name> <ignore condition> 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.

Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 27, 2025

Dependabot wasn't able to update downloading. Because of this, Dependabot cannot update this pull request.

@openshift-ci-robot
Copy link

/retest-required

Remaining retests: 0 against base HEAD 62dc63f and 2 for PR HEAD 2240aa2 in total

Copy link

openshift-ci bot commented Aug 27, 2025

@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-lint 2240aa2 link true /test edge-lint
ci/prow/edge-subsystem-test 2240aa2 link true /test edge-subsystem-test

Full PR test history. Your PR dashboard.

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. I understand the commands that are listed here.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. dependabot go Pull requests that update Go code jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. lgtm Indicates that a PR is ready to be merged. size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant