Browse Source

component_hash_update: remove obsolete todos (#12098)

pull/11547/merge
Max Gautier 3 days ago
committed by GitHub
parent
commit
fe2ab898b8
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 3 deletions
  1. 3
      scripts/component_hash_update/src/component_hash_update/download.py

3
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)

Loading…
Cancel
Save