[release-2.30] Deduplicate GraphQL node IDs in update-hashes to fix 502 err (#13067)

* Deduplicate GraphQL node IDs in update-hashes to fix 502

* Bump component_hash_update version to 1.0.1

Avoids stale pip/uv installation cache in CI pipelines
after the GraphQL deduplication fix.

---------

Co-authored-by: Hamza <12420351+0xMH@users.noreply.github.com>
This commit is contained in:
k8s-infra-cherrypick-robot
2026-03-04 23:48:17 -08:00
committed by GitHub
parent c8b1d271a3
commit 166bf4e329
2 changed files with 35 additions and 31 deletions

View File

@@ -6,7 +6,7 @@ build-backend = "setuptools.build_meta"
[project]
name = "kubespray_component_hash_update"
version = "1.0.0"
version = "1.0.1"
dependencies = [
"more_itertools",
"ruamel.yaml",