Deduplicate GraphQL node IDs in update-hashes to fix 502 err (#13064)

* 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.
This commit is contained in:
NoNE
2026-03-02 11:30:13 +01:00
committed by GitHub
parent 98ac2e40bf
commit a866292279
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",