NO-ISSUE: Bump the go-dependencies group across 1 directory with 12 updates#1493
NO-ISSUE: Bump the go-dependencies group across 1 directory with 12 updates#1493dependabot[bot] wants to merge 1 commit into
Conversation
LabelsThe following labels could not be found: Please fix the above issues or remove invalid values from |
|
@dependabot[bot]: This pull request explicitly references no jira issue. DetailsIn response to this:
|
|
Scheduling tests matching the |
|
Note Reviews pausedIt 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 Use the following commands to manage reviews:
Use the checkboxes below for quick actions:
WalkthroughUpdated the project's Changes
Estimated code review effort🎯 3 (Moderate) | ⏱️ ~25 minutes Important Pre-merge checks failedPlease resolve all errors before merging. Addressing warnings is optional. ❌ Failed checks (1 error)
✅ Passed checks (4 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
Pipeline controller notification For optional jobs, comment This repository is configured in: LGTM mode |
|
[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 DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
2 similar comments
|
[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 DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
|
[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 DetailsNeeds approval from an approver in each of these files:Approvers can indicate their approval by writing |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ 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 🚀 New features to boost your workflow:
|
|
@dependabot[bot]: This pull request explicitly references no jira issue. DetailsIn response to this:
|
fa6f376 to
6ac2956
Compare
|
New changes are detected. LGTM label has been removed. |
6ac2956 to
72cb558
Compare
72cb558 to
0d636fb
Compare
There was a problem hiding this comment.
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.
0d636fb to
6f56404
Compare
There was a problem hiding this comment.
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
⛔ Files ignored due to path filters (296)
go.sumis excluded by!**/*.sumvendor/github.com/aws/aws-sdk-go-v2/LICENSE.txtis excluded by!**/vendor/**,!vendor/**vendor/github.com/aws/aws-sdk-go-v2/NOTICE.txtis excluded by!**/vendor/**,!vendor/**vendor/github.com/aws/aws-sdk-go-v2/aws/arn/arn.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/LICENSEis excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/README.mdis excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/errors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/pkg/LICENSEis excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/pkg/errhttp/http.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/pkg/internal/cause/cause.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/containerd/errdefs/resolve.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/go-systemd/v22/unit/deserialize.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/go-systemd/v22/unit/doc.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/go-systemd/v22/unit/escape.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/go-systemd/v22/unit/option.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/go-systemd/v22/unit/serialize.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/shared/errors/errors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_4/translate/translate.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_4/types/directory.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_4/types/file.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_4/types/mode.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_4/types/url.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/translate/translate.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/cex.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/clevis.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/device.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/directory.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/disk.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/file.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/filesystem.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/headers.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/ignition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/kargs.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/luks.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/mode.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/node.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/partition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/passwd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/path.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/proxy.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/raid.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/resource.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/schema.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/storage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/systemd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/tang.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/tls.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/unit.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/url.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_5/types/verification.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/translate/translate.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/cex.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/clevis.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/device.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/directory.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/disk.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/file.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/filesystem.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/headers.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/ignition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/kargs.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/luks.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/mode.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/node.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/partition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/passwd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/path.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/proxy.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/raid.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/resource.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/schema.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/storage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/systemd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/tang.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/tls.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/unit.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/url.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_6/types/verification.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/translate/translate.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/cex.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/clevis.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/device.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/directory.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/disk.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/file.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/filesystem.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/headers.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/ignition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/kargs.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/luks.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/mode.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/node.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/partition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/passwd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/path.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/proxy.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/raid.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/resource.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/schema.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/storage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/systemd.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/tang.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/tls.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/unit.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/url.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/v3_7_experimental/types/verification.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/coreos/ignition/v2/config/validate/validate.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/helpers.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/helpers_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/normalize.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/normalize_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/reference.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/reference_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/regexp.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/regexp_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/distribution/reference/sort_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/AUTHORSis excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/common.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/swagger.yamlis excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/blkiodev/blkio.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/client.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/common/id_response.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/commit.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/container.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/container_top.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/container_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/disk_usage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/exec.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/health.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/hostconfig.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/hostconfig_unix.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/hostconfig_windows.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/network_settings.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/port.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/state.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/stats.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/top_response.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/update_response.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/container/waitcondition.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/events/events.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/filters/errors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/filters/filters_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/filters/parse.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/image/disk_usage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/image/image_history.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/image/image_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/image/opts.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/image/summary.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/mount/mount.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/network/endpoint.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/network/ipam.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/network/network.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/plugin.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/plugin_responses.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/registry/authconfig.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/registry/authenticate.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/registry/registry.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/registry/search.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/storage/driver_data.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/strslice/strslice.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/common.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/config.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/container.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/network.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/node.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/runtime.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/runtime/gen.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.pb.gois excluded by!**/*.pb.go,!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/runtime/plugin.protois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/runtime/runtime.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/secret.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/service.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/swarm.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/swarm/task.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/system/info.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/time/timestamp.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/types.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/types_deprecated.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/versions/compare.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/volume/disk_usage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/volume/options.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/api/types/volume/volume_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/build_cancel.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/build_prune.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/checkpoint.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/checkpoint_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/checkpoint_delete.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/checkpoint_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/client.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/client_interfaces.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/client_unix.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/client_windows.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/config_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/config_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/config_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/config_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/config_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_attach.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_commit.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_copy.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_diff.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_exec.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_export.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_kill.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_logs.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_pause.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_prune.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_rename.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_resize.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_restart.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_start.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_stats.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_stop.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_top.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_unpause.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/container_wait.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/disk_usage.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/distribution_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/envvars.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/errors.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/events.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/hijack.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_build.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_history.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_history_opts.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_import.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_inspect_opts.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_load.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_load_opts.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_prune.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_pull.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_push.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_save.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_save_opts.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_search.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/image_tag.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/info.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/interface_stable.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/login.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_connect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_disconnect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_prune.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/network_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/node_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/node_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/node_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/node_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/options.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/ping.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_disable.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_enable.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_install.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_push.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_set.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/plugin_upgrade.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/request.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/secret_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/secret_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/secret_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/secret_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/secret_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/service_create.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/service_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/service_list.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/service_logs.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/service_remove.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/service_update.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/swarm_get_unlock_key.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/swarm_init.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/swarm_inspect.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/swarm_join.gois excluded by!**/vendor/**,!vendor/**vendor/github.com/docker/docker/client/swarm_leave.gois excluded by!**/vendor/**,!vendor/**
📒 Files selected for processing (1)
go.mod
6f56404 to
75e72b1
Compare
75e72b1 to
0840344
Compare
|
rebase DetailsInstructions 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. |
0840344 to
b6e6232
Compare
b6e6232 to
11f339e
Compare
11f339e to
90bc599
Compare
|
rebase DetailsInstructions 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>
90bc599 to
1ecf4b8
Compare
|
@dependabot[bot]: The following tests failed, say
Full PR test history. Your PR dashboard. DetailsInstructions 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. |
Bumps the go-dependencies group with 8 updates in the / directory:
2.18.02.26.00.28.00.29.40.23.00.26.01.6.01.9.01.38.31.39.10.23.00.42.00.22.00.42.01.17.11.18.0Updates
github.com/coreos/ignition/v2from 2.18.0 to 2.26.0Release notes
Sourced from github.com/coreos/ignition/v2's releases.
... (truncated)
Changelog
Sourced from github.com/coreos/ignition/v2's changelog.
... (truncated)
Commits
7e288edMerge pull request #2205 from prestist/new-release-2.26.0506d91ddocs/release-notes: update for 2.26.0af7bcceMerge pull request #2202 from prestist/3.6-stable8ab8a64docs: update for spec stabilizationc7031fbdocs: shuffle for spec stabilization41d23b1tests: update for new experimental spec3252aa5*: update to v3_7_experimental spec0e5a329config/v3_7_experimental: adapt for new experimental spec21d5140config: copy v3_6 to v3_7_experimental57d4d86config/v3_6: stabilizeUpdates
github.com/go-openapi/runtimefrom 0.28.0 to 0.29.4Release notes
Sourced from github.com/go-openapi/runtime's releases.
... (truncated)
Commits
502610cchore: prepare release v0.29.4ab827debuild(deps): bump go.opentelemetry.io/otel/sdk from 1.42.0 to 1.43.0 (#415)cd6e3cebuild(deps): bump the go-openapi-dependencies group across 1 directory with 4...095e8a5build(deps): bump the development-dependencies group with 7 updates64b7679doc: updated contributors filef52c4b9test: removed static testing TLS material (replaced by test helper) (#413)7b92467doc: updated contributors file37756d4build(deps): bump the go-openapi-dependencies group across 2 directories with...7a1eb81build(deps): bump the other-dependencies group across 1 directory with 3 upda...564acecbuild(deps): bump golang.org/x/syncUpdates
github.com/go-openapi/strfmtfrom 0.23.0 to 0.26.1Release notes
Sourced from github.com/go-openapi/strfmt's releases.
... (truncated)
Commits
fcbb618chore: prepare release v0.26.1466a056fix: swagger annotations in comment impact go-swagger scanner (#233)1a8f943doc: update discord link (#232)0e7ae07ci: fixed dependabot path (#231)3bb3e72doc: updated contributors file9c0a4c7build(deps): bump the development-dependencies group across 2 directories wit...98dc17eci: fixed coverage calculation w/ integration testsc685555ci: removed local git-cliff config (now shared, remote config)189f0ccchore: prepare release v0.26.08d2d66ctest: updated testify/v2 (#226)Updates
github.com/go-openapi/swagfrom 0.23.0 to 0.26.0Release notes
Sourced from github.com/go-openapi/swag's releases.
... (truncated)
Commits
10f02a4chore: prepare release v0.26.0543ed20feat(jsonname): added new json name provider more respectful of go convention...15feaa1doc: updated contributors filebe70d5ebuild(deps): bump the go-openapi-dependencies group across 15 directories wit...e3a465dchore: bump go directive to 1.25.0 (#192)544d0dedoc: add portable agentic instructions (#191)2345c91doc: update discord link (#190)6aaa57cbuild(deps): bump the other-dependencies group across 3 directories with 1 up...524ef32build(deps): bump the development-dependencies group with 7 updates228d6edci: fixed dependabot path (#187)Updates
github.com/hashicorp/go-versionfrom 1.6.0 to 1.9.0Release notes
Sourced from github.com/hashicorp/go-version's releases.
... (truncated)
Changelog
Sourced from github.com/hashicorp/go-version's changelog.
... (truncated)
Commits
b80b1e6Update CHANGELOG for version 1.9.0 (#187)e93736fBump the github-actions-backward-compatible group across 1 directory with 2 u...c009de0Bump actions/upload-artifact from 6.0.0 to 7.0.0 in the github-actions-breaki...0474357Update GitHub Actions to trigger on pull requests and update go version (#185)b4ab5fcSupport parsing versions with custom prefixes via opt-in option (#79)25c683bMerge pull request #182 from hashicorp/dependabot/github_actions/github-actio...4f2bcd8Bump the github-actions-backward-compatible group with 3 updatesacb8b18Merge pull request #180 from hashicorp/dependabot/github_actions/github-actio...0394c4fMerge pull request #179 from hashicorp/dependabot/github_actions/github-actio...b2fbaa7Bump the github-actions-backward-compatible group across 1 directory with 2 u...Updates
github.com/onsi/gomegafrom 1.38.3 to 1.39.1Release notes
Sourced from github.com/onsi/gomega's releases.
Changelog
Sourced from github.com/onsi/gomega's changelog.
Commits
1a25a36v1.39.1406faeebump all deps49561adv1.39.08f7f425document MatchErrorStrictlybae643dadd matcher relecting errors.Is behaviorUpdates
github.com/operator-framework/apifrom 0.23.0 to 0.42.0Release notes
Sourced from github.com/operator-framework/api's releases.
... (truncated)
Commits
3b53b73Bump the k8s-dependencies group with 4 updates (#482)aae9a89Bump google.golang.org/grpc from 1.78.0 to 1.79.3 (#481)2b3f088Bump sigs.k8s.io/controller-runtime in the k8s-dependencies group (#480)8653fdaBump the k8s-dependencies group with 4 updates (#479)afd36f6Upgrade from go 1.25.3 to 1.25.7 (#474)7641ce3Add OpenAPIModelName() generation for v1alpha1 and lib/version types (#477)63554abadd bundle relatedimage image pullspec validation (#475)1b5c3eaBump the k8s-dependencies group with 4 updates (#478)884ff95chore(deps): upgrade Go module dependencies (edge) (#473)c8bc31eBump github.com/google/cel-go from 0.26.1 to 0.27.0 (#472)Updates
github.com/operator-framework/operator-lifecycle-managerfrom 0.22.0 to 0.42.0Release notes
Sourced from github.com/operator-framework/operator-lifecycle-manager's releases.
... (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)4baa8d4Add fgiudici as reviewer (#3805)15860d3Update o-f/api and o-f/operator-registry dependencies (#3804)ee4cd40Migrate 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)Updates
github.com/sirupsen/logrusfrom 1.9.3 to 1.9.4Release notes
Sourced from github.com/sirupsen/logrus's releases.
...Description has been truncated