1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/kubectl-versions
Janne Savolainen 847f2b1b7b Co-authored-by: Mikko Aspiala <mikko.aspiala@gmail.com>
Bump ogre-tools to latest

Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-06-01 11:09:58 +03:00
..
build
.gitignore
.swcrc
CHANGELOG.md
index.ts
jest.config.js
package.json
README.md
tsconfig.json
webpack.config.js

@k8slens/kubectl-versions

This package contains a JSON array of entries of the format ["MAJOR.MINOR", "MAJOR.MINOR.PATCH"].

This object represents the current (at time of building each release of this package) greatest PATCH version for each "MAJOR.MINOR" version of kubectl. This is done at compile time so that we don't have to worry about being able to access this data on user machines. Furthermore, this is dynamic in that the previous method was to update the table by hand.