Skip to content

Commit

Permalink
bundle kubectl 1.21.2 (#3267)
Browse files Browse the repository at this point in the history
Signed-off-by: Jari Kolehmainen <[email protected]>
  • Loading branch information
jakolehm authored Aug 2, 2021
1 parent 9a7cd3b commit dc5a885
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@
"postversion": "git push --set-upstream ${GIT_REMOTE:-origin} release/v$npm_package_version"
},
"config": {
"bundledKubectlVersion": "1.18.15",
"bundledKubectlVersion": "1.21.2",
"bundledHelmVersion": "3.5.4",
"sentryDsn": ""
},
Expand Down
8 changes: 4 additions & 4 deletions src/main/kubectl.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,10 +46,10 @@ const kubectlMap: Map<string, string> = new Map([
["1.15", "1.15.11"],
["1.16", "1.16.15"],
["1.17", "1.17.17"],
["1.18", bundledVersion],
["1.19", "1.19.7"],
["1.20", "1.20.2"],
["1.21", "1.21.1"]
["1.18", "1.18.20"],
["1.19", "1.19.12"],
["1.20", "1.20.8"],
["1.21", bundledVersion]
]);
const packageMirrors: Map<string, string> = new Map([
["default", "https://storage.googleapis.com/kubernetes-release/release"],
Expand Down

0 comments on commit dc5a885

Please sign in to comment.