From fe2ab898b86258411786734f674a69b05abfded9 Mon Sep 17 00:00:00 2001 From: Max Gautier Date: Tue, 1 Apr 2025 00:18:35 +0200 Subject: [PATCH] component_hash_update: remove obsolete todos (#12098) --- .../src/component_hash_update/download.py | 3 --- 1 file changed, 3 deletions(-) diff --git a/scripts/component_hash_update/src/component_hash_update/download.py b/scripts/component_hash_update/src/component_hash_update/download.py index 40a8e40a5..a1db8e22a 100644 --- a/scripts/component_hash_update/src/component_hash_update/download.py +++ b/scripts/component_hash_update/src/component_hash_update/download.py @@ -50,14 +50,11 @@ arch_alt_name = { } # TODO: downloads not supported -# gvisor: sha512 checksums # helm_archive: PGP signatures -# krew_archive: different yaml structure (in our download) # calico_crds_archive: different yaml structure (in our download) # TODO: # noarch support -> k8s manifests, helm charts -# different checksum format (needs download role changes) # different verification methods (gpg, cosign) ( needs download role changes) (or verify the sig in this script and only use the checksum in the playbook) # perf improvements (async)