1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00
lens/packages/kubectl-versions
Iku-turso 79db1fed26 chore: Consolidate build scripts to the new shared script
Co-authored-by: Janne Savolainen <janne.savolainen@live.fi>
Signed-off-by: Iku-turso <mikko.aspiala@gmail.com>
Signed-off-by: Janne Savolainen <janne.savolainen@live.fi>
2023-05-03 09:31:24 +03:00
..
build chore: Update @k8slens/kubectl-versions file 2023-04-14 14:42:00 -04:00
.gitignore feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00
.swcrc feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00
index.ts feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00
jest.config.js feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00
package.json chore: Consolidate build scripts to the new shared script 2023-05-03 09:31:24 +03:00
README.md feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00
tsconfig.json feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00
webpack.config.js feat: Compute the kubectl download version map at build time 2023-04-14 14:42:00 -04:00

@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.