Skip to content

Commit

Permalink
☁️ Update Cloud Platform feature (#139)
Browse files Browse the repository at this point in the history
Signed-off-by: Jacob Woffenden <[email protected]>
  • Loading branch information
Jacob Woffenden authored Oct 9, 2024
1 parent 8432c17 commit 03edd57
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 4 deletions.
8 changes: 8 additions & 0 deletions features/src/cloud-platform/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.0.5] - 2024-10-07

## Changed

- Bumped to `ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:1`

- Bumped Kubernetes CLI version to `v1.29.9`

## [0.0.4] - 2024-04-05

## Changed
Expand Down
6 changes: 3 additions & 3 deletions features/src/cloud-platform/devcontainer-feature.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"id": "cloud-platform",
"version": "0.0.4",
"version": "0.0.5",
"name": "Cloud Platform",
"description": "Installs the Cloud Platform CLI",
"options": {
Expand All @@ -21,8 +21,8 @@
}
},
"dependsOn": {
"ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:0": {
"kubernetesCliVersion": "v1.26.13"
"ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:1": {
"kubernetesCliVersion": "v1.29.9"
}
}
}
2 changes: 1 addition & 1 deletion features/src/cloud-platform/install-cloud-platform-cli.sh
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ install --owner=vscode --group=vscode --mode=775 cloud-platform /usr/local/bin/c
install --owner=vscode --group=vscode --mode=775 completions/cloud-platform.zsh /usr/local/share/zsh/site-functions/_cloud-platform

if [[ "${INSTALL_CLOUD_PLATFORM_KUBECONFIG}" == "true" ]]; then
install --owner=vscode --group=vscode --mode=775 "$(dirname "${0}")"/src/home/vscode/.kube/config /home/vscode/.kube/config
install --owner=vscode --group=vscode --mode=0600 "$(dirname "${0}")"/src/home/vscode/.kube/config /home/vscode/.kube/config
fi

if [[ "${INSTALL_CLOUD_PLATFORM_PROMPT}" == "true" ]]; then
Expand Down

0 comments on commit 03edd57

Please sign in to comment.