Skip to content

NO-ISSUE: Bump the go-dependencies group across 1 directory with 12 updates#1493

Open
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-1d95702e0a
Open

NO-ISSUE: Bump the go-dependencies group across 1 directory with 12 updates#1493
dependabot[bot] wants to merge 1 commit into
masterfrom
dependabot/go_modules/go-dependencies-1d95702e0a

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Feb 2, 2026

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

Package From To
github.com/coreos/ignition/v2 2.18.0 2.26.0
github.com/go-openapi/runtime 0.28.0 0.29.4
github.com/go-openapi/swag 0.23.0 0.26.0
github.com/hashicorp/go-version 1.6.0 1.9.0
github.com/onsi/gomega 1.38.3 1.39.1
github.com/operator-framework/api 0.23.0 0.42.0
github.com/operator-framework/operator-lifecycle-manager 0.22.0 0.42.0
github.com/tidwall/gjson 1.17.1 1.18.0

Updates github.com/coreos/ignition/v2 from 2.18.0 to 2.26.0

Release notes

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

v2.26.0

Features

  • Mark the 3.6.0 config spec as stable
  • No longer accept configs with version 3.6.0-experimental
  • Create new 3.7.0-experimental config spec from 3.6.0

Bug fixes

  • Include groupmod binary in initramfs (#2190)

v2.25.1

Ignition 2.25.1 (2025-12-22)

Bug fixes

  • Fix OpenStack provider returning empty JSON instead of empty bytes when metadata has no config

v2.24.0

Features

  • Add support for nocloud config fetching in kubevirt

Bug fixes

  • Fix occasional cex.key file removal
  • Fix multipath partitioning: ignore DM holders when no partitions are mounted

v2.23.0

Features

  • Support UpCloud

Changes

  • Switch to aws-sdk-go-v2 for S3 fetches and EC2 interactions

Bug fixes

  • Fix fetch-offline for Oracle Cloud Infrastructure

v2.22.0

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

Features

  • Support Oracle Cloud Infrastructure

... (truncated)

Changelog

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

Ignition 2.26.0 (2026-02-17)

Features

  • Mark the 3.6.0 config spec as stable
  • No longer accept configs with version 3.6.0-experimental
  • Create new 3.7.0-experimental config spec from 3.6.0

Bug fixes

  • Include groupmod binary in initramfs (#2190)

Ignition 2.25.1 (2025-12-22)

Bug fixes

  • Fix OpenStack provider returning empty JSON instead of empty bytes when metadata has no config

Ignition 2.25.0 (2025-12-11)

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

Features

  • The name for custom clevis pins is not validated by Ignition anymore, enabling the use of arbitrary custom pins (3.6.0-exp)
  • Add NVIDIA BlueField provider

Bug fixes

  • Fix EnsureGroup to be idempotent when group already exists (#2158)
  • Fix invalid random source in FIPS 140-only mode in FIPS mode (#2159)
  • Only load kernel modules when actually necessary so that they can be built-in (#2164)

Ignition 2.24.0 (2024-10-14)

This version was actually released 2025-10-14, but changing the title now would invalidate links to this entry here in the release notes.

Features

  • Add support for nocloud config fetching in kubevirt

Bug fixes

  • Fix occasional cex.key file removal
  • Fix multipath partitioning: ignore DM holders when no partitions are mounted

... (truncated)

Commits
  • 7e288ed Merge pull request #2205 from prestist/new-release-2.26.0
  • 506d91d docs/release-notes: update for 2.26.0
  • af7bcce Merge pull request #2202 from prestist/3.6-stable
  • 8ab8a64 docs: update for spec stabilization
  • c7031fb docs: shuffle for spec stabilization
  • 41d23b1 tests: update for new experimental spec
  • 3252aa5 *: update to v3_7_experimental spec
  • 0e5a329 config/v3_7_experimental: adapt for new experimental spec
  • 21d5140 config: copy v3_6 to v3_7_experimental
  • 57d4d86 config/v3_6: stabilize
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.28.0 to 0.29.4

Release notes

Sourced from github.com/go-openapi/runtime's releases.

v0.29.4

0.29.4 - 2026-04-18

Security update

Full Changelog: go-openapi/runtime@v0.29.3...v0.29.4

16 commits in this release.


Documentation

Testing

  • test: removed static testing TLS material (replaced by test helper) by @​fredbi in #413 ...

Miscellaneous tasks

Updates


People who contributed to this release

... (truncated)

Commits
  • 502610c chore: prepare release v0.29.4
  • ab827de build(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#415)
  • cd6e3ce build(deps): bump the go-openapi-dependencies group across 1 directory with 4...
  • 095e8a5 build(deps): bump the development-dependencies group with 7 updates
  • 64b7679 doc: updated contributors file
  • f52c4b9 test: removed static testing TLS material (replaced by test helper) (#413)
  • 7b92467 doc: updated contributors file
  • 37756d4 build(deps): bump the go-openapi-dependencies group across 2 directories with...
  • 7a1eb81 build(deps): bump the other-dependencies group across 1 directory with 3 upda...
  • 564acec build(deps): bump golang.org/x/sync
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.23.0 to 0.26.1

Release notes

Sourced from github.com/go-openapi/strfmt's releases.

v0.26.1

0.26.1 - 2026-03-15

Full Changelog: go-openapi/strfmt@v0.26.0...v0.26.1

8 commits in this release.


Fixed bugs

  • fix: swagger annotations in comment impact go-swagger scanner by @​fredbi in #233 ...

Documentation

Miscellaneous tasks

Updates


People who contributed to this release


strfmt license terms

License

Per-module changes

... (truncated)

Commits
  • fcbb618 chore: prepare release v0.26.1
  • 466a056 fix: swagger annotations in comment impact go-swagger scanner (#233)
  • 1a8f943 doc: update discord link (#232)
  • 0e7ae07 ci: fixed dependabot path (#231)
  • 3bb3e72 doc: updated contributors file
  • 9c0a4c7 build(deps): bump the development-dependencies group across 2 directories wit...
  • 98dc17e ci: fixed coverage calculation w/ integration tests
  • c685555 ci: removed local git-cliff config (now shared, remote config)
  • 189f0cc chore: prepare release v0.26.0
  • 8d2d66c test: updated testify/v2 (#226)
  • Additional commits viewable in compare view

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

Release notes

Sourced from github.com/go-openapi/swag's releases.

v0.26.0

0.26.0 - 2026-04-15

Full Changelog: go-openapi/swag@v0.25.5...v0.26.0

14 commits in this release.


Implemented enhancements

  • feat(jsonname): added new json name provider more respectful of go co… by @​fredbi in #195 ...

Documentation

Code quality

Miscellaneous tasks

Updates


People who contributed to this release


... (truncated)

Commits
  • 10f02a4 chore: prepare release v0.26.0
  • 543ed20 feat(jsonname): added new json name provider more respectful of go convention...
  • 15feaa1 doc: updated contributors file
  • be70d5e build(deps): bump the go-openapi-dependencies group across 15 directories wit...
  • e3a465d chore: bump go directive to 1.25.0 (#192)
  • 544d0de doc: add portable agentic instructions (#191)
  • 2345c91 doc: update discord link (#190)
  • 6aaa57c build(deps): bump the other-dependencies group across 3 directories with 1 up...
  • 524ef32 build(deps): bump the development-dependencies group with 7 updates
  • 228d6ed ci: fixed dependabot path (#187)
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-version from 1.6.0 to 1.9.0

Release notes

Sourced from github.com/hashicorp/go-version's releases.

v1.9.0

What's Changed

Enhancements

Internal

New Contributors

Full Changelog: hashicorp/go-version@v1.8.0...v1.9.0

v1.8.0

What's Changed

New Contributors

Full Changelog: hashicorp/go-version@v1.7.0...v1.8.0

... (truncated)

Changelog

Sourced from github.com/hashicorp/go-version's changelog.

1.9.0 (Mar 30, 2026)

ENHANCEMENTS:

Support parsing versions with custom prefixes via opt-in option in hashicorp/go-version#79

INTERNAL:

1.8.0 (Nov 28, 2025)

ENHANCEMENTS:

INTERNAL:

1.7.0 (May 24, 2024)

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)

... (truncated)

Commits
  • b80b1e6 Update CHANGELOG for version 1.9.0 (#187)
  • e93736f Bump the github-actions-backward-compatible group across 1 directory with 2 u...
  • c009de0 Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions-breaki...
  • 0474357 Update GitHub Actions to trigger on pull requests and update go version (#185)
  • b4ab5fc Support parsing versions with custom prefixes via opt-in option (#79)
  • 25c683b Merge pull request #182 from hashicorp/dependabot/github_actions/github-actio...
  • 4f2bcd8 Bump the github-actions-backward-compatible group with 3 updates
  • acb8b18 Merge pull request #180 from hashicorp/dependabot/github_actions/github-actio...
  • 0394c4f Merge pull request #179 from hashicorp/dependabot/github_actions/github-actio...
  • b2fbaa7 Bump the github-actions-backward-compatible group across 1 directory with 2 u...
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.3 to 1.39.1

Release notes

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

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Changelog

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

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Commits

Updates github.com/operator-framework/api from 0.23.0 to 0.42.0

Release notes

Sourced from github.com/operator-framework/api's releases.

v0.42.0

What's Changed

Full Changelog: operator-framework/api@v0.41.0...v0.42.0

v0.41.0

What's Changed

Full Changelog: operator-framework/api@v0.40.0...v0.41.0

v0.40.0

What's Changed

Full Changelog: operator-framework/api@v0.39.0...v0.40.0

v0.39.0

Potentially Breaking Changes

#469 adds support for k8s 1.35, which necessitates some API changes.

What's Changed

Full Changelog: operator-framework/api@v0.38.0...v0.39.0

v0.38.0

What's Changed

... (truncated)

Commits
  • 3b53b73 Bump the k8s-dependencies group with 4 updates (#482)
  • aae9a89 Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#481)
  • 2b3f088 Bump sigs.k8s.io/controller-runtime in the k8s-dependencies group (#480)
  • 8653fda Bump the k8s-dependencies group with 4 updates (#479)
  • afd36f6 Upgrade from go 1.25.3 to 1.25.7 (#474)
  • 7641ce3 Add OpenAPIModelName() generation for v1alpha1 and lib/version types (#477)
  • 63554ab add bundle relatedimage image pullspec validation (#475)
  • 1b5c3ea Bump the k8s-dependencies group with 4 updates (#478)
  • 884ff95 chore(deps): upgrade Go module dependencies (edge) (#473)
  • c8bc31e Bump github.com/google/cel-go from 0.26.1 to 0.27.0 (#472)
  • Additional commits viewable in compare view

Updates github.com/operator-framework/operator-lifecycle-manager from 0.22.0 to 0.42.0

Release notes

Sourced from github.com/operator-framework/operator-lifecycle-manager's releases.

v0.42.0

Install

Scripted

curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.42.0/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.42.0

Changelog

b44e81e5e 🌱 Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 (#3810) c2692e8a8 🌱 Bump github.com/maxbrunsfeld/counterfeiter/v6 (#3807) 8062cb28a 🌱 Bump go.podman.io/image/v5 from 5.39.1 to 5.39.2 (#3808) 624f5d35b 🌱 Bump golang.org/x/net from 0.50.0 to 0.51.0 (#3781) 59732f585 🌱 Bump golang.org/x/net from 0.51.0 to 0.52.0 (#3797) 843bc1e6a 🌱 Bump golang.org/x/sync from 0.19.0 to 0.20.0 (#3789) 0ca25b6b7 🌱 Bump golang.org/x/time from 0.14.0 to 0.15.0 (#3788) 09a4ee32c 🌱 Bump google.golang.org/grpc from 1.79.1 to 1.79.2 (#3787) d3bdbba3d 🌱 Bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#3799) 5b6268e1e 🌱 Bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#3809) 7969a4e74 🌱 Bump sigs.k8s.io/controller-runtime (#3786) b5e3470f8 🌱 Bump the k8s-dependencies group with 8 updates (#3780) 4baa8d4b1 Add fgiudici as reviewer (#3805) 737a8586f Bump actions/download-artifact from 7 to 8 (#3782) 88d3d6544 Bump actions/upload-artifact from 6 to 7 (#3783) 95aa3dee9 Bump docker/login-action from 3 to 4 (#3791) 11eeceaaf Bump docker/setup-qemu-action from 3 to 4 (#3790) 778ed4909 Fix nil pointer dereference in sortUnpackJobs when sorting non-failed jobs (#3793) ee4cd40bc Migrate from klog v1 to klog/v2 v2.140.0 and honor stderrthreshold (#3801) 1bf19cc99 [OPRUN-4519](https://redhat.atlassian.net/browse/OPRUN-4519): block upgrades from 4.23 to 5.0 (#3803) 15860d350 Update o-f/api and o-f/operator-registry dependencies (#3804) 04fcb6e28 align probe exec timeouts with k8s probe timeouts (#3784) 50e42fb65 delete obsolete files and shift webhook testing to use a kube-native approach (#3792) 141bb51f7 fix e2e: replace defunct gcr.io/kubebuilder/kube-rbac-proxy with quay.io/brancz (#3795) bd369caea 🌱 Bump the k8s-dependencies group with 8 updates (#3802)

Docker images

  • docker pull quay.io/operator-framework/olm:v0.42
  • docker pull quay.io/operator-framework/olm:v0.42.0

v0.41.0

Install

Scripted

... (truncated)

Commits
  • b44e81e 🌱 Bump github.com/itchyny/gojq from 0.12.18 to 0.12.19 (#3810)
  • 5b6268e 🌱 Bump google.golang.org/grpc from 1.79.3 to 1.80.0 (#3809)
  • 8062cb2 🌱 Bump go.podman.io/image/v5 from 5.39.1 to 5.39.2 (#3808)
  • c2692e8 🌱 Bump github.com/maxbrunsfeld/counterfeiter/v6 (#3807)
  • 1bf19cc [OPRUN-4519](https://redhat.atlassian.net/browse/OPRUN-4519): block upgrades from 4.23 to 5.0 (#3803)
  • 4baa8d4 Add fgiudici as reviewer (#3805)
  • 15860d3 Update o-f/api and o-f/operator-registry dependencies (#3804)
  • ee4cd40 Migrate from klog v1 to klog/v2 v2.140.0 and honor stderrthreshold (#3801)
  • bd369ca 🌱 Bump the k8s-dependencies group with 8 updates (#3802)
  • d3bdbba 🌱 Bump google.golang.org/grpc from 1.79.2 to 1.79.3 (#3799)
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

...

Description has been truncated

Note
Automatic rebases have been disabled on this pull request as it has been open for over 30 days.

@dependabot dependabot Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. go Pull requests that update Go code lgtm Indicates that a PR is ready to be merged. labels Feb 2, 2026
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Feb 2, 2026

Labels

The following labels could not be found: dependabot. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@dependabot dependabot Bot added approved Indicates a PR has been approved by an approver from all required OWNERS files. go Pull requests that update Go code labels Feb 2, 2026
@openshift-ci-robot openshift-ci-robot added the jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. label Feb 2, 2026
@openshift-ci-robot
Copy link
Copy Markdown

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

Details

In response to this:

Bumps the go-dependencies group with 12 updates:

Package From To
github.com/coreos/ignition/v2 2.18.0 2.25.1
github.com/go-openapi/runtime 0.28.0 0.29.2
github.com/go-openapi/strfmt 0.23.0 0.25.0
github.com/go-openapi/swag 0.23.0 0.25.4
github.com/hashicorp/go-version 1.6.0 1.8.0
github.com/onsi/gomega 1.38.3 1.39.1
github.com/operator-framework/api 0.23.0 0.38.0
github.com/operator-framework/operator-lifecycle-manager 0.22.0 0.39.0
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/tidwall/gjson 1.17.1 1.18.0
go.uber.org/mock 0.4.0 0.6.0
golang.org/x/net 0.47.0 0.49.0

Updates github.com/coreos/ignition/v2 from 2.18.0 to 2.25.1

Release notes

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

v2.25.1

Ignition 2.25.1 (2025-12-22)

Bug fixes

  • Fix OpenStack provider returning empty JSON instead of empty bytes when metadata has no config

v2.24.0

Features

  • Add support for nocloud config fetching in kubevirt

Bug fixes

  • Fix occasional cex.key file removal
  • Fix multipath partitioning: ignore DM holders when no partitions are mounted

v2.23.0

Features

  • Support UpCloud

Changes

  • Switch to aws-sdk-go-v2 for S3 fetches and EC2 interactions

Bug fixes

  • Fix fetch-offline for Oracle Cloud Infrastructure

v2.22.0

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

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

... (truncated)

Changelog

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

Ignition 2.25.1 (2025-12-22)

Bug fixes

  • Fix OpenStack provider returning empty JSON instead of empty bytes when metadata has no config

Ignition 2.25.0 (2025-12-11)

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

Features

  • The name for custom clevis pins is not validated by Ignition anymore, enabling the use of arbitrary custom pins (3.6.0-exp)
  • Add NVIDIA BlueField provider

Bug fixes

  • Fix EnsureGroup to be idempotent when group already exists (#2158)
  • Fix invalid random source in FIPS 140-only mode in FIPS mode (#2159)
  • Only load kernel modules when actually necessary so that they can be built-in (#2164)

Ignition 2.24.0 (2024-10-14)

This version was actually released 2025-10-14, but changing the title now would invalidate links to this entry here in the release notes.

Features

  • Add support for nocloud config fetching in kubevirt

Bug fixes

  • Fix occasional cex.key file removal
  • Fix multipath partitioning: ignore DM holders when no partitions are mounted

Ignition 2.23.0 (2025-09-10)

Features

  • Support UpCloud

Changes

  • Switch to aws-sdk-go-v2 for S3 fetches and EC2 interactions

Bug fixes

... (truncated)

Commits
  • ef86d61 Merge pull request #2181 from prestist/new-release-2.25.1
  • 87e5dd1 docs/release-notes: update for 2.25.1
  • b97b22c Merge pull request #2177 from yasminvalim/bugfix-openstack-support
  • 4248e7b Merge pull request #2179 from coreosbot-releng/repo-templates
  • 478adc4 Sync repo templates ⚙
  • 67a4c91 Merge pull request #2174 from coreos/dependabot/go_modules/build-4a2c2cba6a
  • e7e9ce1 Merge pull request #2176 from coreos/add-owners
  • 34be53d release-notes: add release notes for the bugfix
  • d0c5d54 openstack.go: fix fetchConfigFromMetadataService bug removing encoding/json
  • 21f3aaa build(deps): bump the build group with 7 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.28.0 to 0.29.2

Commits
  • 078717a fix(vuln): fixed vulnerability in returned error, not escaping single quotes
  • 97d4db8 tests: replaced stretchr/testify by go-openapi/testify
  • 3802129 chore: updated license marks in source files
  • 06d6e56 updated README for release
  • 53e5561 chore(deps): updated dependencies & relint
  • 7e6d12c build(deps): bump the go-openapi-dependencies group with 4 updates
  • f39677b chore(deps): deprecated dependency to opentracing
  • 476a4c4 chore: migrated calls to go-openapi/swag to the new API
  • 8de32b0 fixed the nil check
  • c364773 Update context.go
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.23.0 to 0.25.0

Commits
  • a235dd3 tests: replaced stretchr/testify by go-openapi/testify
  • b93d88e chore: updated license marks in source files
  • 398a468 build(deps): bump go.mongodb.org/mongo-driver
  • 68b6683 feat(format): add uuid7 string format support
  • ad12a81 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 5c9b6bd chore(refact): assembled bson-dependent methods and tests
  • 5e4146b chore(deps): removed dependency to govalidator
  • 900913b chore(deps): updated dependencies & relinted
  • e9d6155 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 65743c4 build(deps): bump actions/setup-go in the development-dependencies group
  • Additional commits viewable in compare view

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

Commits
  • 73525ad prepared release v0.25.4
  • 2bf1ed6 fix(mangling): overlapping pluralized initialisms trigger panic
  • 171b7e8 build(deps): bump the development-dependencies group across 2 directories wit...
  • 4db976a prepare v0.25.3
  • c65e588 fix(mangler): name mangler panics on trailing pluralized initialisms
  • 47cac45 ci: lint now runs in 1 single job, not a matrix
  • 5434c90 lint: fix modernize issues
  • ca4d1dd build(deps): bump the development-dependencies group across 2 directories wit...
  • 8e10796 fix(typo): correct typos in funcs, comments, and docs
  • 274f279 build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-version from 1.6.0 to 1.8.0

Release notes

Sourced from github.com/hashicorp/go-version's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: hashicorp/go-version@v1.7.0...v1.8.0

v1.7.0

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • GHA Migration (#103)
  • github: Pin external GitHub Actions to hashes (#107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • update readme (#104)
Changelog

Sourced from github.com/hashicorp/go-version's changelog.

1.8.0 (Nov 28, 2025)

ENHANCEMENTS:

INTERNAL:

1.7.0 (May 24, 2024)

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • GHA Migration (#103)
  • github: Pin external GitHub Actions to hashes (#107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • update readme (#104)
Commits
  • 505335e Merge pull request #175 from florianl/drop-init
  • 6dd734b drop init()
  • 0824a89 Merge pull request #172 from hashicorp/compliance/update-headers
  • 9325934 [COMPLIANCE] Update Copyright and License Headers
  • 5b82b98 Bump the github-actions-breaking group across 1 directory with 2 updates (#171)
  • 6c6cd77 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions-breaking grou...
  • 0e50733 Bump actions/cache from 4.2.3 to 4.2.4 in the github-actions-backward-compati...
  • 4e24ef1 Bytes implementation (#161)
  • 437649a Add benchmark test for version.String() (#159)
  • b6c4db5 Merge pull request #158 from hashicorp/compliance-template
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.3 to 1.39.1

Release notes

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

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Changelog

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

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Commits

Updates github.com/operator-framework/api from 0.23.0 to 0.38.0

Release notes

Sourced from github.com/operator-framework/api's releases.

v0.38.0

What's Changed

Full Changelog: operator-framework/api@v0.37.0...v0.38.0

v0.37.0

Significant Features

  • #454 provides a new optional release field allowing bundle authors to express packaging-specific versioning for CSVs which is backwards- and forwards-compatible. Validators are updated to ensure correct use of this field. For more information, please see the brief and rfc.

What's Changed

Full Changelog: operator-framework/api@v0.36.0...v0.37.0

v0.36.0

What's Changed

Full Changelog: operator-framework/api@v0.35.0...v0.36.0

v0.35.0

Notice

This release updates to k8s 1.34

What's Changed

... (truncated)

Commits

Updates github.com/operator-framework/operator-lifecycle-manager from 0.22.0 to 0.39.0

Release notes

Sourced from github.com/operator-framework/operator-lifecycle-manager's releases.

v0.39.0

Install

Scripted

curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.39.0/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.39.0

Changelog

d30e23ddb (e2e): Enhance e2e test to check workload resilience when catalogs goes away (#3747) f035af2fb 🌱 Bump github.com/itchyny/gojq from 0.12.17 to 0.12.18 (#3714) 386a27c38 🌱 Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.12.0 to 6.12.1 (#3715) d82f1919c 🌱 Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (#3717) 0efadc5e3 🌱 Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 (#3735) 2dd2a184d 🌱 Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (#3722) 7890bdca5 🌱 Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 (#3736) a281e8c29 🌱 Bump github.com/operator-framework/api from 0.36.0 to 0.37.0 (#3723) 4c2c5ae18 🌱 Bump github.com/prometheus/common from 0.67.2 to 0.67.4 (#3712) a3cc0c456 🌱 Bump github.com/prometheus/common from 0.67.4 to 0.67.5 (#3731) 74911fcd2 🌱 Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#3740) 5c619e611 🌱 Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#3716) 6d17e2835 🌱 Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#3711) c1c169623 🌱 Bump golang.org/x/net from 0.47.0 to 0.48.0 (#3718) b8a965c37 🌱 Bump golang.org/x/net from 0.48.0 to 0.49.0 (#3734) 2fa7e8674 🌱 Bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#3710) c293d0302 🌱 Bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#3730) d55d4899c 🌱 Bump the k8s-dependencies group with 8 updates (#3709) 7dd72de60 🌱 Bump the k8s-dependencies group with 8 updates (#3721) 6fc19e0f6 Add APIServer TLS controller for OpenShift cluster-wide TLS configuration (#3739) afb9e80a6 Add e2e test for operator workload persistence after catalog deletion (#3737) 64f9e3b8b Bump actions/checkout from 5 to 6 (#3713) 3e0b573a7 Bump actions/download-artifact from 6 to 7 (#3725) 610ee2bb6 Bump actions/upload-artifact from 5 to 6 (#3724) 34ea6ce50 Fix nil pointer dereference panic in event recorder (#3727) 01449fd03 Fix server startup failure when client-ca is empty or not provided (#3742) ea9b44952 Integrate APIServer TLS controller into Catalog operator (#3745) 67c3f06de Integrate APIServer TLS controller into OLM operator (#3744) 60221e6a9 OCPBUGS-65867: add config map service account to unpack jobs (#3732) 7cfea3d2e Replace github.com/golang/mock with go.uber.org/mock (#3708) 627f1f209 Update golang to 1.25 (#3728) 58664cc68 Update mockgen target to remove vendorlesspath fix (#3726) 127549abc Upgrade dependencies; ocp/api*, kube-openapi and indirects (#3707) c220d11de update api & op-reg dependencies (#3749) e3391c6d4 🌱 (e2e): test: skip terminating pods in catalog image update test (#3703)

... (truncated)

Commits
  • 2efd52d update script for new yq v4 (#3750)
  • 67c3f06 Integrate APIServer TLS controller into OLM operator (#3744)
  • ea9b449 Integrate APIServer TLS controller into Catalog operator (#3745)
  • c220d11 update api & op-reg dependencies (#3749)
  • d30e23d (e2e): Enhance e2e test to check workload resilience when catalogs goes away ...
  • 6fc19e0 Add APIServer TLS controller for OpenShift cluster-wide TLS configuration (#3...
  • 01449fd Fix server startup failure when client-ca is empty or not provided (#3742)
  • afb9e80 Add e2e test for operator workload persistence after catalog deletion (#3737)
  • 34ea6ce Fix nil pointer dereference panic in event recorder (#3727)
  • 74911fc 🌱 Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#3740)
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates github.com/tidwall/gjson from 1.17.1 to 1.18.0

Commits

Updates go.uber.org/mock from 0.4.0 to 0.6.0

Release notes

Sourced from go.uber.org/mock's releases.

v0.6.0

0.6.0 (18 Aug 2025)

Added

  • #258[]: Archive mode: a new mockgen mode that generates mocks out of archive files.

Fixed

  • #276[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

#258: uber-go/mock#258 #276: uber-go/mock#276

v0.5.2

0.5.2 (28 Apr 2025)

Fixed

  • #248[]: Fixed an issue with type aliases not being included in generated code correctly.

#248: uber-go/mock#248

v0.5.1

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

v0.5.0

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

... (truncated)

Changelog

Sourced from go.uber.org/mock's changelog.

0.6.0 (18 Aug 2025)

Added

  • #258[]: Archive mode: a new mockgen mode that generates mocks out of archive files.
  • #262[]: Support for specifying mock names when using the _gomock_archive bazel rule.

Fixed

  • #276[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

#258: uber-go/mock#258 #262: uber-go/mock#262 #276: uber-go/mock#276

0.5.2 (28 Apr 2025)

Fixed

  • #248[]: Fixed an issue with type aliases not being included in generated code correctly.

#248: uber-go/mock#248

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

Fixed

... (truncated)

Commits

@openshift-ci-robot
Copy link
Copy Markdown

Scheduling tests matching the pipeline_run_if_changed or not excluded by pipeline_skip_if_only_changed parameters:
/test edge-e2e-ai-operator-ztp
/test edge-e2e-metal-assisted-4-21

@coderabbitai
Copy link
Copy Markdown

coderabbitai Bot commented Feb 2, 2026

Note

Reviews paused

It looks like this branch is under active development. To avoid overwhelming you with review comments due to an influx of new commits, CodeRabbit has automatically paused this review. You can configure this behavior by changing the reviews.auto_review.auto_pause_after_reviewed_commits setting.

Use the following commands to manage reviews:

  • @coderabbitai resume to resume automatic reviews.
  • @coderabbitai review to trigger a single review.

Use the checkboxes below for quick actions:

  • ▶️ Resume reviews
  • 🔍 Trigger review

Walkthrough

Updated the project's go.mod: Go directive/toolchain bumped to 1.25.7 and many direct, indirect, and replace dependency versions were refreshed across OpenAPI/go-openapi, Kubernetes/OpenShift/controller-runtime, container/image tooling, OpenTelemetry, golang.org/x/*, and various libraries.

Changes

Cohort / File(s) Summary
Go module file
go.mod
Updated go directive/toolchain to 1.25.7; many direct, indirect, and replace entries changed.
OpenAPI / go-openapi / Swagger tooling
go.mod
Bumped go-openapi components (runtime, strfmt, swag, validate, loads, etc.) and related Swagger/go-jose tooling to newer 0.24.x–0.29.x lines.
Kubernetes / OpenShift / controller-runtime
go.mod
Updated k8s.io/* (api, apimachinery, client-go) to v0.35.x, controller-runtime to v0.23.1, and OpenShift/operator-framework modules to newer pseudo-versions.
Container / OCI / Docker / containerd
go.mod
Upgraded opencontainers/image-spec, docker/distribution, moby/docker, containerd and related connection libraries.
Observability & Monitoring
go.mod
Bumped OpenTelemetry SDK/otelhttp/trace modules and Prometheus/monitoring-related dependencies.
golang.org/x and language/runtime libs
go.mod
Updated multiple golang.org/x/* modules (net, crypto, oauth2, sys, term, text, time, etc.) and protobuf/jsonpatch-related modules.
Misc & indirects
go.mod
Updated various indirect dependencies (hashicorp/go-version, logrus, tidwall/gjson, go.uber.org/mock, mongo-driver, coreos/systemd, operator-lifecycle-manager, etc.) and adjusted module replacements.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes


Important

Pre-merge checks failed

Please resolve all errors before merging. Addressing warnings is optional.

❌ Failed checks (1 error)

Check name Status Explanation Resolution
Stable And Deterministic Test Names ❌ Error Three test files use dynamic test names constructed with fmt.Sprintf() interpolating variable values, violating stability and determinism requirements. Refactor test files to use static descriptive names and move dynamic variable interpolation into test bodies as part of setup or assertions.
✅ Passed checks (4 passed)
Check name Status Explanation
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Test Structure And Quality ✅ Passed This PR is exclusively a dependency update modifying only go.mod and go.sum files; no test files are changed.
Title check ✅ Passed The title clearly and specifically describes the main change: bumping Go dependencies with 12 updates across the project.
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
✨ Finishing Touches
📝 Generate docstrings
  • Create stacked PR
  • Commit on current branch
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch dependabot/go_modules/go-dependencies-1d95702e0a

Comment @coderabbitai help to get the list of available commands and usage tips.

@openshift-ci-robot
Copy link
Copy Markdown

Pipeline controller notification
This repo is configured to use the pipeline controller. Second-stage tests will be triggered either automatically or after lgtm label is added, depending on the repository configuration. The pipeline controller will automatically detect which contexts are required and will utilize /test Prow commands to trigger the second stage.

For optional jobs, comment /test ? to see a list of all defined jobs. To trigger manually all jobs from second stage use /pipeline required command.

This repository is configured in: LGTM mode

@openshift-ci openshift-ci Bot added the size/XXL Denotes a PR that changes 1000+ lines, ignoring generated files. label Feb 2, 2026
@openshift-ci openshift-ci Bot requested review from eliorerz and javipolo February 2, 2026 04:39
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Feb 2, 2026

[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

Details 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

2 similar comments
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Feb 2, 2026

[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

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

openshift-ci Bot commented Feb 2, 2026

[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

Details 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

@codecov
Copy link
Copy Markdown

codecov Bot commented Feb 2, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 32.45%. Comparing base (6f77cf5) to head (1ecf4b8).
⚠️ Report is 4 commits behind head on master.

Additional details and impacted files

Impacted file tree graph

@@             Coverage Diff             @@
##           master    #1493       +/-   ##
===========================================
- Coverage   48.82%   32.45%   -16.38%     
===========================================
  Files          20        9       -11     
  Lines        4397     1599     -2798     
===========================================
- Hits         2147      519     -1628     
+ Misses       2026     1004     -1022     
+ Partials      224       76      -148     

see 11 files 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
Copy Markdown

/retest-required

Remaining retests: 0 against base HEAD 213b6ef and 2 for PR HEAD fa6f376 in total

@openshift-ci-robot
Copy link
Copy Markdown

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

Details

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 12 updates:

Package From To
github.com/coreos/ignition/v2 2.18.0 2.25.1
github.com/go-openapi/runtime 0.28.0 0.29.2
github.com/go-openapi/strfmt 0.23.0 0.25.0
github.com/go-openapi/swag 0.23.0 0.25.4
github.com/hashicorp/go-version 1.6.0 1.8.0
github.com/onsi/gomega 1.38.3 1.39.1
github.com/operator-framework/api 0.23.0 0.38.0
github.com/operator-framework/operator-lifecycle-manager 0.22.0 0.39.0
github.com/sirupsen/logrus 1.9.3 1.9.4
github.com/tidwall/gjson 1.17.1 1.18.0
go.uber.org/mock 0.4.0 0.6.0
golang.org/x/net 0.47.0 0.49.0

Updates github.com/coreos/ignition/v2 from 2.18.0 to 2.25.1

Release notes

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

v2.25.1

Ignition 2.25.1 (2025-12-22)

Bug fixes

  • Fix OpenStack provider returning empty JSON instead of empty bytes when metadata has no config

v2.24.0

Features

  • Add support for nocloud config fetching in kubevirt

Bug fixes

  • Fix occasional cex.key file removal
  • Fix multipath partitioning: ignore DM holders when no partitions are mounted

v2.23.0

Features

  • Support UpCloud

Changes

  • Switch to aws-sdk-go-v2 for S3 fetches and EC2 interactions

Bug fixes

  • Fix fetch-offline for Oracle Cloud Infrastructure

v2.22.0

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

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

... (truncated)

Changelog

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

Ignition 2.25.1 (2025-12-22)

Bug fixes

  • Fix OpenStack provider returning empty JSON instead of empty bytes when metadata has no config

Ignition 2.25.0 (2025-12-11)

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

Features

  • The name for custom clevis pins is not validated by Ignition anymore, enabling the use of arbitrary custom pins (3.6.0-exp)
  • Add NVIDIA BlueField provider

Bug fixes

  • Fix EnsureGroup to be idempotent when group already exists (#2158)
  • Fix invalid random source in FIPS 140-only mode in FIPS mode (#2159)
  • Only load kernel modules when actually necessary so that they can be built-in (#2164)

Ignition 2.24.0 (2024-10-14)

This version was actually released 2025-10-14, but changing the title now would invalidate links to this entry here in the release notes.

Features

  • Add support for nocloud config fetching in kubevirt

Bug fixes

  • Fix occasional cex.key file removal
  • Fix multipath partitioning: ignore DM holders when no partitions are mounted

Ignition 2.23.0 (2025-09-10)

Features

  • Support UpCloud

Changes

  • Switch to aws-sdk-go-v2 for S3 fetches and EC2 interactions

Bug fixes

... (truncated)

Commits
  • ef86d61 Merge pull request #2181 from prestist/new-release-2.25.1
  • 87e5dd1 docs/release-notes: update for 2.25.1
  • b97b22c Merge pull request #2177 from yasminvalim/bugfix-openstack-support
  • 4248e7b Merge pull request #2179 from coreosbot-releng/repo-templates
  • 478adc4 Sync repo templates ⚙
  • 67a4c91 Merge pull request #2174 from coreos/dependabot/go_modules/build-4a2c2cba6a
  • e7e9ce1 Merge pull request #2176 from coreos/add-owners
  • 34be53d release-notes: add release notes for the bugfix
  • d0c5d54 openstack.go: fix fetchConfigFromMetadataService bug removing encoding/json
  • 21f3aaa build(deps): bump the build group with 7 updates
  • Additional commits viewable in compare view

Updates github.com/go-openapi/runtime from 0.28.0 to 0.29.2

Commits
  • 078717a fix(vuln): fixed vulnerability in returned error, not escaping single quotes
  • 97d4db8 tests: replaced stretchr/testify by go-openapi/testify
  • 3802129 chore: updated license marks in source files
  • 06d6e56 updated README for release
  • 53e5561 chore(deps): updated dependencies & relint
  • 7e6d12c build(deps): bump the go-openapi-dependencies group with 4 updates
  • f39677b chore(deps): deprecated dependency to opentracing
  • 476a4c4 chore: migrated calls to go-openapi/swag to the new API
  • 8de32b0 fixed the nil check
  • c364773 Update context.go
  • Additional commits viewable in compare view

Updates github.com/go-openapi/strfmt from 0.23.0 to 0.25.0

Commits
  • a235dd3 tests: replaced stretchr/testify by go-openapi/testify
  • b93d88e chore: updated license marks in source files
  • 398a468 build(deps): bump go.mongodb.org/mongo-driver
  • 68b6683 feat(format): add uuid7 string format support
  • ad12a81 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 5c9b6bd chore(refact): assembled bson-dependent methods and tests
  • 5e4146b chore(deps): removed dependency to govalidator
  • 900913b chore(deps): updated dependencies & relinted
  • e9d6155 build(deps): bump golang.org/x/net in the golang-org-dependencies group
  • 65743c4 build(deps): bump actions/setup-go in the development-dependencies group
  • Additional commits viewable in compare view

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

Commits
  • 73525ad prepared release v0.25.4
  • 2bf1ed6 fix(mangling): overlapping pluralized initialisms trigger panic
  • 171b7e8 build(deps): bump the development-dependencies group across 2 directories wit...
  • 4db976a prepare v0.25.3
  • c65e588 fix(mangler): name mangler panics on trailing pluralized initialisms
  • 47cac45 ci: lint now runs in 1 single job, not a matrix
  • 5434c90 lint: fix modernize issues
  • ca4d1dd build(deps): bump the development-dependencies group across 2 directories wit...
  • 8e10796 fix(typo): correct typos in funcs, comments, and docs
  • 274f279 build(deps): bump the development-dependencies group across 2 directories wit...
  • Additional commits viewable in compare view

Updates github.com/hashicorp/go-version from 1.6.0 to 1.8.0

Release notes

Sourced from github.com/hashicorp/go-version's releases.

v1.8.0

What's Changed

New Contributors

Full Changelog: hashicorp/go-version@v1.7.0...v1.8.0

v1.7.0

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • GHA Migration (#103)
  • github: Pin external GitHub Actions to hashes (#107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • update readme (#104)
Changelog

Sourced from github.com/hashicorp/go-version's changelog.

1.8.0 (Nov 28, 2025)

ENHANCEMENTS:

INTERNAL:

1.7.0 (May 24, 2024)

ENHANCEMENTS:

  • Remove reflect dependency (#91)
  • Implement the database/sql.Scanner and database/sql/driver.Value interfaces for Version (#133)

INTERNAL:

  • [COMPLIANCE] Add Copyright and License Headers (#115)
  • [COMPLIANCE] Update MPL-2.0 LICENSE (#105)
  • Bump actions/cache from 3.0.11 to 3.2.5 (#116)
  • Bump actions/checkout from 3.2.0 to 3.3.0 (#111)
  • Bump actions/upload-artifact from 3.1.1 to 3.1.2 (#112)
  • GHA Migration (#103)
  • github: Pin external GitHub Actions to hashes (#107)
  • SEC-090: Automated trusted workflow pinning (2023-04-05) (#124)
  • update readme (#104)
Commits
  • 505335e Merge pull request #175 from florianl/drop-init
  • 6dd734b drop init()
  • 0824a89 Merge pull request #172 from hashicorp/compliance/update-headers
  • 9325934 [COMPLIANCE] Update Copyright and License Headers
  • 5b82b98 Bump the github-actions-breaking group across 1 directory with 2 updates (#171)
  • 6c6cd77 Bump actions/checkout from 4.2.2 to 5.0.0 in the github-actions-breaking grou...
  • 0e50733 Bump actions/cache from 4.2.3 to 4.2.4 in the github-actions-backward-compati...
  • 4e24ef1 Bytes implementation (#161)
  • 437649a Add benchmark test for version.String() (#159)
  • b6c4db5 Merge pull request #158 from hashicorp/compliance-template
  • Additional commits viewable in compare view

Updates github.com/onsi/gomega from 1.38.3 to 1.39.1

Release notes

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

v1.39.1

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

v1.39.0

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Changelog

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

1.39.1

Update all dependencies. This auto-updated the required version of Go to 1.24, consistent with the fact that Go 1.23 has been out of support for almost six months.

1.39.0

Features

Add MatchErrorStrictly which only passes if errors.Is(actual, expected) returns true. MatchError, by contrast, will fallback to string comparison.

Commits

Updates github.com/operator-framework/api from 0.23.0 to 0.38.0

Release notes

Sourced from github.com/operator-framework/api's releases.

v0.38.0

What's Changed

Full Changelog: operator-framework/api@v0.37.0...v0.38.0

v0.37.0

Significant Features

  • #454 provides a new optional release field allowing bundle authors to express packaging-specific versioning for CSVs which is backwards- and forwards-compatible. Validators are updated to ensure correct use of this field. For more information, please see the brief and rfc.

What's Changed

Full Changelog: operator-framework/api@v0.36.0...v0.37.0

v0.36.0

What's Changed

Full Changelog: operator-framework/api@v0.35.0...v0.36.0

v0.35.0

Notice

This release updates to k8s 1.34

What's Changed

... (truncated)

Commits

Updates github.com/operator-framework/operator-lifecycle-manager from 0.22.0 to 0.39.0

Release notes

Sourced from github.com/operator-framework/operator-lifecycle-manager's releases.

v0.39.0

Install

Scripted

curl -L https://github.com/operator-framework/operator-lifecycle-manager/releases/download/v0.39.0/install.sh -o install.sh
chmod +x install.sh
./install.sh v0.39.0

Changelog

d30e23ddb (e2e): Enhance e2e test to check workload resilience when catalogs goes away (#3747) f035af2fb 🌱 Bump github.com/itchyny/gojq from 0.12.17 to 0.12.18 (#3714) 386a27c38 🌱 Bump github.com/maxbrunsfeld/counterfeiter/v6 from 6.12.0 to 6.12.1 (#3715) d82f1919c 🌱 Bump github.com/onsi/ginkgo/v2 from 2.27.2 to 2.27.3 (#3717) 0efadc5e3 🌱 Bump github.com/onsi/ginkgo/v2 from 2.27.3 to 2.27.5 (#3735) 2dd2a184d 🌱 Bump github.com/onsi/gomega from 1.38.2 to 1.38.3 (#3722) 7890bdca5 🌱 Bump github.com/onsi/gomega from 1.38.3 to 1.39.0 (#3736) a281e8c29 🌱 Bump github.com/operator-framework/api from 0.36.0 to 0.37.0 (#3723) 4c2c5ae18 🌱 Bump github.com/prometheus/common from 0.67.2 to 0.67.4 (#3712) a3cc0c456 🌱 Bump github.com/prometheus/common from 0.67.4 to 0.67.5 (#3731) 74911fcd2 🌱 Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#3740) 5c619e611 🌱 Bump github.com/spf13/cobra from 1.10.1 to 1.10.2 (#3716) 6d17e2835 🌱 Bump golang.org/x/crypto from 0.44.0 to 0.45.0 (#3711) c1c169623 🌱 Bump golang.org/x/net from 0.47.0 to 0.48.0 (#3718) b8a965c37 🌱 Bump golang.org/x/net from 0.48.0 to 0.49.0 (#3734) 2fa7e8674 🌱 Bump google.golang.org/grpc from 1.76.0 to 1.77.0 (#3710) c293d0302 🌱 Bump google.golang.org/grpc from 1.77.0 to 1.78.0 (#3730) d55d4899c 🌱 Bump the k8s-dependencies group with 8 updates (#3709) 7dd72de60 🌱 Bump the k8s-dependencies group with 8 updates (#3721) 6fc19e0f6 Add APIServer TLS controller for OpenShift cluster-wide TLS configuration (#3739) afb9e80a6 Add e2e test for operator workload persistence after catalog deletion (#3737) 64f9e3b8b Bump actions/checkout from 5 to 6 (#3713) 3e0b573a7 Bump actions/download-artifact from 6 to 7 (#3725) 610ee2bb6 Bump actions/upload-artifact from 5 to 6 (#3724) 34ea6ce50 Fix nil pointer dereference panic in event recorder (#3727) 01449fd03 Fix server startup failure when client-ca is empty or not provided (#3742) ea9b44952 Integrate APIServer TLS controller into Catalog operator (#3745) 67c3f06de Integrate APIServer TLS controller into OLM operator (#3744) 60221e6a9 OCPBUGS-65867: add config map service account to unpack jobs (#3732) 7cfea3d2e Replace github.com/golang/mock with go.uber.org/mock (#3708) 627f1f209 Update golang to 1.25 (#3728) 58664cc68 Update mockgen target to remove vendorlesspath fix (#3726) 127549abc Upgrade dependencies; ocp/api*, kube-openapi and indirects (#3707) c220d11de update api & op-reg dependencies (#3749) e3391c6d4 🌱 (e2e): test: skip terminating pods in catalog image update test (#3703)

... (truncated)

Commits
  • 2efd52d update script for new yq v4 (#3750)
  • 67c3f06 Integrate APIServer TLS controller into OLM operator (#3744)
  • ea9b449 Integrate APIServer TLS controller into Catalog operator (#3745)
  • c220d11 update api & op-reg dependencies (#3749)
  • d30e23d (e2e): Enhance e2e test to check workload resilience when catalogs goes away ...
  • 6fc19e0 Add APIServer TLS controller for OpenShift cluster-wide TLS configuration (#3...
  • 01449fd Fix server startup failure when client-ca is empty or not provided (#3742)
  • afb9e80 Add e2e test for operator workload persistence after catalog deletion (#3737)
  • 34ea6ce Fix nil pointer dereference panic in event recorder (#3727)
  • 74911fc 🌱 Bump github.com/sirupsen/logrus from 1.9.3 to 1.9.4 (#3740)
  • Additional commits viewable in compare view

Updates github.com/sirupsen/logrus from 1.9.3 to 1.9.4

Release notes

Sourced from github.com/sirupsen/logrus's releases.

v1.9.4

Notable changes

Full Changelog: sirupsen/logrus@v1.9.3...v1.9.4

Commits
  • b61f268 Merge pull request #1472 from goldlinker/master
  • 15c29db refactor: replace the deprecated function in the ioutil package
  • cb253f3 Merge pull request #1464 from thaJeztah/touchup_godoc
  • 29b2337 Merge pull request #1468 from thaJeztah/touchup_readme
  • d916819 Merge pull request #1427 from dolmen/fix-testify-usage
  • 135e482 README: small touch-ups
  • 2c5fa36 Merge pull request #1467 from thaJeztah/rm_old_badge
  • 877ecec README: remove travis badge
  • 55cf256 Merge pull request #1393 from jsoref/grammar
  • 21bae50 Merge pull request #1426 from dolmen/testing-fix-use-of-math-rand
  • Additional commits viewable in compare view

Updates github.com/tidwall/gjson from 1.17.1 to 1.18.0

Commits

Updates go.uber.org/mock from 0.4.0 to 0.6.0

Release notes

Sourced from go.uber.org/mock's releases.

v0.6.0

0.6.0 (18 Aug 2025)

Added

  • #258[]: Archive mode: a new mockgen mode that generates mocks out of archive files.

Fixed

  • #276[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

#258: uber-go/mock#258 #276: uber-go/mock#276

v0.5.2

0.5.2 (28 Apr 2025)

Fixed

  • #248[]: Fixed an issue with type aliases not being included in generated code correctly.

#248: uber-go/mock#248

v0.5.1

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

v0.5.0

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

... (truncated)

Changelog

Sourced from go.uber.org/mock's changelog.

0.6.0 (18 Aug 2025)

Added

  • #258[]: Archive mode: a new mockgen mode that generates mocks out of archive files.
  • #262[]: Support for specifying mock names when using the _gomock_archive bazel rule.

Fixed

  • #276[]: Fixed mockgen errors with go1.25 due to outdated golang.org/x/tools dependency.

#258: uber-go/mock#258 #262: uber-go/mock#262 #276: uber-go/mock#276

0.5.2 (28 Apr 2025)

Fixed

  • #248[]: Fixed an issue with type aliases not being included in generated code correctly.

#248: uber-go/mock#248

0.5.1 (7 Apr 2025)

Fixed

  • #220[]: Package mode will now generate code that uses aliases of types when they are used in the source.
  • #219[]: Fixed a collision between function argument names and package names in generated code.
  • #165[]: Fixed an issue where aliases specified by -imports were not being respected in generated code.

#220: uber-go/mock#220 #219: uber-go/mock#219 #165: uber-go/mock#165

Thanks to @​mtoader and @​bstncartwright for their contributions to this release.

0.5.0 (15 Oct 2024)

Added

  • #153[]: Add --write_command_comment flag to specify whether to include Generated by this command comment.
  • #191[]: Add --build_constraint flag to add //go:build directives to generated mocks
  • #214[]: Add gob mode to support custom package loading techniques in place of --exec_only

Changed

  • #181[]: Made mockgen faster by changing flags passed to go list.
  • #183[]: Made Cond matcher generic.
  • #204[]: Removed ISGOMOCK() from generated mocks.
  • #207[]: Deprecated reflect mode and replaced it with the new package mode.

Fixed

... (truncated)

Commits

@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from fa6f376 to 6ac2956 Compare February 9, 2026 04:41
@openshift-ci openshift-ci Bot removed the lgtm Indicates that a PR is ready to be merged. label Feb 9, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Feb 9, 2026

New changes are detected. LGTM label has been removed.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 6ac2956 to 72cb558 Compare February 16, 2026 04:37
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 72cb558 to 0d636fb Compare February 23, 2026 04:42
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Around line 28-29: The go.mod entries reference operator-framework/api v0.39.0
and operator-lifecycle-manager v0.40.0 but the api module v0.40.0 may not exist;
update go.mod to use compatible, existing releases (either align both to v0.39.0
or set operator-lifecycle-manager and operator-framework/api to their matching
published versions), then run go mod tidy and rebuild/tests to ensure downstream
imports compile; verify symbols used in code such as
olmv1alpha1.InstallPlanPhaseFailed and ClusterServiceVersion.Status.Phase still
resolve and adjust imports or versions if any compilation errors appear.

Comment thread go.mod Outdated
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 0d636fb to 6f56404 Compare March 2, 2026 04:36
Copy link
Copy Markdown

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Actionable comments posted: 3

🤖 Prompt for all review comments with AI agents
Verify each finding against the current code and only fix it if needed.

Inline comments:
In `@go.mod`:
- Line 9: The go.mod shows ignition/v2 at v2.26.0 (and related entries
operator-framework/api at v0.41.0 and operator-lifecycle-manager at v0.40.0 per
lines 26-27) which disagrees with the PR description; decide whether to keep the
rebased newer versions or revert to the intended targets, then update the
repository to match that decision: either edit go.mod to the PR-intended
versions (e.g. change github.com/coreos/ignition/v2 to v2.25.1 and the other two
to their target versions) or update the PR description to list the actual
versions, run go mod tidy and regenerate vendor if used, and run
CI/unit/integration tests (go test ./...) to ensure compatibility before
merging.
- Line 9: The go.mod change bumps the github.com/coreos/ignition/v2 dependency
from v2.18.0 to v2.26.0 which may break assisted-installer; audit all references
to the ignition module and related behavior (search for the module string
"github.com/coreos/ignition/v2", any code that constructs or validates Ignition
spec versions, references to the filename "ignition.cfg" and any code that
assumes dracut/initramfs is present), update any code that hardcodes
experimental spec versions to use stable spec names, rename or support the new
default filename "05_ignition.cfg" where appropriate, and add/adjust integration
tests to verify initramfs/dracut behavior; if changes are incompatible, pin the
go.mod entry back to a compatible version or add compatibility shims before
merging.
- Line 26: Update the dependency declaration for
github.com/operator-framework/api in go.mod from v0.41.0 to the available
v0.40.0; locate the line containing "github.com/operator-framework/api v0.41.0"
and change the version token to "v0.40.0", then run go mod tidy to ensure module
graph and go.sum are updated accordingly.

ℹ️ Review info

Configuration used: Repository: openshift/coderabbit/.coderabbit.yaml

Review profile: CHILL

Plan: Pro

Cache: Disabled due to data retention organization setting

Knowledge base: Disabled due to data retention organization setting

📥 Commits

Reviewing files that changed from the base of the PR and between 0d636fb and 6f56404.

⛔ Files ignored due to path filters (296)
  • go.sum is excluded by !**/*.sum
  • vendor/github.com/aws/aws-sdk-go-v2/LICENSE.txt is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/aws/aws-sdk-go-v2/NOTICE.txt is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/aws/aws-sdk-go-v2/aws/arn/arn.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/LICENSE is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/README.md is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/errors.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/pkg/LICENSE is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/pkg/errhttp/http.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/pkg/internal/cause/cause.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/containerd/errdefs/resolve.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/go-systemd/v22/unit/deserialize.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/go-systemd/v22/unit/doc.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/go-systemd/v22/unit/escape.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/go-systemd/v22/unit/option.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/go-systemd/v22/unit/serialize.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/shared/errors/errors.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_4/translate/translate.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_4/types/directory.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_4/types/file.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_4/types/mode.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_4/types/url.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/translate/translate.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/cex.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/clevis.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/device.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/directory.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/disk.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/file.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/filesystem.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/headers.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/ignition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/kargs.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/luks.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/mode.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/node.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/partition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/passwd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/path.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/proxy.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/raid.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/resource.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/schema.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/storage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/systemd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/tang.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/tls.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/unit.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/url.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_5/types/verification.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/translate/translate.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/cex.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/clevis.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/device.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/directory.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/disk.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/file.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/filesystem.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/headers.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/ignition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/kargs.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/luks.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/mode.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/node.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/partition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/passwd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/path.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/proxy.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/raid.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/resource.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/schema.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/storage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/systemd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/tang.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/tls.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/unit.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/url.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_6/types/verification.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/translate/translate.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/cex.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/clevis.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/device.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/directory.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/disk.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/file.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/filesystem.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/headers.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/ignition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/kargs.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/luks.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/mode.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/node.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/partition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/passwd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/path.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/proxy.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/raid.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/resource.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/schema.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/storage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/systemd.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/tang.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/tls.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/unit.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/url.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/verification.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/coreos/ignition/v2/config/validate/validate.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/helpers.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/helpers_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/normalize.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/normalize_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/reference.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/reference_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/regexp.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/regexp_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/distribution/reference/sort_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/AUTHORS is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/common.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/swagger.yaml is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/blkiodev/blkio.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/client.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/common/id_response.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/commit.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/container.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/container_top.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/container_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/disk_usage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/exec.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/health.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/hostconfig.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/hostconfig_unix.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/hostconfig_windows.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/network_settings.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/port.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/state.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/stats.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/top_response.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/update_response.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/container/waitcondition.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/events/events.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/filters/errors.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/filters/filters_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/filters/parse.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/image/disk_usage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/image/image_history.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/image/image_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/image/opts.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/image/summary.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/mount/mount.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/network/endpoint.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/network/ipam.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/network/network.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/plugin.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/plugin_responses.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/registry/authconfig.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/registry/authenticate.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/registry/registry.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/registry/search.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/storage/driver_data.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/strslice/strslice.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/common.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/config.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/container.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/network.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/node.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/runtime.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/runtime/gen.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.pb.go is excluded by !**/*.pb.go, !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.proto is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/runtime/runtime.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/secret.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/service.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/swarm.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/swarm/task.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/system/info.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/time/timestamp.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/types.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/types_deprecated.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/versions/compare.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/volume/disk_usage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/volume/options.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/api/types/volume/volume_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/build_cancel.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/build_prune.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/checkpoint.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/checkpoint_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/checkpoint_delete.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/checkpoint_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/client.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/client_interfaces.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/client_unix.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/client_windows.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/config_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/config_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/config_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/config_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/config_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_attach.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_commit.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_copy.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_diff.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_exec.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_export.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_kill.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_logs.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_pause.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_prune.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_rename.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_resize.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_restart.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_start.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_stats.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_stop.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_top.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_unpause.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/container_wait.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/disk_usage.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/distribution_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/envvars.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/errors.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/events.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/hijack.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_build.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_history.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_history_opts.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_import.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_inspect_opts.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_load.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_load_opts.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_prune.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_pull.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_push.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_save.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_save_opts.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_search.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/image_tag.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/info.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/interface_stable.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/login.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_connect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_disconnect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_prune.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/network_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/node_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/node_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/node_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/node_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/options.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/ping.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_disable.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_enable.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_install.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_push.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_set.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/plugin_upgrade.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/request.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/secret_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/secret_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/secret_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/secret_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/secret_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/service_create.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/service_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/service_list.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/service_logs.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/service_remove.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/service_update.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/swarm_get_unlock_key.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/swarm_init.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/swarm_inspect.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/swarm_join.go is excluded by !**/vendor/**, !vendor/**
  • vendor/github.com/docker/docker/client/swarm_leave.go is excluded by !**/vendor/**, !vendor/**
📒 Files selected for processing (1)
  • go.mod

Comment thread go.mod
Comment thread go.mod Outdated
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 6f56404 to 75e72b1 Compare March 9, 2026 04:34
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 75e72b1 to 0840344 Compare March 30, 2026 04:50
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 6, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 6, 2026

rebase

Details

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.

@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 0840344 to b6e6232 Compare April 6, 2026 04:50
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 6, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from b6e6232 to 11f339e Compare April 13, 2026 04:52
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 11f339e to 90bc599 Compare April 20, 2026 04:55
@openshift-ci openshift-ci Bot added the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 27, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 27, 2026

rebase

Details

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.

…pdates

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

| Package | From | To |
| --- | --- | --- |
| [github.com/coreos/ignition/v2](https://github.com/coreos/ignition) | `2.18.0` | `2.26.0` |
| [github.com/go-openapi/runtime](https://github.com/go-openapi/runtime) | `0.28.0` | `0.29.4` |
| [github.com/go-openapi/swag](https://github.com/go-openapi/swag) | `0.23.0` | `0.26.0` |
| [github.com/hashicorp/go-version](https://github.com/hashicorp/go-version) | `1.6.0` | `1.9.0` |
| [github.com/onsi/gomega](https://github.com/onsi/gomega) | `1.38.3` | `1.39.1` |
| [github.com/operator-framework/api](https://github.com/operator-framework/api) | `0.23.0` | `0.42.0` |
| [github.com/operator-framework/operator-lifecycle-manager](https://github.com/operator-framework/operator-lifecycle-manager) | `0.22.0` | `0.42.0` |
| [github.com/tidwall/gjson](https://github.com/tidwall/gjson) | `1.17.1` | `1.18.0` |



Updates `github.com/coreos/ignition/v2` from 2.18.0 to 2.26.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.18.0...v2.26.0)

Updates `github.com/go-openapi/runtime` from 0.28.0 to 0.29.4
- [Release notes](https://github.com/go-openapi/runtime/releases)
- [Commits](go-openapi/runtime@v0.28.0...v0.29.4)

Updates `github.com/go-openapi/strfmt` from 0.23.0 to 0.26.1
- [Release notes](https://github.com/go-openapi/strfmt/releases)
- [Commits](go-openapi/strfmt@v0.23.0...v0.26.1)

Updates `github.com/go-openapi/swag` from 0.23.0 to 0.26.0
- [Release notes](https://github.com/go-openapi/swag/releases)
- [Commits](go-openapi/swag@v0.23.0...v0.26.0)

Updates `github.com/hashicorp/go-version` from 1.6.0 to 1.9.0
- [Release notes](https://github.com/hashicorp/go-version/releases)
- [Changelog](https://github.com/hashicorp/go-version/blob/main/CHANGELOG.md)
- [Commits](hashicorp/go-version@v1.6.0...v1.9.0)

Updates `github.com/onsi/gomega` from 1.38.3 to 1.39.1
- [Release notes](https://github.com/onsi/gomega/releases)
- [Changelog](https://github.com/onsi/gomega/blob/master/CHANGELOG.md)
- [Commits](onsi/gomega@v1.38.3...v1.39.1)

Updates `github.com/operator-framework/api` from 0.23.0 to 0.42.0
- [Release notes](https://github.com/operator-framework/api/releases)
- [Changelog](https://github.com/operator-framework/api/blob/master/RELEASE.md)
- [Commits](operator-framework/api@v0.23.0...v0.42.0)

Updates `github.com/operator-framework/operator-lifecycle-manager` from 0.22.0 to 0.42.0
- [Release notes](https://github.com/operator-framework/operator-lifecycle-manager/releases)
- [Commits](operator-framework/operator-lifecycle-manager@v0.22.0...v0.42.0)

Updates `github.com/sirupsen/logrus` from 1.9.3 to 1.9.4
- [Release notes](https://github.com/sirupsen/logrus/releases)
- [Changelog](https://github.com/sirupsen/logrus/blob/master/CHANGELOG.md)
- [Commits](sirupsen/logrus@v1.9.3...v1.9.4)

Updates `github.com/tidwall/gjson` from 1.17.1 to 1.18.0
- [Commits](tidwall/gjson@v1.17.1...v1.18.0)

Updates `go.uber.org/mock` from 0.4.0 to 0.6.0
- [Release notes](https://github.com/uber/mock/releases)
- [Changelog](https://github.com/uber-go/mock/blob/main/CHANGELOG.md)
- [Commits](uber-go/mock@v0.4.0...v0.6.0)

Updates `golang.org/x/net` from 0.48.0 to 0.52.0
- [Commits](golang/net@v0.48.0...v0.52.0)

---
updated-dependencies:
- dependency-name: github.com/coreos/ignition/v2
  dependency-version: 2.25.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/runtime
  dependency-version: 0.29.2
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/go-openapi/strfmt
  dependency-version: 0.25.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.25.4
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/hashicorp/go-version
  dependency-version: 1.8.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/onsi/gomega
  dependency-version: 1.39.1
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/operator-framework/api
  dependency-version: 0.38.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/operator-framework/operator-lifecycle-manager
  dependency-version: 0.39.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: github.com/sirupsen/logrus
  dependency-version: 1.9.4
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: go-dependencies
- dependency-name: github.com/tidwall/gjson
  dependency-version: 1.18.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: go.uber.org/mock
  dependency-version: 0.6.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
- dependency-name: golang.org/x/net
  dependency-version: 0.49.0
  dependency-type: direct:production
  update-type: version-update:semver-minor
  dependency-group: go-dependencies
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot changed the title NO-ISSUE: Bump the go-dependencies group with 12 updates NO-ISSUE: Bump the go-dependencies group across 1 directory with 12 updates Apr 27, 2026
@dependabot dependabot Bot force-pushed the dependabot/go_modules/go-dependencies-1d95702e0a branch from 90bc599 to 1ecf4b8 Compare April 27, 2026 04:58
@openshift-ci openshift-ci Bot removed the needs-rebase Indicates a PR cannot be merged because it has merge conflicts with HEAD. label Apr 27, 2026
@openshift-ci
Copy link
Copy Markdown

openshift-ci Bot commented Apr 27, 2026

@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-4-21 75e72b1 link true /test edge-e2e-metal-assisted-4-21
ci/prow/edge-lint 1ecf4b8 link true /test edge-lint
ci/prow/okd-scos-images 1ecf4b8 link true /test okd-scos-images
ci/prow/edge-unit-test 1ecf4b8 link true /test edge-unit-test
ci/prow/edge-images 1ecf4b8 link true /test edge-images
ci/prow/images 1ecf4b8 link true /test images
ci/prow/edge-e2e-metal-assisted-4-22 1ecf4b8 link true /test edge-e2e-metal-assisted-4-22
ci/prow/e2e-agent-compact-ipv4 1ecf4b8 link true /test e2e-agent-compact-ipv4
ci/prow/edge-e2e-ai-operator-ztp 1ecf4b8 link true /test edge-e2e-ai-operator-ztp
ci/prow/verify-deps 1ecf4b8 link true /test verify-deps
ci/prow/mce-images 1ecf4b8 link true /test mce-images

Full PR test history. Your PR dashboard.

Details

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. go Pull requests that update Go code jira/valid-reference Indicates that this PR references a valid Jira ticket of any type. 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