1
0
mirror of https://github.com/rancher/rke.git synced 2025-07-12 14:48:58 +00:00

fix the workflow for updating the README file (#3825)

This commit is contained in:
Jack Luo 2025-04-04 09:50:11 -07:00 committed by GitHub
parent f77dbd175e
commit 1a7c98fbb1
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 5 additions and 1 deletions

View File

@ -18,7 +18,7 @@ jobs:
tagstmpfile=$(mktemp)
readmetmpfile=$(mktemp)
gh api graphql -F owner='rancher' -F name='rke' -f query='query($name: String!, $owner: String!) {repository(owner: $owner, name: $name) {releases(first: 100) {nodes { tagName }}}}' |jq -r .data.repository.releases[] > $tagstmpfile
for rke_major_minor in 1.5 1.4 1.3; do
for rke_major_minor in 1.8 1.7 1.6; do
latest=$(jq -r 'first(.[] | select(.tagName | startswith("v'"${rke_major_minor}"'")) | select(.tagName | contains("rc") | not) | .tagName)' $tagstmpfile)
if [ -n "${latest}" ]; then
echo "* v${rke_major_minor}" >> $readmetmpfile

View File

@ -4,6 +4,10 @@
Rancher Kubernetes Engine, an extremely simple, lightning fast Kubernetes installer that works everywhere.
## 🚨 Important Notice: RKE End of Life Announcement
> Rancher Kubernetes Engine (RKE) is reaching its **end of life**. **Version 1.8** will be the final release in the RKE 1.x series. We strongly recommend migrating to Rancher's newer Kubernetes distribution, RKE2, to stay supported, secure, and take advantage of the latest features and updates. For more details, please refer to the official [SUSE EOL article](https://www.suse.com/support/kb/doc/?id=000021513).
## Latest Release
## Download