Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Description
Although there is a version strategy for github, whereby the latest version is resolved via the gh release pages something similar did not exist for k8s releases.
https://cdn.dl.k8s.io/release/stable.txt is made available to enable resolution of the latest version.
This change integrates functionality that interrogates this file and uses its contents to assert the version of
kubectl
to retrieve. This will negate the situation described in #1048 where the version is out of date until thearkade
code is updated.Misc updates to README including the table of tools.
Motivation and Context
design/approved
by a maintainer (required)Mentioned in a comment on kubectl CLI is outdated by several versions #1048
How Has This Been Tested?
What does kubectl resolve to? Expecting v1.30.0
test-tool for kubectl
test-tool for helm since the const has been used on tools.go
make e2e
Types of changes
Documentation
./arkade get --format markdown
./arkade install --help
Checklist:
git commit -s