Skip to content

Conversation

@renovate
Copy link
Contributor

@renovate renovate bot commented Sep 7, 2025

This PR contains the following updates:

Package Change Age Confidence Type Update
github.com/harvester/harvester-network-controller v1.6.0-rc3 -> v1.6.0 age confidence require patch
github.com/k8snetworkplumbingwg/network-attachment-definition-client v1.7.5 -> v1.7.7 age confidence require patch
github.com/openshift/api 2987a59 -> e515d9c replace digest
github.com/openshift/client-go 05eb988 -> 6193816 replace digest
github.com/rancher/rancher/pkg/apis 3da2ae0 -> 58abf49 age confidence replace digest
github.com/rancher/rancher/pkg/client 3da2ae0 -> 58abf49 age confidence replace digest
github.com/rancher/wrangler/v3 v3.2.2 -> v3.2.4 age confidence require patch
harvester (source) 0.6.4 -> 0.6.7 age confidence required_provider patch
k8s.io/kube-openapi 70dd376 -> 589584f age confidence replace digest
k8s.io/utils 0f33e8f -> 0af2bda age confidence require digest

Release Notes

harvester/harvester-network-controller (github.com/harvester/harvester-network-controller)

v1.6.0

Compare Source

Release v1.6.0

v1.6.0-rc6

Compare Source

Release v1.6.0-rc6

v1.6.0-rc5

Compare Source

Release v1.6.0-rc5

v1.6.0-rc4

Compare Source

Release v1.6.0-rc4

k8snetworkplumbingwg/network-attachment-definition-client (github.com/k8snetworkplumbingwg/network-attachment-definition-client)

v1.7.7: 1.7.7

Compare Source

This release contains a few fixes described below

Fix IP assignment for plugins without interface index
Restores behavior assigning IPs without interface index to the last network status, fixing a regression.

Minor update to net-attach-def_test.go in the pkg/utils package.

Allow multiple IP sources in NetworkSelectionElement
Removes restriction so both ipam-claim-reference and IPRequest can be used together for flexible IP management.

Full Changelog: k8snetworkplumbingwg/network-attachment-definition-client@v1.7.6...v1.7.7

v1.7.6

Compare Source

This release fixes a regression affecting CNI plugins that do not specify interfaces in their CNI ADD result.

Previously, IP addresses returned without an associated interface index were not being assigned to any network-status entry. This release restores the prior behavior by assigning such IPs to the last network status (i.e., the last sandboxed interface), ensuring consistent handling across plugins, especially those that omit the interfaces field entirely.

This change is important for compatibility with certain CNI plugins and maintains expected behavior from earlier versions of the net-attach-def library.

Special thanks to @​Brian-McM for identifying the issue and providing the fix!

rancher/wrangler (github.com/rancher/wrangler/v3)

v3.2.4

Compare Source

What's Changed

  • Fix potential race with cert generation and adding unit tests for needacert functionality by @​crobby in #​584

Full Changelog: rancher/wrangler@v3.2.3...v3.2.4

v3.2.3

Compare Source

What's Changed

New Contributors

Full Changelog: rancher/wrangler@v3.2.2...v3.2.3

harvester/terraform-provider-harvester (harvester)

v0.6.7

Compare Source

What's Changed

New Contributors

Full Changelog: v0.6.6...v0.6.7

v0.6.6

Compare Source

What's Changed

New Contributors

Full Changelog: v0.6.5...v0.6.6

v0.6.5

Compare Source

What's Changed

New Contributors

Full Changelog: v0.6.4...v0.6.5


Configuration

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

🚦 Automerge: Enabled.

Rebasing: Whenever PR is behind base branch, 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
Contributor Author

renovate bot commented Sep 7, 2025

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 37 additional dependencies were updated

Details:

Package Change
k8s.io/api v0.33.1 -> v0.33.2
k8s.io/apimachinery v0.33.1 -> v0.33.2
cloud.google.com/go v0.112.2 -> v0.120.0
github.com/Masterminds/sprig/v3 v3.2.3 -> v3.3.0
github.com/fatih/color v1.16.0 -> v1.18.0
github.com/go-logr/logr v1.4.2 -> v1.4.3
github.com/google/gnostic-models v0.6.9 -> v0.7.0
github.com/google/s2a-go v0.1.7 -> v0.1.9
github.com/googleapis/enterprise-certificate-proxy v0.3.2 -> v0.3.6
github.com/googleapis/gax-go/v2 v2.12.3 -> v2.15.0
github.com/huandu/xstrings v1.4.0 -> v1.5.0
github.com/onsi/gomega v1.37.0 -> v1.38.0
github.com/rancher/aks-operator v1.9.2 -> v1.12.1
github.com/rancher/eks-operator v1.9.2 -> v1.12.1
github.com/rancher/fleet/pkg/apis v0.10.0 -> v0.13.0
github.com/rancher/gke-operator v1.9.2 -> v1.12.1
github.com/rancher/norman v0.0.0-20241001183610-78a520c160ab -> v0.7.0
github.com/rancher/rke v1.6.2 -> v1.8.0-rc.4
github.com/shopspring/decimal v1.3.1 -> v1.4.0
go.opentelemetry.io/contrib/instrumentation/google.golang.org/grpc/otelgrpc v0.58.0 -> v0.61.0
golang.org/x/net v0.40.0 -> v0.43.0
golang.org/x/sync v0.14.0 -> v0.16.0
golang.org/x/sys v0.33.0 -> v0.35.0
golang.org/x/term v0.32.0 -> v0.34.0
golang.org/x/text v0.25.0 -> v0.28.0
golang.org/x/time v0.11.0 -> v0.12.0
google.golang.org/api v0.170.0 -> v0.244.0
google.golang.org/genproto v0.0.0-20240401170217-c3f982113cda -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/api v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250603155806-513f23925822
google.golang.org/genproto/googleapis/rpc v0.0.0-20250519155744-55703ea1f237 -> v0.0.0-20250728155136-f173205681a0
google.golang.org/grpc v1.72.2 -> v1.74.2
k8s.io/apiserver v0.33.1 -> v0.33.2
k8s.io/component-base v0.33.1 -> v0.33.2
k8s.io/kubernetes v1.32.2 -> v1.33.1
sigs.k8s.io/cluster-api v1.7.3 -> v1.10.2
sigs.k8s.io/controller-runtime v0.19.7 -> v0.21.0
sigs.k8s.io/yaml v1.4.0 -> v1.6.0

@renovate renovate bot force-pushed the renovate/patch-digest-dependencies branch 8 times, most recently from 077b893 to 1846459 Compare September 10, 2025 17:28
@renovate renovate bot force-pushed the renovate/patch-digest-dependencies branch from 1846459 to 9a91ddc Compare September 10, 2025 22:04
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.

1 participant