Skip to content

Commit

Permalink
Update to v0.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
xdavidel committed Jan 11, 2022
1 parent 76c1666 commit 98149be
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 4 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,20 @@

All notable changes to the "kubescape" extension will be documented in this file.

## [0.0.3]
- Scan when new yaml files are being open.
- Use warnings instead of errors.
Sometimes errors on yaml files can cause build problems for projects. It is better to use warnings instead.
- Kubescape logo update
- Ensure kubescape location when exists in path.
+ Always set the location of kubescape - even if comes from system path.
+ Always show scan progress (notification / window)
- Create output channel for kubescape

## [0.0.2]
- Support multiple scanning frameworks
The framework to use for scanning can now be set in the extension configuration.

## [0.0.1]

- Initial version
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,4 @@ However, it is recommended to have Kubescape installed in your path.

## 🗒️ Release Notes

### 0.0.1

Initial version
See [Change Log](./CHANGELOG.md)
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
},
"license": "Apache",
"icon": "images/logo.png",
"version": "0.0.2",
"version": "0.0.3",
"publisher": "kubescape",
"engines": {
"vscode": "^1.50.0"
Expand Down

0 comments on commit 98149be

Please sign in to comment.