Commit 03edd57 Jacob Woffenden
authored
1 parent 8432c17 commit 03edd57 Copy full SHA for 03edd57
File tree 3 files changed +12
-4
lines changed
features/src/cloud-platform
3 files changed +12
-4
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
## [ Unreleased]
11
11
12
+ ## [ 0.0.5] - 2024-10-07
13
+
14
+ ## Changed
15
+
16
+ - Bumped to ` ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:1 `
17
+
18
+ - Bumped Kubernetes CLI version to ` v1.29.9 `
19
+
12
20
## [ 0.0.4] - 2024-04-05
13
21
14
22
## Changed
Original file line number Diff line number Diff line change 1
1
{
2
2
"id" : " cloud-platform" ,
3
- "version" : " 0.0.4 " ,
3
+ "version" : " 0.0.5 " ,
4
4
"name" : " Cloud Platform" ,
5
5
"description" : " Installs the Cloud Platform CLI" ,
6
6
"options" : {
21
21
}
22
22
},
23
23
"dependsOn" : {
24
- "ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:0 " : {
25
- "kubernetesCliVersion" : " v1.26.13 "
24
+ "ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:1 " : {
25
+ "kubernetesCliVersion" : " v1.29.9 "
26
26
}
27
27
}
28
28
}
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ install --owner=vscode --group=vscode --mode=775 cloud-platform /usr/local/bin/c
32
32
install --owner=vscode --group=vscode --mode=775 completions/cloud-platform.zsh /usr/local/share/zsh/site-functions/_cloud-platform
33
33
34
34
if [[ " ${INSTALL_CLOUD_PLATFORM_KUBECONFIG} " == " true" ]]; then
35
- install --owner=vscode --group=vscode --mode=775 " $( dirname " ${0} " ) " /src/home/vscode/.kube/config /home/vscode/.kube/config
35
+ install --owner=vscode --group=vscode --mode=0600 " $( dirname " ${0} " ) " /src/home/vscode/.kube/config /home/vscode/.kube/config
36
36
fi
37
37
38
38
if [[ " ${INSTALL_CLOUD_PLATFORM_PROMPT} " == " true" ]]; then
You can’t perform that action at this time.
0 commit comments