Skip to content

fix(deps): update minor dependencies#60

Open
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-dependencies
Open

fix(deps): update minor dependencies#60
renovate[bot] wants to merge 1 commit intomasterfrom
renovate/minor-dependencies

Conversation

@renovate
Copy link
Copy Markdown
Contributor

@renovate renovate bot commented Aug 31, 2025

This PR contains the following updates:

Package Change Age Confidence
github.com/google/cel-go v0.23.2 -> v0.26.1 age confidence
github.com/harvester/harvester v1.5.0 -> v1.6.0 age confidence
github.com/harvester/harvester-load-balancer v0.2.0-rc2 -> v0.4.4 age confidence
github.com/operator-framework/operator-lifecycle-manager v0.0.0-20190128024246-5eb7ae5bdb7a -> v0.35.0 age confidence
github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.68.0 -> v0.85.0 age confidence
github.com/rancher/lasso v0.0.0-20241202185148-04649f379358 -> v0.2.4 age confidence
github.com/rancher/rancher v0.0.0-20240919204204-3da2ae0cabd1 -> v0.63.1 age confidence
k8s.io/api v0.33.1 -> v0.34.1 age confidence
k8s.io/api v0.31.5 -> v0.34.1 age confidence
k8s.io/apiextensions-apiserver v0.31.5 -> v0.34.1 age confidence
k8s.io/apimachinery v0.33.1 -> v0.34.1 age confidence
k8s.io/apimachinery v0.31.5 -> v0.34.1 age confidence
k8s.io/apiserver v0.31.5 -> v0.34.1 age confidence
k8s.io/cli-runtime v0.31.5 -> v0.34.1 age confidence
k8s.io/client-go v0.31.5 -> v0.34.1 age confidence
k8s.io/cloud-provider v0.31.5 -> v0.34.1 age confidence
k8s.io/cluster-bootstrap v0.31.5 -> v0.34.1 age confidence
k8s.io/code-generator v0.31.5 -> v0.34.1 age confidence
k8s.io/component-base v0.33.1 -> v0.34.1 age confidence
k8s.io/component-base v0.31.5 -> v0.34.1 age confidence
k8s.io/component-helpers v0.31.5 -> v0.34.1 age confidence
k8s.io/controller-manager v0.31.5 -> v0.34.1 age confidence
k8s.io/cri-api v0.31.5 -> v0.34.1 age confidence
k8s.io/csi-translation-lib v0.31.5 -> v0.34.1 age confidence
k8s.io/kms v0.31.5 -> v0.34.1 age confidence
k8s.io/kube-aggregator v0.31.5 -> v0.34.1 age confidence
k8s.io/kube-controller-manager v0.31.5 -> v0.34.1 age confidence
k8s.io/kube-scheduler v0.31.5 -> v0.34.1 age confidence
k8s.io/kubectl v0.31.5 -> v0.34.1 age confidence
k8s.io/kubelet v0.31.5 -> v0.34.1 age confidence
k8s.io/kubernetes v1.31.12 -> v1.34.1 age confidence
k8s.io/metrics v0.31.5 -> v0.34.1 age confidence
k8s.io/mount-utils v0.31.5 -> v0.34.1 age confidence
k8s.io/pod-security-admission v0.31.5 -> v0.34.1 age confidence
k8s.io/sample-apiserver v0.31.5 -> v0.34.1 age confidence
kubevirt.io/api v1.5.0 -> v1.6.0 age confidence
kubevirt.io/client-go v1.5.0 -> v1.6.0 age confidence
kubevirt.io/kubevirt v1.5.0 -> v1.6.0 age confidence
sigs.k8s.io/cluster-api v1.6.8 -> v1.11.1 age confidence
sigs.k8s.io/controller-runtime v0.19.7 -> v0.22.1 age confidence

Release Notes

google/cel-go (github.com/google/cel-go)

v0.26.1

Compare Source

What's Changed
New Contributors

Full Changelog: google/cel-go@v0.25.1...v0.26.1

v0.26.0

Compare Source

New Features ✨
Bug Fixes 🐛
Test Updates 🧪
Documentation 📚
Dependency Updates ⬆️

v0.25.1

Compare Source

v0.25.0

Compare Source

Features & Enhancements

This release introduces features for richer configuration-based CEL, AI prompt generation from config files, additional documentation, and 3x performance when evaluating traced / state-tracking expressions. This release also introduces a unit test runner framwork.

#​1141: Expose extension option factory as a public method

#​1143: Add a new compiler tool which can be used to compile CEL expressions and policies using serialized environment

#​1151: Lightweight observable evaluation

#​1155: Utilities for formatting and parsing documentation strings

#​1156: Support for documentation and example strings in CEL environments

#​1158: Re-export interpreter.AttributePattern in package cel.

#​1159: Document the standard library macros and functions

#​1160: Prompt generation for AI-assisted authoring based on a CEL environment

#​1117: Add LateFunctionBinding declaration and fix constant folding

#​1163: Initialize stateful observers prior to evaluation

#​1164: Unparse Expr values to strings

#​1149: Add test runner library

#​1167: REPL: Add an extension option for two var comprehensions

Fixes

Several fixes were implemented, including updating strings.format to better adhere to the specification, correcting constant folding logic alongside the late binding feature, removing a non-functional check in test code, and adding argument count validation for optFieldSelect.

#​1133: Update strings.format to adhere to the specification

#​1117: Add LateFunctionBinding declaration and fix constant folding

#​1161: Remove non-functional optional check in test-only selection

#​1168: Check arg count when validating optFieldSelect

Refactoring & Internal Improvements

General refactoring was performed across the codebase. Coverage and comments for Activation methods were improved. The test runner library was refactored to create options from flags and improve code structure.

#​1145: Refactoring changes

#​1150: Additional comments and coverage for Activation methods

#​1165: Refactoring changes to create a test runner option from passed flags, correct indentation and add package level comment for test

Documentation

Documentation was enhanced, including updates to the NativeTypes documentation regarding the cel tag, adding documentation for the optional library, and documenting the standard library functions/macros as part of the documentation string feature.

#​1148: Update NativeTypes doc to reflect how to enable cel tag

#​1155: Utilities for formatting and parsing documentation strings

#​1156: Support for documentation and example strings in CEL environments

#​1159: Document the standard library macros and functions

#​1162: Document optional library and increase docs coverage

Build System

Configuration fixes were made for Bzlmod compatibility.

#​1146: Bzlmod configuration fixes

Type System

Type formatting was updated to correctly handle type parameters.

#​1154: Update type formatting for type params

v0.24.1

Compare Source

Fixes

  • Separate unnest optimization from composer to capture type info [#​1138]

Full Changelog: google/cel-go@v0.24.0...v0.24.1

v0.24.0

Compare Source

Support for subsetting CEL standard library and serialization of CEL environments to YAML.

CEL is an official Google product [#​1122]

Features

  • Helper methods for subsetting function overloads [#​1120]
  • Introduce cel package aliases for Activation [#​1123]
  • Canonical environment description and stdlib subsetting [#​1125]
  • Support for cel.Env conversion to YAML-serializable config [#​1128]
  • Option to configure CEL via env.Config object [#​1129]
  • Support for feature flags and validators in env.Config [#​1132]
  • Add k8s custom policy tag handler for test [#​1121]

Fixes

  • ContextEval support for Unknowns [#​1126]
  • Fix godoc formatting for Lists and OptionalTypes functions [#​1127]
  • Default enable DefaultUTCTimeZone [#​1130]
  • Support for splitting nested branching operators within policies [#​1136]

New Contributors

Full Changelog: google/cel-go@v0.23.2...v0.24.0

harvester/harvester (github.com/harvester/harvester)

v1.6.0

Compare Source

Harvester v1.6.0 Release Notes

This release introduces several features, enhancements, and bug fixes that improve system quality and the overall user experience. The documentation is available at https://docs.harvesterhci.io/v1.6.

The Harvester team appreciates your contributions and looks forward to receiving feedback regarding this release.

Downloads

AMD64
Full ISO

💿 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-amd64.iso

📁 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-vmlinuz-amd64

📁 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-initrd-amd64

📁 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-rootfs-amd64.squashfs

https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-amd64.sha512

📝 https://releases.rancher.com/harvester/v1.6.0/version.yaml

Net Install ISO

💿 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-amd64-net-install.iso

📝 https://docs.harvesterhci.io/v1.6/install/net-install/

ARM64

💿 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-arm64.iso

📁 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-vmlinuz-arm64

📁 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-initrd-arm64

📁 https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-rootfs-arm64.squashfs

https://releases.rancher.com/harvester/v1.6.0/harvester-v1.6.0-arm64.sha512

📝 https://releases.rancher.com/harvester/v1.6.0/version-arm64.yaml

Installation

Harvester can be installed using the ISO image, a bootable USB drive, and PXE boot. A net install ISO image, which contains only the core OS components, is also now available. For more information, see the Installation section of the documentation.

[!IMPORTANT]
The Harvester v1.6.0 installer checks if the hardware meets the minimum requirements for production use. If any of the checks fail, installation is stopped and warnings are printed to the system console.

You can disable this behavior during iPXE installation (for testing purposes) by adding the kernel parameter harvester.install.skipchecks=true when you boot the system. For more information, see Useful Kernel Parameters.

Upgrades

Harvester only allows upgrades from supported versions. For more information about upgrade paths and procedures, see Upgrading Harvester.

Highlights

Experimental Features

[!IMPORTANT]
All new features that use Kube-OVN are considered experimental. The Kube-OVN implementation in Harvester v1.6.0 does not support upgrades, virtual machine live migration, and the Harvester Node Driver for guest cluster provisioning.

Kube-OVN Operator

The kubeovn-operator add-on is a tool for managing Kube-OVN as a secondary container network interface (CNI) on Harvester clusters. Kube-OVN provides advanced software-defined networking (SDN) capabilities such as virtual private cloud (VPC) and subnets for virtual machine workloads. When you enable the add-on, it deploys Kube-OVN to your Harvester cluster and creates the default Configuration CRD, which defines the desired state of the Kube-OVN installation.

Documentation | GitHub issue

Overlay Network

The Harvester network-controller leverages Kube-OVN to create an OVN-based virtualized network that supports advanced SDN capabilities such as VPCs and subnets for virtual machine workloads. An overlay network represents a virtual layer 2 switch that encapsulates and forwards traffic between virtual machines.

Documentation | GitHub issue

Virtual Private Cloud (VPC)

In Harvester, a VPC is a logical network container that you can use to manage and isolate subnets and traffic. Harvester provides a default VPC named ovn-cluster and allows you to create custom VPCs. At a high level, VPC creation involves enabling the kubeovn-operator add-on, creating an overlay network and a subnet, and linking the two networks.

The VPC implementation in Harvester v1.6.0 enables scalable, isolated L3 and L2 network structures across the cluster. Kube-OVN creates the VPC and its subnets, and manages all L3 logic (routing, NAT, VPC peering, and isolation). Harvester defines the overlay networks and provisions virtual machines that are connected to those overlay networks. This architecture provides a clear separation of concerns: Kube-OVN handles SDN, while Harvester handles virtualization.

Demo | Documentation | GitHub issue

VPC Network Connectivity

In Harvester v1.6.0, virtual machines can connect with external networks if they are part of a subnet within the default VPC (ovn-cluster) and if the natOutgoing setting is enabled on that subnet. This setting enables network address translation (NAT) for all traffic leaving the subnet and heading to destinations outside of the VPC.

Communication between virtual machines in different VPCs is also possible. To achieve this, you must configure a VPC peering connection and static routes that define how traffic is forwarded. However, peering is limited to custom VPCs. You cannot establish a peering connection between the default VPC (ovn-cluster) and a custom VPC.

Demo | Documentation | GitHub issue

Virtual Machine Isolation

Isolation between virtual machines is typically achieved using either VLANs (in traditional networks) or virtual switches (in Kube-OVN). If you want to isolate virtual machines within the same virtual switch network, you can use subnet access control lists (ACLs) and Kubernetes network policies to achieve the required micro-segmentation.

Demo | Documentation | GitHub issue

Fully Supported Features
Containerized Data Importer (CDI) Settings on the Harvester UI

Harvester uses CDI to manage virtual machine image operations for certain StorageClasses. Starting with v1.6.0, you can use the Harvester UI to configure CDI settings when creating or updating a StorageClass. Each field on the CDI Settings tab corresponds to an annotation that modifies a specific StorageClass parameter. With this enhancement, you can avoid direct changes to the storage profile or CDI, which may result in unexpected system behavior. Instead, allow the Harvester controller to synchronize and persist the storage profile configuration through the use of CDI annotations.

Demo | Documentation | GitHub issue

CPU and Memory Hotplug

Starting with Harvester v1.6.0, you can increase a virtual machine's CPU and memory resources while it is running. To use this feature, you must enable CPU and memory hotplug when you create the virtual machine. Once the virtual machine is created, you can add more CPU and memory resources at any time. Harvester automatically migrates the virtual machine to a node that has the necessary resources.

Demo | Documentation | GitHub issue

Live Migration Progress Monitoring

In Harvester v1.6.0, you can monitor the progress of virtual machine live migration directly from the Harvester UI. The Migration tab of the virtual machine details screen displays migration event information and real-time metrics such as remaining data and memory transfer rate. To view the information, you must ensure that the rancher-monitoring add-on is enabled.

Demo | Documentation | GitHub issue

Online Volume Expansion

Harvester v1.6.0 allows you to expand volumes that are in use, as long as the underlying storage provider supports the feature. This works for volumes that are attached to a running virtual machine, or that have persistent volume claims (PVCs) connected to a running pod in a guest cluster.

The Longhorn V1 Data Engine fully supports online volume expansion, but the V2 Data Engine currently does not support it. For third-party storage, Harvester blocks online volume expansion requests by default. To allow such requests, you must use the csi-online-expand-validation setting to validate the storage provider.

Demo | Documentation | GitHub issues: 2811 and 7358

Third-Party Storage for Guest Clusters and Workloads

In Harvester v1.5.0, support for third-party storage is limited to provisioning of root and data volumes for virtual machines. Harvester v1.6.0 improves on this by also allowing you to provision guest clusters and their corresponding workloads with third-party storage solutions.

In your guest cluster, you must first create a new StorageClass that references the StorageClass you created in Harvester for the third-party storage solution. Then, you must create a PVC using this new StorageClass and mount it to your workload.

Demo | GitHub issues: 8075 and 8076

vm-import-controller Support for Third-Party Storage

When importing virtual machine images using the vm-import-controller add-on, you can now specify a third-party storage solution instead of using Longhorn by default. To use this functionality, simply add the storageClass field to the VirtualMachineImport spec and specify the StorageClass for the third-party storage solution. Harvester handles the import and storage placement without requiring you to perform additional manual steps.

Demo | Documentation | GitHub Issue

Virtual Machine Migration Network

By default, Harvester migrates virtual machines over the built-in cluster network mgmt, which is limited to one interface and is shared with cluster-wide workloads. If network segregation is required, you can configure a VM migration network to isolate migration traffic and improve bandwidth utilization.

Configuring a VM migration network involves enabling the vm-migration-network setting and constructing a Multus NetworkAttachmentDefinition CRD. Once the setting is applied, all virt-handler pods are restarted to apply the new network configuration.

Demo | Documentation | GitHub issue

Features

  • [EPIC] Harvester SDN Feature with Kube-OVN Support #​7397
  • [FEATURE] Update nvidia-driver-toolkit build to support FIPS-enabled OS. #​8006
  • [GUI] [FEATURE] Expose CDI settings in Harvester to allow fine tuning CDI settings for day 2 operations #​8682
  • [GUI] [FEATURE] CPU / Memory hotplug support #​8416
  • [GUI] [FEATURE] Online resize of disks / volumes attached to virtual machines #​8314
  • [FEATURE] Longhorn v1 data engine - volume encryption GA #​8148
  • [FEATURE] Upgrade via ISO Upload #​8078
  • [FEATURE] Expose CDI settings in Harvester to allow fine tuning CDI settings for day 2 operations #​8077
  • [FEATURE] Harvester CSI changes for supporting 3rd party CSI volumes (RWO) for guest workloads #​8076
  • [FEATURE] 3rd party CSI support for guest clusters provisioned by rancher #​8075
  • [FEATURE] Extend vm-import-controller to support 3rd party CSI #​8074
  • [GUI] [FEATURE] Add another interface for live migration #​8069
  • [FEATURE] Recover Stuck Pods And Stale VolumeAttachments During Non-Graceful VM Shutdown #​8066
  • [FEATURE] Disable the Rancher Manage menu upon the unsupported Harvester clusters #​8054
  • [Enhancement] Handle upgrade scenario for #​7650 #​8041
  • [FEATURE] Add option to select network interface model while importing VM to Harvester using the vm-import-controller #​7999
  • [GUI] [FEATURE] Add option to change runStrategy while cloning the VM #​7986
  • [FEATURE] kubeovn operator to improve operations #​7936
  • [FEATURE][GUI] Support for subnets and VPCs Config from UI #​7920
  • [FEATURE] Add option to change runStrategy while cloning the VM #​7871
  • [FEATURE] Longhorn v2 data engine - storage network #​7829
  • [FEATURE] Allow adding other endpoint to tls-san in RKE2 config #​7716
  • [FEATURE] Add validator webhook to block the creation of a VM when CPU pinning is enabled but no CPU Manager is activated #​7598
  • [FEATURE] Package kube-ovn as an addon #​7413
  • [FEATURE] Support Network policies for micro segmentation of VMs using KubeOVN #​7381
  • [FEATURE] Create VxLAN as the overlay network by Kube-OVN on Harvester #​7364
  • [FEATURE] Volume resizing inside guest clusters #​7358
  • [FEATURE] Support Virtual switches and Routers in Harvester #​7332
  • [FEATURE] Support manually configuring VM IP #​7299
  • [FEATURE] Live migration network #​5848
  • [FEATURE] CPU / Memory hotplug support #​5835
  • [FEATURE] Live migration progress awareness #​4352
  • [FEATURE] Online resize of disks / volumes attached to virtual machines #​2811

Enhancements

  • [ENHANCEMENT] CPU / Memory Hotplug cannot work on single node #​8774
  • [ENHANCEMENT] add support for kubeovn-webhook in kubeovn-operator packaging #​8676
  • [ENHANCEMENT] Node-Disk-Manager should be able to clean up the out-of-date LVM - Part 2 #​8656
  • [ENHANCEMENT] 3rd party csi enhancements for vm-import-controller #​8634
  • [GUI] [ENHANCEMENT] Both vmstate-persistence and longhorn-static StorageClasses should be treated as internal and not be used directly by users #​8562
  • [ENHANCEMENT] UI change to hide vmimages created by vm-import-controller #​8504
  • [UI][ENHANCEMENT] Align setting page popup menu style with other pages #​8496
  • [GUI] [ENHANCEMENT] SB Enhancements (NS selection and timeout) #​8494
  • [ENHANCEMENT] Log version and commit id when Harvester starts #​8486
  • [UI][ENHANCEMENT] Introduce commit-lint #​8482
  • [UI][ENHANCEMENT] Add searchbox in settings page #​8477
  • [ENHANCEMENT] Cleanup of Longhorn Orphan Engine and Replica Runtime Instances #​8474
  • [ENHANCEMENT] Add fcoe-utils package to baseos #​8457
  • [ENHANCEMENT][UI] Add confirmation pop-up for VM disruptive actions #​8420
  • [ENHANCEMENT] Add setting upgrade-config to UI #​8369
  • [ENHANCEMENT] block the auto-provision during the upgrade #​8296
  • [ENHANCEMENT] Control the upgrade sequence of harvester-crd and harvester managedchart #​8239
  • [ENHANCEMENT] iptables PREROUTING chain conflict introduced by Kube-OVN #​8217
  • [FEATURE] Improve wording of installer to reflect reboot action and sudo requirement #​8201
  • [ENHANCEMENT] Upgrade controller needs to resume those paused managedcharts #​8195
  • [ENHANCEMENT] Upgrade pre-flight checks the matching between node and machine objects #​8179
  • [ENHANCEMENT] Reduce the downtime for VMs with PCI devices during Harvester upgrade #​8049
  • [ENHANCEMENT] Log the origin VMware VM specification for better troubleshooting #​8013
  • [ENHANCEMENT] Improve auto-detection of the bus type of the VMware importer #​7987
  • [ENHANCEMENT] Node-Disk-Manager should be able to clean up the out-of-date LVM #​7961
  • [FEATURE] boot_order support for network interfaces #​7695
  • [ENHANCEMENT] Modify default behavior of adding all VLANs to the management bridge/bond #​7650
  • [ENHANCEMENT] Do a VM guest shut down if possible #​7483
  • [ENHANCEMENT] TCP and UDP ports flagged as duplicate #​7480
  • [ENHANCEMENT] SB Enhancements (NS selection and timeout) #​7385
  • [GUI] [ENHANCEMENT] Remove guest cluster in Rancher if related namespace is removed in Harvester #​7356
  • [GUI] [ENHANCEMENT] Migration should show the proper status and progress in the UI #​7339
  • [ENHANCEMENT] Improve Orphan Engine Process Detection for Upgrade #​7325
  • [ENHANCEMENT] Add Validating Admission Webhook/Policy To Reject RKE2 CIDRs Changes In The Config Map #​7196
  • [ENHANCEMENT] Remove guest cluster in Rancher if related namespace is removed in Harvester #​7136
  • [GUI] [ENHANCEMENT] Add Description column in namespace and image pages #​6869
  • [ENHANCEMENT] Remove versions not support ARM in image-lists-archive #​6794
  • [ENHANCEMENT] Provide More Info When Using a USB PCI Controller's Plugged In USB Devices #​6779
  • [ENHANCEMENT] Specifing Static IP Address Unintutitve #​6295
  • [ENHANCEMENT] Update monitoring and logging with new addon template generation #​6289
  • [ENHANCEMENT] Review LH setting auto-delete-pod-when-volume-detached-unexpectedly #​5580
  • [ENHANCEMENT] Witness node should skip the data disk selection #​5457
  • [BUG] The promptRemove.confirmRelatedResource message needs to be refactored #​5280
  • [ENHANCEMENT] harvester-installer: handle '\r' in STDOUT from harv-install to provide better progress display and avoid potential lockups #​5095
  • [ENHANCEMENT] When failed to restore vm from backup should display well message on progress bar and volume percentage #​5038
  • [ENHANCEMENT] Add LoadBalancer resource, data source to terraform-provider-harvester #​4814
  • [ENHANCEMENT] Add IPPool resource, data source to terraform-provider-harvester #​4813
  • [ENHANCEMENT] Ensure the cluster network to have same MTU and propagate to NADs #​4355
  • [ENHANCEMENT] Allow updating Settings using Terraform #​4354
  • [ENHANCEMENT] Display error message for cluster config on UI #​3828
  • [TASK] UI should handle exception when downloading an imported yet image #​8050
  • [TASK] Bump containerized-data-importer v1.62.0 #​8796
  • [TASK] Bump go v1.24 #​8728
  • [TASK] Bump Longhorn v1.9.1 #​8718
  • [TASK] Bump Kubevirt v1.5 #​8642
  • [TASK] Bump RKE2 and Rancher for v1.6 #​8552

Bug Fixes

  • [BUG] After edit and reboot VM, the spec.domain.memory.guest field is lost #​8907
  • [BUG] [UI] page be redirect to incorrect URL #​8901
  • [BUG] Clone vm with cpu/memory hotplug enabled, the cloned vm

Configuration

📅 Schedule: Branch creation - "after 10am on sunday" in timezone Asia/Taipei, Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

👻 Immortal: This PR will be recreated if closed unmerged. Get config help if that's undesired.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

@renovate
Copy link
Copy Markdown
Contributor Author

renovate bot commented Aug 31, 2025

⚠️ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -t ./...
go: downloading github.com/spf13/pflag v1.0.7
go: downloading k8s.io/apimachinery v0.34.1
go: downloading k8s.io/cloud-provider v0.34.1
go: downloading k8s.io/component-base v0.34.1
go: downloading k8s.io/klog/v2 v2.130.1
go: downloading k8s.io/klog v1.0.0
go: downloading github.com/harvester/harvester-load-balancer v0.4.4
go: downloading github.com/harvester/harvester v1.6.0
go: downloading github.com/rancher/wrangler/v3 v3.2.2
go: downloading github.com/rancher/wrangler v1.1.2
go: downloading github.com/sirupsen/logrus v1.9.3
go: downloading k8s.io/api v0.34.1
go: downloading k8s.io/client-go v0.34.1
go: downloading kubevirt.io/api v1.6.0
go: downloading kubevirt.io/client-go v1.6.0
go: downloading k8s.io/utils v0.0.0-20250604170112-4c0f3b243397
go: downloading github.com/spf13/cobra v1.9.1
go: downloading k8s.io/apiserver v0.34.1
go: downloading k8s.io/controller-manager v0.34.1
go: downloading github.com/go-logr/logr v1.4.3
go: downloading github.com/rancher/lasso v0.2.4
go: downloading golang.org/x/sync v0.16.0
go: downloading golang.org/x/sys v0.34.0
go: downloading github.com/gogo/protobuf v1.3.2
go: downloading sigs.k8s.io/randfill v1.0.0
go: downloading sigs.k8s.io/structured-merge-diff/v6 v6.3.0
go: downloading golang.org/x/term v0.33.0
go: downloading github.com/google/uuid v1.6.0
go: downloading k8s.io/apiextensions-apiserver v0.34.1
go: downloading kubevirt.io/containerized-data-importer-api v1.61.0
go: downloading github.com/openshift/client-go v0.0.0-20200521150516-05eb9880269c
go: downloading go.uber.org/mock v0.5.2
go: downloading k8s.io/component-helpers v0.34.1
go: downloading github.com/munnerz/goautoneg v0.0.0-20191010083416-a7dc8b61c822
go: downloading golang.org/x/net v0.42.0
go: downloading github.com/inconshreveable/mousetrap v1.1.0
go: downloading github.com/google/gnostic-models v0.7.0
go: downloading github.com/blang/semver/v4 v4.0.0
go: downloading github.com/prometheus/client_golang v1.22.0
go: downloading github.com/prometheus/client_model v0.6.1
go: downloading github.com/prometheus/procfs v0.15.1
go: downloading go.opentelemetry.io/otel/trace v1.36.0
go: downloading go.opentelemetry.io/otel v1.36.0
go: downloading go.yaml.in/yaml/v2 v2.4.2
go: downloading github.com/moby/term v0.5.0
go: downloading golang.org/x/oauth2 v0.30.0
go: downloading github.com/coreos/go-systemd/v22 v22.5.0
go: downloading github.com/emicklei/go-restful/v3 v3.12.2
go: downloading golang.org/x/crypto v0.40.0
go: downloading golang.org/x/time v0.11.0
go: downloading gopkg.in/evanphx/json-patch.v4 v4.12.0
go: downloading k8s.io/kube-openapi v0.0.0-20240228011516-70dd3763d340
go: downloading github.com/fsnotify/fsnotify v1.9.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace/otlptracegrpc v1.36.0
go: downloading go.opentelemetry.io/otel/exporters/otlp/otlptrace v1.36.0
go: downloading go.opentelemetry.io/otel/metric v1.36.0
go: downloading go.opentelemetry.io/otel/sdk v1.36.0
go: downloading google.golang.org/grpc v1.72.2
go: downloading gopkg.in/natefinch/lumberjack.v2 v2.2.1
go: downloading github.com/containernetworking/cni v1.3.0
go: downloading github.com/containernetworking/plugins v1.5.1
go: downloading github.com/harvester/harvester-network-controller v1.6.0-rc3
go: downloading github.com/rancher/rancher/pkg/apis v0.0.0-20240919204204-3da2ae0cabd1
go: downloading github.com/rancher/rancher v0.63.1
go: downloading github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5
go: downloading github.com/evanphx/json-patch v5.9.11+incompatible
go: downloading github.com/pkg/errors v0.9.1
go: downloading gopkg.in/inf.v0 v0.9.1
go: downloading sigs.k8s.io/json v0.0.0-20241014173422-cfa47c3a1cc8
go: downloading github.com/json-iterator/go v1.1.12
go: downloading kubevirt.io/controller-lifecycle-operator-sdk/api v0.0.0-20220329064328-f3cc58c6ed90
go: downloading github.com/openshift/api v0.0.0-20191219222812-2987a591a72c
go: downloading google.golang.org/protobuf v1.36.6
go: downloading github.com/gorilla/websocket v1.5.4-0.20250319132907-e064f32e3674
go: downloading github.com/harvester/go-common v0.0.0-20250109132713-e748ce72a7ba
go: downloading github.com/longhorn/longhorn-manager v1.8.1
go: downloading github.com/robfig/cron v1.2.0
go: downloading kubevirt.io/kubevirt v1.6.0
go: downloading github.com/harvester/node-manager v1.6.0-rc3
go: downloading github.com/k3s-io/helm-controller v0.16.1
go: downloading github.com/kubernetes/dashboard v1.10.1
go: downloading github.com/kubernetes-csi/external-snapshotter/client/v4 v4.2.0
go: downloading kubevirt.io/containerized-data-importer v1.61.1
go: downloading github.com/rancher/steve v0.5.6
go: downloading github.com/fxamacker/cbor/v2 v2.9.0
go: downloading sigs.k8s.io/yaml v1.6.0
go: downloading go.yaml.in/yaml/v3 v3.0.4
go: downloading github.com/google/go-cmp v0.7.0
go: downloading github.com/pmezard/go-difflib v1.0.1-0.20181226105442-5d4384ee4fb2
go: downloading github.com/beorn7/perks v1.0.1
go: downloading github.com/cespare/xxhash/v2 v2.3.0
go: downloading github.com/prometheus/common v0.62.0
go: downloading go.opentelemetry.io/contrib/instrumentation/net/http/otelhttp v0.61.0
go: downloading github.com/google/cel-go v0.26.1
go: downloading sigs.k8s.io/apiserver-network-proxy/konnectivity-client v0.32.1
go: downloading github.com/NYTimes/gziphandler v1.1.1
go: downloading github.com/golang/protobuf v1.5.4
go: downloading github.com/go-openapi/swag v0.23.1
go: downloading github.com/google/gofuzz v1.2.0
go: downloading github.com/go-openapi/jsonreference v0.21.0
go: downloading go.opentelemetry.io/proto/otlp v1.6.0
go: downloading google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237
go: downloading k8s.io/kms v0.34.1
go: downloading github.com/grpc-ecosystem/go-grpc-prometheus v1.2.0
go: downloading go.etcd.io/etcd/client/pkg/v3 v3.6.4
go: downloading go.etcd.io/etcd/client/v3 v3.6.4
go: downloading go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.60.0
go: downloading go.uber.org/zap v1.27.0
go: downloading github.com/coreos/go-iptables v0.7.0
go: downloading github.com/safchain/ethtool v0.4.0
go: downloading github.com/vishvananda/netlink v1.3.1
go: downloading github.com/achanda/go-sysctl v0.0.0-20160222034550-6be7678c45d2
go: downloading github.com/deckarep/golang-set/v2 v2.6.0
go: downloading github.com/rancher/aks-operator v1.9.2
go: downloading github.com/rancher/eks-operator v1.9.2
go: downloading github.com/rancher/fleet/pkg/apis v0.10.0
go: downloading github.com/rancher/gke-operator v1.9.2
go: downloading github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab
go: downloading github.com/rancher/rke v1.6.2
go: downloading golang.org/x/text v0.27.0
go: downloading github.com/modern-go/concurrent v0.0.0-20180306012644-bacd9c7ef1dd
go: downloading github.com/modern-go/reflect2 v1.0.3-0.20250322232337-35a7c28c31ee
go: downloading github.com/openshift/custom-resource-status v1.1.2
go: downloading github.com/go-kit/log v0.2.1
go: downloading github.com/prometheus-operator/prometheus-operator/pkg/apis/monitoring v0.85.0
go: downloading github.com/shopspring/decimal v1.4.0
go: downloading github.com/longhorn/go-common-libs v0.0.0-20250215052214-151615b29f8e
go: downloading github.com/gorilla/handlers v1.5.2
go: downloading gopkg.in/yaml.v2 v2.4.0
go: downloading k8s.io/kube-aggregator v0.34.1
go: downloading github.com/k8snetworkplumbingwg/whereabouts v0.8.0
go: downloading github.com/kube-logging/logging-operator/pkg/sdk v0.11.1-0.20240314152935-421fefebc813
go: downloading github.com/rancher/system-upgrade-controller/pkg/apis v0.0.0-20240301001845-4eacc2dabbde
go: downloading sigs.k8s.io/cluster-api v1.11.1
go: downloading github.com/kubernetes-csi/external-snapshotter/client/v6 v6.0.1
go: downloading sigs.k8s.io/controller-runtime v0.22.1
go: downloading github.com/rancher/apiserver v0.0.0-20241009200134-5a4ecca7b988
go: downloading github.com/rancher/dynamiclistener v0.6.1
go: downloading github.com/openshift/library-go v0.0.0-20240621150525-4bb4238aef81
go: downloading k8s.io/kubectl v0.34.1
go: downloading gopkg.in/yaml.v3 v3.0.1
go: downloading github.com/x448/float16 v0.8.4
go: downloading github.com/davecgh/go-spew v1.1.2-0.20180830191138-d8f796af33cc
go: downloading github.com/Azure/go-ansiterm v0.0.0-20230124172434-306776ec8161
go: downloading github.com/felixge/httpsnoop v1.0.4
go: downloading sigs.k8s.io/structured-merge-diff/v4 v4.7.0
go: downloading cel.dev/expr v0.24.0
go: downloading google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237
go: downloading github.com/stoewer/go-strcase v1.3.0
go: downloading github.com/mailru/easyjson v0.9.0
go: downloading github.com/go-openapi/jsonpointer v0.21.1
go: downloading github.com/go-logr/stdr v1.2.2
go: downloading go.opentelemetry.io/auto/sdk v1.1.0
go: downloading github.com/cenkalti/backoff/v5 v5.0.2
go: downloading github.com/grpc-ecosystem/grpc-gateway/v2 v2.26.3
go: downloading github.com/google/btree v1.1.3
go: downloading go.etcd.io/etcd/api/v3 v3.6.4
go: downloading github.com/coreos/go-semver v0.3.1
go: downloading go.uber.org/multierr v1.11.0
go: downloading github.com/tevino/tcp-shaker v0.0.0-20191112104505-00eab0aefc80
go: downloading github.com/vishvananda/netns v0.0.5
go: downloading github.com/ghodss/yaml v1.0.0
go: downloading k8s.io/kubernetes v1.34.1
go: downloading github.com/go-logfmt/logfmt v0.6.0
go: downloading github.com/shirou/gopsutil/v3 v3.24.5
go: downloading github.com/cisco-open/operator-tools v0.34.0
go: downloading github.com/spf13/cast v1.8.0
go: downloading github.com/go-jose/go-jose/v3 v3.0.3
go: downloading github.com/evanphx/json-patch/v5 v5.9.11
go: downloading github.com/rancher/remotedialer v0.4.0
go: downloading github.com/gorilla/mux v1.8.1
go: downloading github.com/rhobs/operator-observability-toolkit v0.0.29
go: downloading github.com/antlr4-go/antlr/v4 v4.13.0
go: downloading github.com/asaskevich/govalidator v0.0.0-20230301143203-a9d515a09cc2
go: downloading github.com/josharian/intern v1.0.0
go: downloading sigs.k8s.io/cli-utils v0.37.2
go: downloading github.com/c9s/goprocinfo v0.0.0-20210130143923-c95fcf8c64a8
go: downloading github.com/mitchellh/go-ps v1.0.0
go: downloading golang.org/x/exp v0.0.0-20250506013437-ce4c2cf36ca6
go: downloading github.com/power-devops/perfstat v0.0.0-20240221224432-82ca36839d55
go: downloading github.com/jinzhu/copier v0.4.0
go: downloading emperror.dev/errors v0.8.1
go: downloading github.com/iancoleman/orderedmap v0.3.0
go: downloading github.com/longhorn/backupstore v0.0.0-20250227220202-651bd33886fe
go: downloading github.com/pborman/uuid v1.2.1
go: downloading github.com/rancher/kubernetes-provider-detector v0.1.5
go: downloading helm.sh/helm/v3 v3.17.3
go: downloading k8s.io/helm v2.17.0+incompatible
go: downloading github.com/adrg/xdg v0.5.3
go: downloading github.com/kylelemons/godebug v1.1.0
go: downloading github.com/yusufpapurcu/wmi v1.2.4
go: downloading github.com/onsi/gomega v1.38.0
go: downloading github.com/gammazero/workerpool v1.1.3
go: downloading github.com/slok/goresilience v0.2.0
go: downloading k8s.io/mount-utils v0.34.1
go: downloading github.com/aws/aws-sdk-go v1.55.6
go: downloading github.com/mxk/go-flowrate v0.0.0-20140419014527-cca7078d478f
go: downloading modernc.org/sqlite v1.29.10
go: downloading github.com/go-ole/go-ole v1.3.0
go: downloading gomodules.xyz/jsonpatch/v2 v2.5.0
go: downloading github.com/gammazero/deque v1.0.0
go: downloading github.com/pierrec/lz4/v4 v4.1.22
go: downloading github.com/moby/sys/mountinfo v0.7.2
go: downloading github.com/Masterminds/semver/v3 v3.3.0
go: downloading modernc.org/gc/v3 v3.0.0-20240107210532-573471604cb6
go: downloading modernc.org/libc v1.49.3
go: downloading github.com/jmespath/go-jmespath v0.4.0
go: downloading github.com/dustin/go-humanize v1.0.1
go: downloading github.com/hashicorp/golang-lru/v2 v2.0.7
go: downloading modernc.org/mathutil v1.6.0
go: downloading modernc.org/strutil v1.2.0
go: downloading modernc.org/token v1.1.0
go: downloading github.com/mattn/go-isatty v0.0.20
go: downloading github.com/ncruces/go-strftime v0.1.9
go: downloading modernc.org/memory v1.8.0
go: downloading github.com/remyoudompheng/bigfft v0.0.0-20230129092748-24d4a6f8daec
go: github.com/harvester/harvester-cloud-provider/pkg/cloud-controller-manager imports
	kubevirt.io/client-go/kubecli imports
	k8s.io/client-go/kubernetes/typed/networking/v1alpha1: cannot find module providing package k8s.io/client-go/kubernetes/typed/networking/v1alpha1
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/config imports
	github.com/rancher/rancher/pkg/generated/controllers/catalog.cattle.io: cannot find module providing package github.com/rancher/rancher/pkg/generated/controllers/catalog.cattle.io
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/config imports
	github.com/rancher/rancher/pkg/generated/controllers/management.cattle.io: cannot find module providing package github.com/rancher/rancher/pkg/generated/controllers/management.cattle.io
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/config imports
	github.com/rancher/rancher/pkg/generated/controllers/provisioning.cattle.io: cannot find module providing package github.com/rancher/rancher/pkg/generated/controllers/provisioning.cattle.io
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/config imports
	github.com/rancher/rancher/pkg/generated/controllers/rke.cattle.io: cannot find module providing package github.com/rancher/rancher/pkg/generated/controllers/rke.cattle.io
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/config imports
	github.com/harvester/harvester/pkg/generated/clientset/versioned/scheme imports
	sigs.k8s.io/cluster-api/api/v1beta1: cannot find module providing package sigs.k8s.io/cluster-api/api/v1beta1
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/indexeres imports
	github.com/rancher/steve/pkg/server imports
	github.com/rancher/steve/pkg/ext imports
	k8s.io/apiserver/pkg/util/version: cannot find module providing package k8s.io/apiserver/pkg/util/version
go: github.com/harvester/harvester-cloud-provider/pkg/controller/virtualmachineinstance imports
	github.com/harvester/harvester/pkg/controller/master/virtualmachine imports
	github.com/harvester/harvester/pkg/image/cdi imports
	github.com/harvester/harvester/pkg/image/common imports
	github.com/harvester/harvester/pkg/webhook/indexeres imports
	github.com/harvester/harvester/pkg/webhook/clients imports
	github.com/rancher/rancher/pkg/generated/controllers/fleet.cattle.io: cannot find module providing package github.com/rancher/rancher/pkg/generated/controllers/fleet.cattle.io

@renovate renovate bot force-pushed the renovate/minor-dependencies branch 5 times, most recently from 8416af7 to 3580463 Compare September 10, 2025 04:08
@renovate renovate bot force-pushed the renovate/minor-dependencies branch from 3580463 to f7fe8d6 Compare September 10, 2025 10:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants