Skip to content

Commit

Permalink
Remove mentions of K8s v1.24
Browse files Browse the repository at this point in the history
  • Loading branch information
hakman committed May 11, 2024
1 parent 0eccf1a commit 3253318
Show file tree
Hide file tree
Showing 6 changed files with 4 additions and 1,770 deletions.
6 changes: 1 addition & 5 deletions hack/generate-asset-hashes.sh
Original file line number Diff line number Diff line change
Expand Up @@ -44,11 +44,9 @@ EOF
--base https://dl.k8s.io/release/ \
--prefix "v${version}/" \
--exclude "**/arm/**" \
--exclude "**/s390x/**" \
--exclude "**/ppc64le/**" \
--exclude "**/s390x/**" \
--exclude "**/windows/**" \
--exclude "**/*-s390x.tar.gz" \
--exclude "**/*-ppc64le.tar.gz" \
--exclude "**/*.tar.gz" \
| sed "s@files:@# kubernetes ${version}@g" >> "${REPO_ROOT}/pkg/assets/assetdata/k8s-${prefix}.yaml"
done
Expand Down Expand Up @@ -80,13 +78,11 @@ EOF
done
}

generate_k8s_hashes 1.24 17
generate_k8s_hashes 1.25 16
generate_k8s_hashes 1.26 15
generate_k8s_hashes 1.27 13
generate_k8s_hashes 1.28 9
generate_k8s_hashes 1.29 4
generate_k8s_hashes 1.30 0


generate_runc_hashes 1.1 12
Loading

0 comments on commit 3253318

Please sign in to comment.