Skip to content

Commit

Permalink
Update the CLI version and changelog (#79)
Browse files Browse the repository at this point in the history
  • Loading branch information
Vidya2606 authored Dec 5, 2023
1 parent cb189ca commit 2b11e5b
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 140 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Change Log

## [2.0.120231128]
- Updating to latest B2K CLI version. Please refer for release notes [here](https://github.com/Azure/Bridge-To-Kubernetes/blob/main/CHANGELOG.md#10202311273)
- [Update deprecated packages](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/64)
- [Update support debugging with multi container pods](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/71)
- [Added Unit tests to increase the code coverage](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/73)
- [Remove the logged telemetry events which aren't used much](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/74)
- [Support for downloading arm/arm64 binaries, Update minimum kubectl version to 1.27.3](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/76)
- [Updated the unit tests for expected kubectl minimum version](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/78)

## [2.0.120230817]
- Updating to latest B2k CLI version majorly for remediating security vulnerability for CBL mariner. Please refer for release notes [here](https://github.com/Azure/Bridge-To-Kubernetes/blob/main/CHANGELOG.md#10202308112)
- [Remove deprecated packages request and vscode-test](https://github.com/Azure/vscode-bridge-to-kubernetes/pull/60)
Expand Down
145 changes: 7 additions & 138 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"name": "mindaro",
"displayName": "Bridge to Kubernetes",
"description": "Rapid Kubernetes development for teams",
"version": "2.0.120231004",
"version": "2.0.120231128",
"icon": "images/bridge128.png",
"preview": false,
"publisher": "mindaro",
Expand Down Expand Up @@ -256,6 +256,6 @@
"url": "https://github.com/Azure/vscode-bridge-to-kubernetes"
},
"extensionMetadata": {
"expectedCLIVersion": "1.0.20231003.1"
"expectedCLIVersion": "1.0.20231127.3"
}
}

0 comments on commit 2b11e5b

Please sign in to comment.