Skip to content

Commit

Permalink
set installKubernetesCliPrompt to false
Browse files Browse the repository at this point in the history
Signed-off-by: GitHub <[email protected]>
  • Loading branch information
jacobwoffenden authored Oct 17, 2024
1 parent 79c2eba commit 8eabad2
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 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]

## [1.0.0] - 2024-10-17

## Changed

- set `installKubernetesCliPrompt` to `false` for `ghcr.io/ministryofjustice/devcontainer-feature/kubernetes`

- Promote to 1.0.0

## [0.0.5] - 2024-10-07

## Changed
Expand Down
5 changes: 3 additions & 2 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.5",
"version": "1.0.0",
"name": "Cloud Platform",
"description": "Installs the Cloud Platform CLI",
"options": {
Expand All @@ -22,7 +22,8 @@
},
"dependsOn": {
"ghcr.io/ministryofjustice/devcontainer-feature/kubernetes:1": {
"kubernetesCliVersion": "v1.29.9"
"kubernetesCliVersion": "v1.29.9",
"installKubernetesCliPrompt": false
}
}
}

0 comments on commit 8eabad2

Please sign in to comment.