Description
Update, live at: https://eduardominguez.es/suse-edge-latest-versions/ Source at: https://github.com/e-minguez/suse-edge-latest-versions/
Rancher provides a lot of awesome technologies such as RKE2/K3s, Rancher Prime, etc. The SUSE Edge product is based on a few of those components and specific versions of those components are tested on the Edge Stack Validation.
Wouldn't be great to know "What's next on SUSE Edge?"
Goals
Have a way (script) to know the current/latest/bleeding edge (pun intended) versions of those components to see what's coming in SUSE Edge.
It would be nice to have outputs in different formats such as json or bash variables with a flag, like:
``` $ versions -f vars RANCHERLATESTVERSION="2.9.1" K3SLATESTVERSION="v1.30.X-k3s1" ...
$ versions -f json { "rancherlatestversion": "2.9.1", "k3slatestversion": "v1.30.X-k3s1", ... }
```
Resources
curl --silent "https://api.github.com/repos/rancher/rke2/releases/latest" | jq -r .tag_name
Looking for hackers with the skills:
Nothing? Add some keywords!
This project is part of:
Hack Week 24
Activity
Comments
Be the first to comment!
Similar Projects
This project is one of its kind!