Skip to content

Commit

Permalink
fix: added missing k8s versions and updated core dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
olensmar committed Jul 19, 2024
1 parent adc2484 commit 6e2339d
Show file tree
Hide file tree
Showing 2 changed files with 25 additions and 4 deletions.
8 changes: 4 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,8 @@
"concurrently": "8.0.1",
"craco-less": "2.0.0",
"cross-env": "7.0.3",
"electron": "28.2.4",
"electron-builder": "24.12.0",
"electron": "31.2.1",
"electron-builder": "24.13.3",
"electron-reload": "2.0.0-alpha.1",
"eslint-config-airbnb": "19.0.4",
"eslint-config-prettier": "8.8.0",
Expand Down Expand Up @@ -136,14 +136,14 @@
"lodash": "4.17.21",
"loglevel": "1.8.1",
"luxon": "3.3.0",
"micromatch": "4.0.5",
"micromatch": "4.0.7",
"module-alias": "2.2.2",
"monaco-editor": "0.38.0",
"monaco-yaml": "4.0.4",
"new-github-issue-url": "1.0.0",
"node-fetch": "2.6.9",
"node-machine-id": "1.1.12",
"node-pty": "0.11.0-beta11",
"node-pty": "1.1.0-beta14",
"numeral": "2.0.6",
"openai": "3.2.1",
"polished": "4.2.2",
Expand Down
21 changes: 21 additions & 0 deletions src/shared/constants/k8s.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,27 @@
export const PREDEFINED_K8S_VERSION = '1.26.3';

export const K8S_VERSIONS = [
'1.30.3',
'1.30.2',
'1.30.1',
'1.30.0',
'1.29.7',
'1.29.6',
'1.29.5',
'1.29.4',
'1.29.3',
'1.29.2',
'1.29.1',
'1.29.0',
'1.28.12',
'1.28.11',
'1.28.10',
'1.28.9',
'1.28.8',
'1.28.7',
'1.28.6',
'1.28.5',
'1.28.4',
'1.28.3',
'1.28.2',
'1.28.1',
Expand Down

0 comments on commit 6e2339d

Please sign in to comment.