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

* 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-16 00:27:36 -07:00
committed by GitHub
parent f11cdac50b
commit 58fb98db0b
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",